File tree Expand file tree Collapse file tree 1 file changed +6
-13
lines changed
Expand file tree Collapse file tree 1 file changed +6
-13
lines changed Original file line number Diff line number Diff line change 1616 <module >src-distribution</module >
1717 </modules >
1818
19+ <properties >
20+ <!-- Skip deploying tests -->
21+ <maven .deploy.skip>true</maven .deploy.skip>
22+ <skipNexusStagingDeployMojo >${maven.deploy.skip}</skipNexusStagingDeployMojo >
23+ </properties >
24+
1925 <dependencies >
2026
2127 <dependency >
135141 </plugins >
136142 </pluginManagement >
137143 <plugins >
138- <plugin >
139- <artifactId >maven-deploy-plugin</artifactId >
140- <configuration >
141- <skip >true</skip >
142- </configuration >
143- </plugin >
144144 <plugin >
145145 <artifactId >maven-assembly-plugin</artifactId >
146146 <executions >
167167 </execution >
168168 </executions >
169169 </plugin >
170- <plugin >
171- <groupId >org.apache.maven.plugins</groupId >
172- <artifactId >maven-install-plugin</artifactId >
173- <configuration >
174- <createChecksum >true</createChecksum >
175- </configuration >
176- </plugin >
177170 </plugins >
178171 </build >
179172
You can’t perform that action at this time.
0 commit comments