You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pom.xml
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,20 @@
52
52
<id>release</id>
53
53
<build>
54
54
<plugins>
55
+
<plugin>
56
+
<groupId>org.apache.maven.plugins</groupId>
57
+
<artifactId>maven-source-plugin</artifactId>
58
+
<version>3.2.1</version>
59
+
<executions>
60
+
<execution>
61
+
<id>attach-sources</id>
62
+
<phase>verify</phase>
63
+
<goals>
64
+
<goal>jar-no-fork</goal>
65
+
</goals>
66
+
</execution>
67
+
</executions>
68
+
</plugin>
55
69
<plugin>
56
70
<groupId>org.apache.maven.plugins</groupId>
57
71
<artifactId>maven-gpg-plugin</artifactId>
@@ -91,21 +105,7 @@
91
105
</goals>
92
106
</execution>
93
107
</executions>
94
-
</plugin>
95
-
<plugin>
96
-
<groupId>org.apache.maven.plugins</groupId>
97
-
<artifactId>maven-source-plugin</artifactId>
98
-
<version>3.2.1</version>
99
-
<executions>
100
-
<execution>
101
-
<id>attach-sources</id>
102
-
<phase>verify</phase>
103
-
<goals>
104
-
<goal>jar-no-fork</goal>
105
-
</goals>
106
-
</execution>
107
-
</executions>
108
-
</plugin>
108
+
</plugin>
109
109
</plugins>
110
110
</build>
111
111
</profile>
@@ -264,8 +264,8 @@
264
264
<description>This Java library implements an RDF store implementing the SPDX Java Library Storage Interface using an underlying RDF store.</description>
0 commit comments