完善maven-source-plugin配置

This commit is contained in:
ken.lj 2017-09-11 17:19:23 +08:00
parent ef8beed2dd
commit a0ba395531
2 changed files with 8 additions and 2 deletions

View File

@ -266,7 +266,10 @@
<executions>
<execution>
<id>attach-sources</id>
<phase>none</phase>
<phase>verify</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>

View File

@ -474,7 +474,10 @@
<executions>
<execution>
<id>attach-sources</id>
<phase>none</phase>
<phase>verify</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>