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 69f1967 commit 7c2bedaCopy full SHA for 7c2beda
pom.xml
@@ -135,30 +135,6 @@
135
</plugins>
136
</build>
137
138
- <profiles>
139
- <profile>
140
- <id>release</id>
141
- <build>
142
- <plugins>
143
- <plugin>
144
- <groupId>org.apache.maven.plugins</groupId>
145
- <artifactId>maven-gpg-plugin</artifactId>
146
- <version>1.5</version>
147
- <executions>
148
- <execution>
149
- <id>sign-artifacts</id>
150
- <phase>verify</phase>
151
- <goals>
152
- <goal>sign</goal>
153
- </goals>
154
- </execution>
155
- </executions>
156
- </plugin>
157
- </plugins>
158
- </build>
159
- </profile>
160
- </profiles>
161
-
162
<dependencies>
163
<dependency>
164
<groupId>org.apache.maven.enforcer</groupId>
0 commit comments