Repository: incubator-edgent
Updated Branches:
  refs/heads/develop decca00f9 -> f585f01fa


[Edgent-443] undesired j7 api-topology-test-server jar

Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent/commit/f585f01f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent/tree/f585f01f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent/diff/f585f01f

Branch: refs/heads/develop
Commit: f585f01fa0ec56679dbb38f35fcb2db9c6001b74
Parents: decca00
Author: Dale LaBossiere <dlab...@us.ibm.com>
Authored: Wed Dec 13 12:26:50 2017 -0500
Committer: Dale LaBossiere <dlab...@us.ibm.com>
Committed: Wed Dec 13 12:26:50 2017 -0500

----------------------------------------------------------------------
 platforms/java7/api/topology/pom.xml | 40 -------------------------------
 1 file changed, 40 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/f585f01f/platforms/java7/api/topology/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/java7/api/topology/pom.xml 
b/platforms/java7/api/topology/pom.xml
index 9836f48..152275d 100644
--- a/platforms/java7/api/topology/pom.xml
+++ b/platforms/java7/api/topology/pom.xml
@@ -79,46 +79,6 @@
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <executions>
-          <!--
-              Make the default test-jar exclude the service descriptor
-              Or some tests would succeed where they should fail.
-          -->
-          <execution>
-            <id>default</id>
-            <goals>
-              <goal>test-jar</goal>
-            </goals>
-            <configuration>
-              <excludes>
-                <exclude>META-INF/services/**</exclude>
-              </excludes>
-            </configuration>
-          </execution>
-          <!--
-              Create a second test-jar that contains only the dummy
-              Server and the service descriptor for that. This is used
-              by other modules unit-tests.
-          -->
-          <execution>
-            <id>dummy-server-jar</id>
-            <phase>package</phase>
-            <goals>
-              <goal>test-jar</goal>
-            </goals>
-            <configuration>
-              <classifier>test-server</classifier>
-              <includes>
-                <include>**/services/**</include>
-                <include>META-INF/services/**</include>
-              </includes>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
     </plugins>
   </build>
 

Reply via email to