Skip to content

Commit

Permalink
TEPHRA-315 tephra-example maven setup is broken (addendum: re-add exp…
Browse files Browse the repository at this point in the history
…lcit execution for maven-shade-plugin)
  • Loading branch information
stoty committed Nov 30, 2020
1 parent 708a937 commit 3d79679
Showing 1 changed file with 22 additions and 14 deletions.
36 changes: 22 additions & 14 deletions tephra-core-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,20 @@
<artifactId>maven-shade-plugin</artifactId>
<configuration>
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
<dependencyReducedPomLocation>${basedir}/target/dependency-reduced-pom.xml</dependencyReducedPomLocation>
<createSourcesJar>true</createSourcesJar>
<artifactSet>
<includes>
<include>org.apache.tephra:tephra-core</include>
<include>org.apache.twill:twill-api</include>
<include>org.apache.twill:twill-common</include>
<include>org.apache.twill:twill-core</include>
<include>org.apache.twill:twill-discovery-api</include>
<include>org.apache.twill:twill-discovery-core</include>
<include>org.apache.twill:twill-zookeeper</include>
<include>com.google.guava:guava</include>
</includes>
</artifactSet>
<dependencyReducedPomLocation>${basedir}/target/dependency-reduced-pom.xml</dependencyReducedPomLocation>
<createSourcesJar>true</createSourcesJar>
<artifactSet>
<includes>
<include>org.apache.tephra:tephra-core</include>
<include>org.apache.twill:twill-api</include>
<include>org.apache.twill:twill-common</include>
<include>org.apache.twill:twill-core</include>
<include>org.apache.twill:twill-discovery-api</include>
<include>org.apache.twill:twill-discovery-core</include>
<include>org.apache.twill:twill-zookeeper</include>
<include>com.google.guava:guava</include>
</includes>
</artifactSet>
<filters>
<filter>
<artifact>*:*</artifact>
Expand Down Expand Up @@ -89,6 +89,14 @@
</transformer>
</transformers>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 3d79679

Please sign in to comment.