Skip to content

Commit

Permalink
[HWKMETRICS-216] Rename/move test modules to better represent their p…
Browse files Browse the repository at this point in the history
…urpose.
  • Loading branch information
Stefan Negrea committed Sep 10, 2015
1 parent 3da8b8e commit 0160642
Show file tree
Hide file tree
Showing 37 changed files with 7 additions and 7 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions tests/pom.xml → integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
</property>
</activation>
<modules>
<module>rest-tests</module>
<module>rest-integration-tests-jaxrs-1.1</module>
<module>rest-tests-jaxrs</module>
<module>rest-tests-jaxrs-1.1</module>
<module>load-tests</module>
</modules>
</profile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>hawkular-metrics-rest-integration-tests-jax-rs-1.1</artifactId>
<artifactId>hawkular-metrics-rest-tests-jaxrs-1.1</artifactId>

<name>Hawkular Metrics - Rest Integration Tests for JAX-RS 1.1</name>
<name>Hawkular Metrics Rest Tests for JAX-RS 1.1</name>

<properties>
<jboss-as-maven-plugin.skip>true</jboss-as-maven-plugin.skip>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
<version>0.7.0-SNAPSHOT</version>
</parent>

<artifactId>hawkular-metrics-rest-tests</artifactId>
<artifactId>hawkular-metrics-rest-tests-jaxrs</artifactId>

<name>Hawkular Metrics Rest Tests</name>
<name>Hawkular Metrics Rest Tests for JAX-RS 2.0</name>

<properties>
<wildfly-maven-plugin.skip>true</wildfly-maven-plugin.skip>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<module>api/metrics-api-common</module>
<module>api/metrics-api-jaxrs</module>
<module>api/metrics-api-jaxrs-1.1</module>
<module>tests</module>
<module>integration-tests</module>
<module>clients</module>
<module>containers</module>
</modules>
Expand Down

0 comments on commit 0160642

Please sign in to comment.