summaryrefslogtreecommitdiffstats
path: root/dependencies-odl-bom/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dependencies-odl-bom/pom.xml')
-rw-r--r--dependencies-odl-bom/pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/dependencies-odl-bom/pom.xml b/dependencies-odl-bom/pom.xml
index 58fbc3dd..1fd42ec5 100644
--- a/dependencies-odl-bom/pom.xml
+++ b/dependencies-odl-bom/pom.xml
@@ -318,4 +318,19 @@
</dependency>
</dependencies>
</dependencyManagement>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <!-- This version supports the "deployAtEnd" parameter -->
+ <version>2.8</version>
+ <configuration>
+ <skip/>
+ <deployAtEnd>true</deployAtEnd>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>