Skip to content

Commit 23a58b0

Browse files
committed
ST6RI-753 Updated Maven deploy plugin config to allowIncompleteProjects.
1 parent b0b0c1c commit 23a58b0

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
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>
@@ -325,6 +326,15 @@
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>

0 commit comments

Comments
 (0)