add release plugin
This commit is contained in:
10
pom.xml
10
pom.xml
@@ -60,6 +60,16 @@
|
||||
<target>${java.version}</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>com.github.danielflower.mavenplugins</groupId>
|
||||
<artifactId>multi-module-maven-release-plugin</artifactId>
|
||||
<version>3.2.4</version>
|
||||
<configuration>
|
||||
<releaseGoals>
|
||||
<releaseGoal>deploy</releaseGoal>
|
||||
</releaseGoals>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user