Skip to content

Commit 8e1028b

Browse files
committed
add the maven-release-plugin, eclipse-jarsigner-plugin
Signed-off-by: Scott Stark <[email protected]>
1 parent 9bb7f3c commit 8e1028b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pom.xml

+15
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,21 @@
9898
<build>
9999
<pluginManagement>
100100
<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+
<plugin>
112+
<groupId>org.eclipse.cbi.maven.plugins</groupId>
113+
<artifactId>eclipse-jarsigner-plugin</artifactId>
114+
<version>1.1.4</version>
115+
</plugin>
101116
<plugin>
102117
<groupId>org.apache.maven.plugins</groupId>
103118
<artifactId>maven-checkstyle-plugin</artifactId>

0 commit comments

Comments
 (0)