Skip to content

Commit

Permalink
Add plugin to install
Browse files Browse the repository at this point in the history
  • Loading branch information
tobegit3hub committed Dec 1, 2023
1 parent 08c570d commit d94fcde
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,20 @@
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.0.1</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>

<!-- those plugins are enable for all submodules -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit d94fcde

Please sign in to comment.