Skip to content

Commit

Permalink
[fixed] pom, so that irongui will build again with Maven (just a temp…
Browse files Browse the repository at this point in the history
…orary/quick fix)
  • Loading branch information
bahellma committed Mar 12, 2015
1 parent 3d14a67 commit c773bf6
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,46 +126,6 @@
<configLocation>https://raw.githubusercontent.com/trustathsh/ironcommon/master/src/main/documents/trustAtHsHCheckstylePolicy.xml</configLocation>
</configuration>
</plugin>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.7</version>
<executions>
<execution>
<id>add-source</id>
<phase>generate-sources</phase>
<goals>
<goal>add-source</goal>
</goals>
<configuration>
<sources>
<source>src/main/java</source>
</sources>
</configuration>
</execution>
<execution>
<id>add-resource</id>
<phase>generate-resources</phase>
<goals>
<goal>add-resource</goal>
</goals>
<configuration>
<resources>
<resource>
<directory>src/main/templates/keystore</directory>
<targetPath>resources</targetPath>
</resource>
<resource>
<directory>src/main/templates/img</directory>
<targetPath>resources</targetPath>
</resource>
</resources>
</configuration>
</execution>
</executions>
</plugin>

</plugins>
<resources>
<resource>
Expand Down

0 comments on commit c773bf6

Please sign in to comment.