File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 3131 </testResources >
3232 <plugins >
3333 <plugin >
34+ <groupId >org.apache.maven.plugins</groupId >
35+ <artifactId >maven-deploy-plugin</artifactId >
36+ <configuration >
37+ <skip >true</skip >
38+ </configuration >
39+ </plugin >
40+ <plugin >
41+ <groupId >org.apache.maven.plugins</groupId >
3442 <artifactId >maven-failsafe-plugin</artifactId >
3543 <executions >
3644 <execution >
4149 </execution >
4250 </executions >
4351 </plugin >
52+ <plugin >
53+ <groupId >org.apache.maven.plugins</groupId >
54+ <artifactId >maven-install-plugin</artifactId >
55+ <configuration >
56+ <skip >true</skip >
57+ </configuration >
58+ </plugin >
59+ <plugin >
60+ <groupId >org.apache.maven.plugins</groupId >
61+ <artifactId >maven-jar-plugin</artifactId >
62+ <executions >
63+ <execution >
64+ <id >default-jar</id >
65+ <configuration >
66+ <skipIfEmpty >true</skipIfEmpty >
67+ </configuration >
68+ </execution >
69+ </executions >
70+ </plugin >
4471 </plugins >
4572 </build >
4673
You can’t perform that action at this time.
0 commit comments