summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pom.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 45fc40e..866eb08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>