diff options
Diffstat (limited to 'vnfs/vLB')
-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 |
3 files changed, 6 insertions, 6 deletions
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> |