Skip to content

Commit

Permalink
Include icon in JAR
Browse files Browse the repository at this point in the history
  • Loading branch information
rubendel committed Mar 4, 2017
1 parent e6e9a70 commit 9bfa43a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
File renamed without changes
24 changes: 1 addition & 23 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,28 +60,6 @@
</resource>
</resources>
<plugins>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>2.4</version>
<executions>
<execution>
<id>copy-resources</id>
<phase>validate</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${project.build.outputDirectory}/plugin</outputDirectory>
<resources>
<resource>
<directory>plugin</directory>
<filtering>true</filtering>
</resource>
</resources>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
Expand All @@ -100,7 +78,7 @@
<classifier>plugin</classifier>
</artifact>
<artifact>
<file>icon.png</file>
<file>plugin/icon.png</file>
<type>png</type>
<classifier>icon</classifier>
</artifact>
Expand Down

0 comments on commit 9bfa43a

Please sign in to comment.