Vijay Shanker wrote:
David,
Could you please give me example of using it?
<plugin>
<groupId>com.davidkarlsen.maven.plugins</groupId>
<artifactId>maven-was-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<executions>
<execution>
<configuration>
<targetVersion>WAS502</targetVersion>
<generateDebug>true</generateDebug>
<verbose>true</verbose>
<script>c:\WebSphere\AppServer\deploytool\itp\ejbdeploy.bat</script>
</configuration>
<goals>
<goal>deploy</goal>
</goals>
<phase>process-classes</phase>
</execution>
</executions>
</plugin>
--
David J. M. Karlsen - +47 90 68 22 43
http://www.davidkarlsen.com
http://mp3.davidkarlsen.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]