Skip to content

Commit

Permalink
avoid creation of datax-host-with-dependency jar (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit489 authored Aug 16, 2019
1 parent 5949fcb commit e31ba65
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions DataProcessing/datax-host/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -236,24 +236,6 @@ SOFTWARE
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.4.1</version>
<configuration>
<descriptors>
<descriptor>with-dependencies.xml</descriptor>
</descriptors>
</configuration>
<executions>
<execution>
<id>make-assembly</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
Expand Down

0 comments on commit e31ba65

Please sign in to comment.