diff options
Diffstat (limited to 'vnfs/vFW')
-rw-r--r-- | vnfs/vFW/.DS_Store | bin | 8196 -> 8196 bytes | |||
-rw-r--r-- | vnfs/vFW/pg_streams/pom.xml | 15 |
2 files changed, 2 insertions, 13 deletions
diff --git a/vnfs/vFW/.DS_Store b/vnfs/vFW/.DS_Store Binary files differindex 7ada677e..97cfa332 100644 --- a/vnfs/vFW/.DS_Store +++ b/vnfs/vFW/.DS_Store diff --git a/vnfs/vFW/pg_streams/pom.xml b/vnfs/vFW/pg_streams/pom.xml index 9c505ab8..e3f707cd 100644 --- a/vnfs/vFW/pg_streams/pom.xml +++ b/vnfs/vFW/pg_streams/pom.xml @@ -17,6 +17,7 @@ <plugin> <artifactId>maven-jar-plugin</artifactId> + <version>2.3.2</version> <executions> <execution> <id>default-jar</id> @@ -44,24 +45,12 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> + <version>2.8.1</version> <configuration> <skip>false</skip> </configuration> </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>exec-maven-plugin</artifactId> - <configuration> - <skip>true</skip> - </configuration> - <executions> - <execution> - <phase>none</phase> - </execution> - </executions> - </plugin> - </plugins> </build> |