Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
[REEF-56]: Removed the shaded and test jar creation in reef-tests The…
Browse files Browse the repository at this point in the history
… prior

  addition of the `-test-jar-with-dependencies` replaces both of them. Hence,
  their creation has become redundant

JIRA:
  [REEF-56]: https://issues.apache.org/jira/browse/REEF-56

Pull Request:
  Closes #29

Author:
  Markus Weimer weimer@apache.org
  • Loading branch information
Markus Weimer authored and Byung-Gon Chun committed Dec 5, 2014
1 parent 7492d26 commit f87b96e
Showing 1 changed file with 0 additions and 42 deletions.
42 changes: 0 additions & 42 deletions reef-tests/pom.xml
Expand Up @@ -72,17 +72,6 @@ under the License.

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
Expand All @@ -100,37 +89,6 @@ under the License.
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
<configuration>

<outputFile>
${project.build.directory}/${project.artifactId}-${project.version}-shaded.jar
</outputFile>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>yarn-default.xml</exclude>
<exclude>yarn-version-info.properties</exclude>
<exclude>core-default.xml</exclude>
<exclude>LICENSE</exclude>
<exclude>META-INF/*</exclude>
</excludes>
</filter>
</filters>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit f87b96e

Please sign in to comment.