We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb7f3c commit 8e1028bCopy full SHA for 8e1028b
pom.xml
@@ -98,6 +98,21 @@
98
<build>
99
<pluginManagement>
100
<plugins>
101
+ <plugin>
102
+ <groupId>org.apache.maven.plugins</groupId>
103
+ <artifactId>maven-release-plugin</artifactId>
104
+ <version>2.5.3</version>
105
+ <configuration>
106
+ <autoVersionSubmodules>true</autoVersionSubmodules>
107
+ <pushChanges>false</pushChanges>
108
+ <localCheckout>true</localCheckout>
109
+ </configuration>
110
+ </plugin>
111
112
+ <groupId>org.eclipse.cbi.maven.plugins</groupId>
113
+ <artifactId>eclipse-jarsigner-plugin</artifactId>
114
+ <version>1.1.4</version>
115
116
<plugin>
117
<groupId>org.apache.maven.plugins</groupId>
118
<artifactId>maven-checkstyle-plugin</artifactId>
0 commit comments