Cleanup POM
This commit is contained in:
@@ -0,0 +1 @@
|
||||
/config/
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user