Skip to content

Commit 1363b46

Browse files
committed
fix: gpg not sign source code jar
1 parent edb4a22 commit 1363b46

File tree

2 files changed

+14
-21
lines changed

2 files changed

+14
-21
lines changed

jetcache-bom/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,20 @@
223223

224224
</pluginManagement>
225225
<plugins>
226+
<plugin>
227+
<groupId>org.apache.maven.plugins</groupId>
228+
<artifactId>maven-source-plugin</artifactId>
229+
<version>3.2.0</version>
230+
<executions>
231+
<execution>
232+
<id>attach-sources</id>
233+
<phase>verify</phase>
234+
<goals>
235+
<goal>jar</goal>
236+
</goals>
237+
</execution>
238+
</executions>
239+
</plugin>
226240
<plugin>
227241
<artifactId>maven-help-plugin</artifactId>
228242
<inherited>false</inherited>

jetcache-parent/pom.xml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -96,27 +96,6 @@
9696
</properties>
9797
</configuration>
9898
</plugin>
99-
<plugin>
100-
<groupId>org.apache.maven.plugins</groupId>
101-
<artifactId>maven-source-plugin</artifactId>
102-
<version>3.2.0</version>
103-
<executions>
104-
<execution>
105-
<id>attach-sources</id>
106-
<phase>verify</phase>
107-
<goals>
108-
<goal>jar</goal>
109-
</goals>
110-
</execution>
111-
</executions>
112-
</plugin>
113-
<!--
114-
<plugin>
115-
<groupId>org.apache.maven.plugins</groupId>
116-
<artifactId>maven-release-plugin</artifactId>
117-
<version>2.5.3</version>
118-
</plugin>
119-
-->
12099
<plugin>
121100
<groupId>org.codehaus.mojo</groupId>
122101
<artifactId>versions-maven-plugin</artifactId>

0 commit comments

Comments
 (0)