<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>
Auto deploy on WAS on localhost
Posted on
by Kim
Subscribe to:
Post Comments (Atom)
0 Responses to "Auto deploy on WAS on localhost":
Post a Comment