Re: Properties within source code

2012-11-18 Thread Anders Lindgren
Hi Nick, I think you missed the filtering part. I are supposed to enable the filtering by true See http://maven.apache.org/plugins/maven-resources-plugin/examples/filter.html As you can see there, it also possible to put you variables in a separate properties file. Hopes it helps /Anders On Fr

[ANN] Maven Assembly Plugin 2.4 Released

2012-11-18 Thread Dennis Lundberg
The Maven team is pleased to announce the release of the Maven Assembly Plugin, version 2.4 A Maven plugin to create archives of your project's sources, classes, dependencies etc. from flexible assembly descriptors. http://maven.apache.org/plugins/maven-assembly-plugin You should specify the v

assembly: include source and javadoc artifacts into archived repository

2012-11-18 Thread Thomas Weise
Hello, I'm using the assembly plugin to include the repository of project arttifacts with transitive dependencies into an archive. http://maven.apache.org/plugins/maven-assembly-plugin/examples/single/using-repositories.html The project is setup to create sources. test and javadoc jar files for