Cleanup POM

This commit is contained in:
2014-07-25 14:14:50 +02:00
parent 11cb7572ae
commit c345841e8a
2 changed files with 1 additions and 16 deletions
+1
View File
@@ -0,0 +1 @@
/config/
-16
View File
@@ -43,21 +43,6 @@
<etcConfFile>src/main/resources/fda.conf</etcConfFile>
</configuration>
</plugin>
<!-- To run NbModuleSuite in integration-test phase:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.7.1</version>
<configuration>
<systemProperties>
<property>
<name>cluster.path.final</name>
<value>${project.build.directory}/${brandingToken}/${brandingToken}:${project.build.directory}/${brandingToken}/platform</value>
</property>
</systemProperties>
</configuration>
</plugin>
-->
<!-- Copy additional start scripts to bin folder -->
<plugin>
<artifactId>maven-resources-plugin</artifactId>
@@ -65,7 +50,6 @@
<executions>
<execution>
<id>copy-resources</id>
<!-- here the phase you need -->
<phase>compile</phase>
<goals>
<goal>copy-resources</goal>