Skip to content
Snippets Groups Projects
Commit 2bd2c005 authored by Nelson Tavares de Sousa's avatar Nelson Tavares de Sousa
Browse files

removed performancetest profile from pom.xml

parent 2961d61c
No related branches found
No related tags found
No related merge requests found
......@@ -415,32 +415,6 @@
<profiles>
<profile>
<id>performancetest</id>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.9.1</version>
<executions>
<execution>
<id>add-test-source</id>
<phase>generate-test-sources</phase>
<goals>
<goal>add-test-source</goal>
</goals>
<configuration>
<sources>
<source>src/performancetest/java</source>
</sources>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>signing</id>
<activation>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment