Skip to content

Commit

Permalink
Fix shade artifacts dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mtommila committed May 6, 2017
1 parent 9136981 commit a57294d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions apfloat-samples/pom.xml
Expand Up @@ -71,6 +71,9 @@
<artifactSet>
<excludes>
<exclude>org.apfloat:apfloat</exclude>
<exclude>org.apfloat:apfloat-aparapi</exclude>
<exclude>com.aparapi:aparapi</exclude>
<exclude>com.aparapi:aparapi-jni</exclude>
</excludes>
</artifactSet>
<outputFile>${project.build.directory}/samples.jar</outputFile>
Expand All @@ -89,6 +92,13 @@
<goal>shade</goal>
</goals>
<configuration>
<artifactSet>
<excludes>
<exclude>org.apfloat:apfloat-aparapi</exclude>
<exclude>com.aparapi:aparapi</exclude>
<exclude>com.aparapi:aparapi-jni</exclude>
</excludes>
</artifactSet>
<outputFile>${project.build.directory}/signedapplet.jar</outputFile>
</configuration>
</execution>
Expand Down

0 comments on commit a57294d

Please sign in to comment.