File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 <maven-compiler-plugin .version>3.13.0</maven-compiler-plugin .version>
1313 <maven-jar-plugin .version>3.4.0</maven-jar-plugin .version>
1414 <maven-install-plugin .version>3.1.1</maven-install-plugin .version>
15+ <maven-deploy-plugin .version>3.1.2</maven-deploy-plugin .version>
1516 <exec-maven-plugin .version>3.2.0</exec-maven-plugin .version>
1617 <maven-resources-plugin .version>2.6</maven-resources-plugin .version>
1718 <build-helper-maven-plugin .version>3.5.0</build-helper-maven-plugin .version>
325326 <allowIncompleteProjects >true</allowIncompleteProjects >
326327 </configuration >
327328 </plugin >
329+ <!-- For the deploy plugin, too. -->
330+ <plugin >
331+ <artifactId >maven-deploy-plugin</artifactId >
332+ <groupId >org.apache.maven.plugins</groupId >
333+ <version >${maven-deploy-plugin.version} </version >
334+ <configuration >
335+ <allowIncompleteProjects >true</allowIncompleteProjects >
336+ </configuration >
337+ </plugin >
328338 <plugin >
329339 <groupId >org.apache.maven.plugins</groupId >
330340 <artifactId >maven-clean-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments