Skip to content

Commit

Permalink
ST6RI-753 Updated Maven deploy plugin config to allowIncompleteProjects.
Browse files Browse the repository at this point in the history
  • Loading branch information
seidewitz committed May 6, 2024
1 parent b0b0c1c commit 23a58b0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<maven-jar-plugin.version>3.4.0</maven-jar-plugin.version>
<maven-install-plugin.version>3.1.1</maven-install-plugin.version>
<maven-deploy-plugin.version>3.1.2</maven-deploy-plugin.version>
<exec-maven-plugin.version>3.2.0</exec-maven-plugin.version>
<maven-resources-plugin.version>2.6</maven-resources-plugin.version>
<build-helper-maven-plugin.version>3.5.0</build-helper-maven-plugin.version>
Expand Down Expand Up @@ -325,6 +326,15 @@
<allowIncompleteProjects>true</allowIncompleteProjects>
</configuration>
</plugin>
<!-- For the deploy plugin, too. -->
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<groupId>org.apache.maven.plugins</groupId>
<version>${maven-deploy-plugin.version}</version>
<configuration>
<allowIncompleteProjects>true</allowIncompleteProjects>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
Expand Down

0 comments on commit 23a58b0

Please sign in to comment.