diff options
Diffstat (limited to 'standalone/pom.xml')
-rwxr-xr-x | standalone/pom.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/standalone/pom.xml b/standalone/pom.xml index 3c931c0b..0d963d04 100755 --- a/standalone/pom.xml +++ b/standalone/pom.xml @@ -194,11 +194,20 @@ </repository> </repositories> - <build> <pluginManagement> <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> + <plugin> <groupId>com.github.ferstl</groupId> <artifactId>depgraph-maven-plugin</artifactId> <version>3.3.0</version> |