[ASTERIXDB-2358][LIC] Fix asterix-replication packaging

Change-Id: Ieaf59ef163379e8950a40216b85305452a53fce0
Reviewed-on: https://asterix-gerrit.ics.uci.edu/2594
Integration-Tests: Michael Blow <mb...@apache.org>
Tested-by: Michael Blow <mb...@apache.org>
Reviewed-by: Michael Blow <mb...@apache.org>
Reviewed-by: Murtadha Hubail <mhub...@apache.org>


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

Branch: refs/heads/master
Commit: d8959ee59d9d12e6fed29f4ada87b7fd75db0180
Parents: 5e4ad72
Author: Michael Blow <mb...@apache.org>
Authored: Sat Apr 14 12:20:03 2018 -0400
Committer: Michael Blow <mb...@apache.org>
Committed: Sat Apr 14 11:20:59 2018 -0700

----------------------------------------------------------------------
 asterixdb/asterix-replication/pom.xml | 22 ----------------------
 1 file changed, 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/d8959ee5/asterixdb/asterix-replication/pom.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-replication/pom.xml 
b/asterixdb/asterix-replication/pom.xml
index 787a0b4..c8a84ee 100644
--- a/asterixdb/asterix-replication/pom.xml
+++ b/asterixdb/asterix-replication/pom.xml
@@ -17,28 +17,6 @@
   <properties>
     <root.dir>${basedir}/..</root.dir>
   </properties>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <configuration>
-          <includes>
-            <include>**/*.class</include>
-            <include>**/*.txt</include>
-          </includes>
-        </configuration>
-        <executions>
-          <execution>
-            <goals>
-              <goal>test-jar</goal>
-            </goals>
-            <phase>package</phase>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
   <dependencies>
     <dependency>
       <groupId>org.apache.asterix</groupId>

Reply via email to