Skip to content

Commit

Permalink
Add option to skip server profile preparation, to be used with runnin…
Browse files Browse the repository at this point in the history
…g single test with -Dtest=...
  • Loading branch information
rhusar committed Nov 29, 2017
1 parent 84048dc commit 84ab93f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions testsuite/integration/pom.xml
Expand Up @@ -371,6 +371,13 @@

</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<configuration>
<skip>${skip.antrun}</skip>
</configuration>
</plugin>
</plugins>
</build>

Expand Down
2 changes: 2 additions & 0 deletions testsuite/pom.xml
Expand Up @@ -80,6 +80,8 @@
<!-- This project's root dir. -->
<jbossas.project.dir>${jbossas.ts.dir}/..</jbossas.project.dir>

<!-- Skips profile generation; to be used with running single test with -Dtest=... -->
<skip.antrun>false</skip.antrun>

<!-- Used to provide an absolute location for the distribution under test. -->
<!-- This value is overridden in modules with the correct relative pathname. -->
Expand Down

0 comments on commit 84ab93f

Please sign in to comment.