summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authordoufenghu <[email protected]>2018-09-13 14:26:01 +0800
committerdoufenghu <[email protected]>2018-09-13 14:26:01 +0800
commitd6d4fe940c2e7e1789512fd5059a9da552118d7d (patch)
tree2d3999aa2dbaaff897e7b11a841e03814639f2c0 /pom.xml
parentadd620ed38b58eda9b8cc52f6c07eecbf80a0735 (diff)
fix: add source maven plugv1.0
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 98bbcef..2900330 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,6 +99,22 @@
</plugin>
+ <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>
+
+
</plugins>