Skip to content

Commit

Permalink
Small fix for rest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasponce committed Jun 2, 2015
1 parent 204b6a2 commit 0311df2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 118 deletions.
25 changes: 0 additions & 25 deletions hawkular-alerts-rest-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -252,31 +252,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>xml-maven-plugin</artifactId>
<executions>
<execution>
<id>transform-standalone-xml</id>
<phase>pre-integration-test</phase>
<goals>
<goal>transform</goal>
</goals>
<configuration>
<transformationSets>
<transformationSet>
<dir>${hawkular.wildfly}/standalone/configuration</dir>
<stylesheet>src/test/resources/standalone.xsl</stylesheet>
<includes>
<include>standalone.xml</include>
</includes>
<outputDir>${hawkular.wildfly}/standalone/configuration</outputDir>
</transformationSet>
</transformationSets>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
Expand Down

This file was deleted.

60 changes: 0 additions & 60 deletions hawkular-alerts-rest-tests/src/test/resources/standalone.xsl

This file was deleted.

0 comments on commit 0311df2

Please sign in to comment.