[Edgent-440] don't deploy edgent-test* projects to Nexus
diff --git a/platforms/java7/test/appservice-applications/pom.xml b/platforms/java7/test/appservice-applications/pom.xml
index b170828..d4d2fab 100644
--- a/platforms/java7/test/appservice-applications/pom.xml
+++ b/platforms/java7/test/appservice-applications/pom.xml
@@ -85,6 +85,14 @@
           </includes>
         </configuration>
       </plugin>
+      <!-- We don't want to deploy this project to Maven -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 
diff --git a/platforms/java7/test/fvtiot/pom.xml b/platforms/java7/test/fvtiot/pom.xml
index 45dae11..ee292d6 100644
--- a/platforms/java7/test/fvtiot/pom.xml
+++ b/platforms/java7/test/fvtiot/pom.xml
@@ -93,6 +93,14 @@
           </execution>
         </executions>
       </plugin>
+      <!-- We don't want to deploy this project to Maven -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 
diff --git a/platforms/java7/test/pom.xml b/platforms/java7/test/pom.xml
index 45f6e6c..8089778 100644
--- a/platforms/java7/test/pom.xml
+++ b/platforms/java7/test/pom.xml
@@ -36,5 +36,18 @@
     <module>fvtiot</module>
     <module>svt</module>
   </modules>
+  
+  <build>
+    <plugins>
+      <!-- We don't want to deploy this project to Maven -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 
 </project>
diff --git a/platforms/java7/test/svt/pom.xml b/platforms/java7/test/svt/pom.xml
index 2cd70b7..f812c55 100644
--- a/platforms/java7/test/svt/pom.xml
+++ b/platforms/java7/test/svt/pom.xml
@@ -79,6 +79,14 @@
           </execution>
         </executions>
       </plugin>
+      <!-- We don't want to deploy this project to Maven -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 
diff --git a/test/appservice-applications/pom.xml b/test/appservice-applications/pom.xml
index 493b7dc..f4c47d0 100644
--- a/test/appservice-applications/pom.xml
+++ b/test/appservice-applications/pom.xml
@@ -37,5 +37,18 @@
       <version>1.3.0-SNAPSHOT</version>
     </dependency>
   </dependencies>
+  
+  <build>
+    <plugins>
+      <!-- We don't want to deploy this project to Maven -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 
 </project>
diff --git a/test/fvtiot/pom.xml b/test/fvtiot/pom.xml
index 5fdd905..e8ba188 100644
--- a/test/fvtiot/pom.xml
+++ b/test/fvtiot/pom.xml
@@ -56,6 +56,14 @@
           </execution>
         </executions>
       </plugin>
+      <!-- We don't want to deploy this project to Maven -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 
diff --git a/test/pom.xml b/test/pom.xml
index f2c6c0d..dbbd0b7 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -60,6 +60,14 @@
           </excludes>
         </configuration>
       </plugin>
+      <!-- We don't want to deploy this project to Maven -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 
diff --git a/test/svt/pom.xml b/test/svt/pom.xml
index f46fbee..06dd1a3 100644
--- a/test/svt/pom.xml
+++ b/test/svt/pom.xml
@@ -56,5 +56,18 @@
       <version>1.3.0-SNAPSHOT</version>
     </dependency>
   </dependencies>
+  
+  <build>
+    <plugins>
+      <!-- We don't want to deploy this project to Maven -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 
 </project>