add release plugin
This commit is contained in:
10
pom.xml
10
pom.xml
@@ -60,6 +60,16 @@
|
|||||||
<target>${java.version}</target>
|
<target>${java.version}</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</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>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user