[jboss-jira] [JBoss JIRA] (WFLY-8303) Clustering testsuite: Remove XSLTs in favor of executing CLI scripts via wildfly-maven-plugin
Radoslav Husar (JIRA)
issues at jboss.org
Mon Mar 6 12:35:00 EST 2017
Radoslav Husar created WFLY-8303:
------------------------------------
Summary: Clustering testsuite: Remove XSLTs in favor of executing CLI scripts via wildfly-maven-plugin
Key: WFLY-8303
URL: https://issues.jboss.org/browse/WFLY-8303
Project: WildFly
Issue Type: Task
Components: Clustering, Test Suite
Affects Versions: 10.1.0.Final
Reporter: Radoslav Husar
Assignee: Radoslav Husar
i.e.
{code:xml}
<plugin>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin</artifactId>
<version>${version.org.wildfly.plugin}</version>
<executions>
<execution>
<phase>process-test-resources</phase>
<goals>
<goal>execute-commands</goal>
</goals>
</execution>
</executions>
<configuration>
<offline>true</offline>
<scripts>
<script>modify-cache-mode.cli</script>
</scripts>
<jboss-home>${wildfly.dir}</jboss-home>
<stdout>${project.build.directory}/wildfly-plugin.log</stdout>
<system-properties>
<public.ip>${node0}</public.ip>
<management.ip>${node0}</management.ip>
...
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list