Skip to content

Commit

Permalink
Implement: Update Topics and Update Homepage for Repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
c.ilgner committed Jun 17, 2024
1 parent 0a5b253 commit 61664a3
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,33 +57,33 @@
</execution>
</executions>
</plugin>
<!-- <plugin>-->
<!-- <groupId>org.apache.maven.plugins</groupId>-->
<!-- <artifactId>maven-gpg-plugin</artifactId>-->
<!-- <version>3.2.4</version>-->
<!-- <executions>-->
<!-- <execution>-->
<!-- <id>sign-artifacts</id>-->
<!-- <phase>verify</phase>-->
<!-- <goals>-->
<!-- <goal>sign</goal>-->
<!-- </goals>-->
<!-- </execution>-->
<!-- </executions>-->
<!-- <configuration>-->
<!-- <files>-->
<!-- <file>target/githubapi-${project.version}.jar</file>-->
<!-- <file>target/githubapi-${project.version}.pom</file>-->
<!-- <file>target/githubapi-${project.version}-sources.jar</file>-->
<!-- <file>target/githubapi-${project.version}-javadoc.jar</file>-->
<!-- </files>-->
<!-- <gpgArguments>-->
<!-- <arg>&#45;&#45;batch</arg>-->
<!-- <arg>&#45;&#45;pinentry-mode</arg>-->
<!-- <arg>loopback</arg>-->
<!-- </gpgArguments>-->
<!-- </configuration>-->
<!-- </plugin>-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.4</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
<configuration>
<files>
<file>target/githubapi-${project.version}.jar</file>
<file>target/githubapi-${project.version}.pom</file>
<file>target/githubapi-${project.version}-sources.jar</file>
<file>target/githubapi-${project.version}-javadoc.jar</file>
</files>
<gpgArguments>
<arg>--batch</arg>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
Expand Down

0 comments on commit 61664a3

Please sign in to comment.