diff options
| author | doufenghu <[email protected]> | 2018-09-13 14:26:01 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2018-09-13 14:26:01 +0800 |
| commit | d6d4fe940c2e7e1789512fd5059a9da552118d7d (patch) | |
| tree | 2d3999aa2dbaaff897e7b11a841e03814639f2c0 /pom.xml | |
| parent | add620ed38b58eda9b8cc52f6c07eecbf80a0735 (diff) | |
fix: add source maven plugv1.0
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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> |
