diff options
| -rw-r--r-- | pom.xml | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -41,6 +41,20 @@ </resources>
<plugins>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>2.1.2</version>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>jar-no-fork</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
@@ -101,4 +115,4 @@ </snapshots>
</repository>
</repositories>
-</project>
\ No newline at end of file +</project> |
