<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>
No comments:
Post a Comment