File tree Expand file tree Collapse file tree 1 file changed +25
-30
lines changed Expand file tree Collapse file tree 1 file changed +25
-30
lines changed Original file line number Diff line number Diff line change 9494 </execution >
9595 </executions >
9696 </plugin >
97+ <plugin >
98+ <groupId >org.apache.maven.plugins</groupId >
99+ <artifactId >maven-gpg-plugin</artifactId >
100+ <version >1.5</version >
101+ <executions >
102+ <execution >
103+ <id >sign-artifacts</id >
104+ <phase >verify</phase >
105+ <goals >
106+ <goal >sign</goal >
107+ </goals >
108+ </execution >
109+ </executions >
110+ </plugin >
111+ <plugin >
112+ <groupId >org.apache.maven.plugins</groupId >
113+ <artifactId >maven-release-plugin</artifactId >
114+ <version >2.5</version >
115+ <configuration >
116+ <autoVersionSubmodules >true</autoVersionSubmodules >
117+ <useReleaseProfile >false</useReleaseProfile >
118+ <releaseProfiles >release</releaseProfiles >
119+ <goals >deploy</goals >
120+ </configuration >
121+ </plugin >
97122 </plugins >
98-
99- <pluginManagement >
100- <plugins >
101- <plugin >
102- <groupId >org.apache.maven.plugins</groupId >
103- <artifactId >maven-release-plugin</artifactId >
104- <version >2.5</version >
105- <configuration >
106- <autoVersionSubmodules >true</autoVersionSubmodules >
107- <useReleaseProfile >false</useReleaseProfile >
108- <releaseProfiles >release</releaseProfiles >
109- <goals >deploy</goals >
110- </configuration >
111- </plugin >
112- <plugin >
113- <groupId >org.apache.maven.plugins</groupId >
114- <artifactId >maven-gpg-plugin</artifactId >
115- <version >1.5</version >
116- <executions >
117- <execution >
118- <id >sign-artifacts</id >
119- <phase >verify</phase >
120- <goals >
121- <goal >sign</goal >
122- </goals >
123- </execution >
124- </executions >
125- </plugin >
126- </plugins >
127- </pluginManagement >
128123 </build >
129124
130125 <dependencies >
You can’t perform that action at this time.
0 commit comments