Skip to content

Commit

Permalink
add profile for generating source jars only
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/camel/trunk@884081 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
janstey committed Nov 25, 2009
1 parent 884daef commit 3ea64c9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pom.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 3ea64c9

Please sign in to comment.