Author: janstey Date: Wed Nov 25 12:49:45 2009 New Revision: 884081 URL: http://svn.apache.org/viewvc?rev=884081&view=rev Log: add profile for generating source jars only
Modified: camel/trunk/pom.xml Modified: camel/trunk/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/pom.xml?rev=884081&r1=884080&r2=884081&view=diff ============================================================================== --- camel/trunk/pom.xml (original) +++ camel/trunk/pom.xml Wed Nov 25 12:49:45 2009 @@ -723,6 +723,26 @@ </plugins> </build> </profile> + + <profile> + <id>source-jar</id> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-source-plugin</artifactId> + <executions> + <execution> + <id>attach-sources</id> + <goals> + <goal>jar</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + </profile> <profile> <id>apache-release</id>