diff options
-rw-r--r-- | PyPDPServer/pom.xml | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/PyPDPServer/pom.xml b/PyPDPServer/pom.xml index 39b162150..f06edb1fc 100644 --- a/PyPDPServer/pom.xml +++ b/PyPDPServer/pom.xml @@ -215,6 +215,7 @@ </dependency> </dependencies> +<!-- <build> <plugins> <plugin> @@ -229,14 +230,6 @@ </configuration> </plugin> <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-deploy-plugin</artifactId> - <version>2.8</version> <!-- This version supports the "deployAtEnd" parameter --> - <configuration> - <skip /> - </configuration> - </plugin> - <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <executions> @@ -292,4 +285,5 @@ </plugin> </plugins> </build> + --> </project> |