We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10ea921 commit 05a0b8cCopy full SHA for 05a0b8c
pom.xml
@@ -122,26 +122,6 @@
122
</execution>
123
</executions>
124
</plugin>
125
- <plugin>
126
- <groupId>org.apache.maven.plugins</groupId>
127
- <artifactId>maven-gpg-plugin</artifactId>
128
- <version>3.2.4</version>
129
- <executions>
130
- <execution>
131
- <id>sign-artifacts</id>
132
- <phase>verify</phase>
133
- <goals>
134
- <goal>sign</goal>
135
- </goals>
136
- <configuration>
137
- <gpgArguments>
138
- <arg>--pinentry-mode</arg>
139
- <arg>loopback</arg>
140
- </gpgArguments>
141
- </configuration>
142
- </execution>
143
- </executions>
144
- </plugin>
145
<plugin>
146
<artifactId>maven-compiler-plugin</artifactId>
147
<version>3.13.0</version>
0 commit comments