diff options
-rw-r--r-- | vnfs/VES/pom.xml | 4 | ||||
-rw-r--r-- | vnfs/VESreporting_vFW/pom.xml | 4 | ||||
-rw-r--r-- | vnfs/VESreporting_vLB/pom.xml | 4 | ||||
-rw-r--r-- | vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml | 12 | ||||
-rw-r--r-- | vnfs/vFW/pg_streams/pom.xml | 4 | ||||
-rw-r--r-- | vnfs/vLB/DNSClient/pom.xml | 4 | ||||
-rw-r--r-- | vnfs/vLB/DNSManager/pom.xml | 4 | ||||
-rw-r--r-- | vnfs/vLB/dns_streams/pom.xml | 4 |
8 files changed, 14 insertions, 26 deletions
diff --git a/vnfs/VES/pom.xml b/vnfs/VES/pom.xml index 2c103a30..70438e0f 100644 --- a/vnfs/VES/pom.xml +++ b/vnfs/VES/pom.xml @@ -43,14 +43,14 @@ </executions> </plugin> -<plugin> +<!--plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <version>2.8.1</version> <configuration> <skip>false</skip> </configuration> -</plugin> +</plugin--> </plugins> </build> diff --git a/vnfs/VESreporting_vFW/pom.xml b/vnfs/VESreporting_vFW/pom.xml index 9e712e5d..cf9ee6a8 100644 --- a/vnfs/VESreporting_vFW/pom.xml +++ b/vnfs/VESreporting_vFW/pom.xml @@ -41,14 +41,14 @@ </execution> </executions> </plugin> -<plugin> +<!--plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <version>2.8.1</version> <configuration> <skip>false</skip> </configuration> -</plugin> +</plugin--> </plugins> </build> diff --git a/vnfs/VESreporting_vLB/pom.xml b/vnfs/VESreporting_vLB/pom.xml index 69c91789..6b920525 100644 --- a/vnfs/VESreporting_vLB/pom.xml +++ b/vnfs/VESreporting_vLB/pom.xml @@ -41,14 +41,14 @@ </execution> </executions> </plugin> -<plugin> +<!--plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <version>2.8.1</version> <configuration> <skip>false</skip> </configuration> -</plugin> +</plugin--> </plugins> </build> diff --git a/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml b/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml index 352d4476..a1949a46 100644 --- a/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml +++ b/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml @@ -230,16 +230,4 @@ done </pluginManagement> </build> -<!-- <distributionManagement> - <repository> - <id>fdio-release</id> - <url>${nexusproxy}/repositories/fd.io.release/</url> - </repository> - <snapshotRepository> - <id>fdio-snapshot</id> - <url>${nexusproxy}/repositories/fd.io.snapshot/</url> - </snapshotRepository> - </distributionManagement> ---> - </project> diff --git a/vnfs/vFW/pg_streams/pom.xml b/vnfs/vFW/pg_streams/pom.xml index e3f707cd..a3559516 100644 --- a/vnfs/vFW/pg_streams/pom.xml +++ b/vnfs/vFW/pg_streams/pom.xml @@ -42,14 +42,14 @@ </execution> </executions> </plugin> -<plugin> +<!--plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <version>2.8.1</version> <configuration> <skip>false</skip> </configuration> -</plugin> +</plugin--> </plugins> </build> diff --git a/vnfs/vLB/DNSClient/pom.xml b/vnfs/vLB/DNSClient/pom.xml index 6c31f4c8..dd9f8381 100644 --- a/vnfs/vLB/DNSClient/pom.xml +++ b/vnfs/vLB/DNSClient/pom.xml @@ -28,7 +28,7 @@ </configuration> </plugin> - <plugin> + <!--plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <version>2.8.1</version> @@ -44,7 +44,7 @@ <configuration> <skip>false</skip> </configuration> - </plugin> + </plugin--> </plugins> </build> diff --git a/vnfs/vLB/DNSManager/pom.xml b/vnfs/vLB/DNSManager/pom.xml index be2c52d0..eddd29cb 100644 --- a/vnfs/vLB/DNSManager/pom.xml +++ b/vnfs/vLB/DNSManager/pom.xml @@ -28,7 +28,7 @@ </configuration> </plugin> - <plugin> + <!--plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <version>2.8.1</version> @@ -44,7 +44,7 @@ <configuration> <skip>false</skip> </configuration> - </plugin> + </plugin--> </plugins> </build> diff --git a/vnfs/vLB/dns_streams/pom.xml b/vnfs/vLB/dns_streams/pom.xml index 5df7763e..f63fdc88 100644 --- a/vnfs/vLB/dns_streams/pom.xml +++ b/vnfs/vLB/dns_streams/pom.xml @@ -43,14 +43,14 @@ </executions> </plugin> -<plugin> +<!--plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <version>2.8.1</version> <configuration> <skip>false</skip> </configuration> -</plugin> +</plugin--> </plugins> |