Skip to content

Commit 8dbd2f3

Browse files
committed
Don't sign releases.
1 parent 0f64ff9 commit 8dbd2f3

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

pom.xml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -140,33 +140,6 @@
140140
</plugins>
141141
</build>
142142
<profiles>
143-
<profile>
144-
<id>release-sign-artifacts</id>
145-
<activation>
146-
<property>
147-
<name>performRelease</name>
148-
<value>true</value>
149-
</property>
150-
</activation>
151-
<build>
152-
<plugins>
153-
<plugin>
154-
<groupId>org.apache.maven.plugins</groupId>
155-
<artifactId>maven-gpg-plugin</artifactId>
156-
<version>1.1</version>
157-
<executions>
158-
<execution>
159-
<id>sign-artifacts</id>
160-
<phase>verify</phase>
161-
<goals>
162-
<goal>sign</goal>
163-
</goals>
164-
</execution>
165-
</executions>
166-
</plugin>
167-
</plugins>
168-
</build>
169-
</profile>
170143
<profile>
171144
<id>java8-disable-strict-javadoc</id>
172145
<activation>

0 commit comments

Comments
 (0)