Skip to content

Commit

Permalink
Attach sources during build.
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaub committed Sep 10, 2012
1 parent 19d31e1 commit 2a39c1c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,22 @@
<fork>true</fork>
</configuration>
</plugin>
<plugin>
<inherited>true</inherited>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<configuration>
<attach>true</attach>
</configuration>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
Expand Down

0 comments on commit 2a39c1c

Please sign in to comment.