File tree Expand file tree Collapse file tree 1 file changed +18
-14
lines changed
Expand file tree Collapse file tree 1 file changed +18
-14
lines changed Original file line number Diff line number Diff line change 144144 </compilerArgs >
145145 </configuration >
146146 </plugin >
147- <plugin >
148- <groupId >org.apache.maven.plugins</groupId >
149- <artifactId >maven-gpg-plugin</artifactId >
150- <version >1.6</version >
151- <executions >
152- <execution >
153- <id >sign-artifacts</id >
154- <phase >verify</phase >
155- <goals >
156- <goal >sign</goal >
157- </goals >
158- </execution >
159- </executions >
160- </plugin >
161147 <plugin >
162148 <groupId >org.apache.maven.plugins</groupId >
163149 <artifactId >maven-jar-plugin</artifactId >
255241 <value >true</value >
256242 </property >
257243 </activation >
244+ <build >
245+ <plugins >
246+ <plugin >
247+ <groupId >org.apache.maven.plugins</groupId >
248+ <artifactId >maven-gpg-plugin</artifactId >
249+ <version >1.6</version >
250+ <executions >
251+ <execution >
252+ <id >sign-artifacts</id >
253+ <phase >verify</phase >
254+ <goals >
255+ <goal >sign</goal >
256+ </goals >
257+ </execution >
258+ </executions >
259+ </plugin >
260+ </plugins >
261+ </build >
258262 </profile >
259263 </profiles >
260264</project >
You can’t perform that action at this time.
0 commit comments