Skip to content

Commit

Permalink
Trying to publish to maven ecentral repository
Browse files Browse the repository at this point in the history
  • Loading branch information
jansoren committed Apr 3, 2024
1 parent a6767f8 commit 5c8cd1b
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,27 +102,6 @@
<doclint>none</doclint>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.2</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit 5c8cd1b

Please sign in to comment.