We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f64ff9 commit 8dbd2f3Copy full SHA for 8dbd2f3
pom.xml
@@ -140,33 +140,6 @@
140
</plugins>
141
</build>
142
<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>
170
<profile>
171
<id>java8-disable-strict-javadoc</id>
172
<activation>
0 commit comments