Skip to content

Commit

Permalink
修改 maven-source-plugin && maven-javadoc-plugin phase
Browse files Browse the repository at this point in the history
  • Loading branch information
eduosi committed Mar 28, 2020
1 parent 3f1f05f commit 93272a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,8 @@
<version>3.1.0</version>
<executions>
<execution>
<phase>package</phase>
<id>attach-source</id>
<phase>deploy</phase>
<goals>
<goal>jar</goal>
</goals>
Expand All @@ -1120,6 +1121,7 @@
<executions>
<execution>
<id>attach-javadoc</id>
<phase>deploy</phase>
<goals>
<goal>jar</goal>
</goals>
Expand Down

0 comments on commit 93272a4

Please sign in to comment.