aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/honeycomb_plugin
diff options
context:
space:
mode:
authorplatania <platania@research.att.com>2017-02-20 09:46:34 -0500
committerplatania <platania@research.att.com>2017-02-20 09:48:01 -0500
commite4a8f92f825d28ec3f03834ec293ef12c57419dc (patch)
treea92527625fe52860195ca1d70bdda7de5c894696 /vnfs/honeycomb_plugin
parenta5707488482996cdef4f57c8b71437b9bc572d37 (diff)
Add deploy and install plugin versions
Change-Id: If1efa47f7bb5ff70ce22e3d2c4bb54db08c39780 Signed-off-by: platania <platania@research.att.com>
Diffstat (limited to 'vnfs/honeycomb_plugin')
-rw-r--r--vnfs/honeycomb_plugin/.DS_Storebin6148 -> 6148 bytes
-rw-r--r--vnfs/honeycomb_plugin/sample_plugin/.DS_Storebin8196 -> 10244 bytes
-rw-r--r--vnfs/honeycomb_plugin/sample_plugin/parent-pom/.DS_Storebin0 -> 6148 bytes
-rw-r--r--vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml15
-rwxr-xr-xvnfs/honeycomb_plugin/sample_plugin/pom.xml12
5 files changed, 0 insertions, 27 deletions
diff --git a/vnfs/honeycomb_plugin/.DS_Store b/vnfs/honeycomb_plugin/.DS_Store
index 5bdc9e5a..6febf681 100644
--- a/vnfs/honeycomb_plugin/.DS_Store
+++ b/vnfs/honeycomb_plugin/.DS_Store
Binary files differ
diff --git a/vnfs/honeycomb_plugin/sample_plugin/.DS_Store b/vnfs/honeycomb_plugin/sample_plugin/.DS_Store
index 0c92e6f3..3c79254d 100644
--- a/vnfs/honeycomb_plugin/sample_plugin/.DS_Store
+++ b/vnfs/honeycomb_plugin/sample_plugin/.DS_Store
Binary files differ
diff --git a/vnfs/honeycomb_plugin/sample_plugin/parent-pom/.DS_Store b/vnfs/honeycomb_plugin/sample_plugin/parent-pom/.DS_Store
new file mode 100644
index 00000000..5d56db6b
--- /dev/null
+++ b/vnfs/honeycomb_plugin/sample_plugin/parent-pom/.DS_Store
Binary files differ
diff --git a/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml b/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml
index cb3903a9..352d4476 100644
--- a/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml
+++ b/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml
@@ -226,21 +226,6 @@ done
</execution>
</executions>
</plugin>
-
- <!-- Disable exec-maven-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>
</pluginManagement>
</build>
diff --git a/vnfs/honeycomb_plugin/sample_plugin/pom.xml b/vnfs/honeycomb_plugin/sample_plugin/pom.xml
index 8702d240..40a792b4 100755
--- a/vnfs/honeycomb_plugin/sample_plugin/pom.xml
+++ b/vnfs/honeycomb_plugin/sample_plugin/pom.xml
@@ -53,18 +53,6 @@
<skip>true</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>