Auto deploy on WAS on localhost

Posted on by Kim


<plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>exec-maven-plugin</artifactId>
    <configuration>
        <executable>${env.WAS_HOME}\bin\wsadmin.bat</executable>
        <workingDirectory>${commons.test.dir}</workingDirectory>
        <commandlineArgs>-host localhost -f autodeploy/deployall.jacl -p "${basedir}"/../CamelProperties.txt </commandlineArgs>
    </configuration>
</plugin>

0 Responses to "Auto deploy on WAS on localhost":