Skip to content

Commit

Permalink
[Java] add maven source plugin (#702)
Browse files Browse the repository at this point in the history
add maven source plugin
  • Loading branch information
chaokunyang authored Jul 19, 2023
1 parent 0e31853 commit 9fa1742
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit 9fa1742

Please sign in to comment.