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 399d15e commit 8c2cf89Copy full SHA for 8c2cf89
1 file changed
pom.xml
@@ -194,10 +194,10 @@
194
<version>3.5.0</version>
195
<executions>
196
<execution>
197
- <id>attach-javadoc</id>
198
- <goals>
199
- <goal>jar</goal>
200
- </goals>
+ <id>attach-javadoc</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
201
</execution>
202
</executions>
203
<configuration>
@@ -210,14 +210,14 @@
210
<version>1.6</version>
211
212
213
- <id>sign-artifacts</id>
214
- <phase>verify</phase>
215
216
- <goal>sign</goal>
217
218
- <configuration>
219
- <keyname>9F88D86AD9A0D91E</keyname>
220
- </configuration>
+ <id>sign-artifacts</id>
+ <phase>verify</phase>
+ <goal>sign</goal>
+ <configuration>
+ <keyname>9F88D86AD9A0D91E</keyname>
+ </configuration>
221
222
223
</plugin>
0 commit comments