Skip to content

Commit

Permalink
fix: gpg not sign source code jar
Browse files Browse the repository at this point in the history
  • Loading branch information
areyouok committed Jun 2, 2024
1 parent edb4a22 commit 1363b46
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 21 deletions.
14 changes: 14 additions & 0 deletions jetcache-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,20 @@

</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.0</version>
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-help-plugin</artifactId>
<inherited>false</inherited>
Expand Down
21 changes: 0 additions & 21 deletions jetcache-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,27 +96,6 @@
</properties>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.0</version>
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
</plugin>
-->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
Expand Down

0 comments on commit 1363b46

Please sign in to comment.