We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 762fdb1 commit 7efa932Copy full SHA for 7efa932
1 file changed
pom.xml
@@ -115,20 +115,6 @@
115
<mainClass>me.lemire.integercompression.benchmarktools.Benchmark</mainClass>
116
</configuration>
117
</plugin>
118
- <plugin>
119
- <groupId>org.apache.maven.plugins</groupId>
120
- <artifactId>maven-gpg-plugin</artifactId>
121
- <version>1.4</version>
122
- <executions>
123
- <execution>
124
- <id>sign-artifacts</id>
125
- <phase>verify</phase>
126
- <goals>
127
- <goal>sign</goal>
128
- </goals>
129
- </execution>
130
- </executions>
131
- </plugin>
132
<plugin>
133
<groupId>org.apache.maven.plugins</groupId>
134
<artifactId>maven-javadoc-plugin</artifactId>
0 commit comments