File tree Expand file tree Collapse file tree 1 file changed +0
-56
lines changed
Expand file tree Collapse file tree 1 file changed +0
-56
lines changed Original file line number Diff line number Diff line change 5757 <target >1.5</target >
5858 </configuration >
5959 </plugin >
60- <plugin >
61- <groupId >org.apache.maven.plugins</groupId >
62- <artifactId >maven-source-plugin</artifactId >
63- <version >2.2.1</version >
64- <executions >
65- <execution >
66- <id >attach-sources</id >
67- <goals >
68- <goal >jar</goal >
69- </goals >
70- </execution >
71- </executions >
72- </plugin >
73- <plugin >
74- <groupId >org.apache.maven.plugins</groupId >
75- <artifactId >maven-javadoc-plugin</artifactId >
76- <version >2.9</version >
77- <executions >
78- <execution >
79- <id >attach-javadocs</id >
80- <goals >
81- <goal >jar</goal >
82- </goals >
83- </execution >
84- </executions >
85- </plugin >
8660 <plugin >
8761 <groupId >org.apache.maven.plugins</groupId >
8862 <artifactId >maven-surefire-plugin</artifactId >
205179 <scope >test</scope >
206180 </dependency >
207181 </dependencies >
208-
209- <profiles >
210- <profile >
211- <id >release-sign-artifacts</id >
212- <activation >
213- <property >
214- <name >performRelease</name >
215- <value >true</value >
216- </property >
217- </activation >
218- <build >
219- <plugins >
220- <plugin >
221- <groupId >org.apache.maven.plugins</groupId >
222- <artifactId >maven-gpg-plugin</artifactId >
223- <version >1.1</version >
224- <executions >
225- <execution >
226- <id >sign-artifacts</id >
227- <phase >verify</phase >
228- <goals >
229- <goal >sign</goal >
230- </goals >
231- </execution >
232- </executions >
233- </plugin >
234- </plugins >
235- </build >
236- </profile >
237- </profiles >
238182</project >
You can’t perform that action at this time.
0 commit comments