Hi There,

I am having my maven setup on WINDOWS machine and I am trying to use WAS6-maven-plugin to deploy EAR on remote machine ( Linux - with base version of WAS ).

using remote path gives me UNC path error and after mapping the drive i get


[INFO] [was6:wsStopServer {execution: integration-test}]
[ERROR] The java class is not found:
[INFO] Return code: 0
[INFO] [was6:installApp {execution: integration-test}]
[ERROR] The java class is not found:
[INFO] Return code: 0
[INFO] [was6:wsStartServer {execution: integration-test}]
[ERROR] The java class is not found:
[INFO] Return code: 0
[INFO] [install:install]

Can someone help me out about if there is any alternatives to this ( maven with WAS6.1 ).

Or if someone can clearly specify that this plug-in dosen't support remote deployment


MY POM:

           <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>was6-maven-plugin</artifactId>
                 <executions>
                   <execution>
                     <id>integration-test</id>
                     <phase>integration-test</phase>
                     <goals>
                       <goal>wsStopServer</goal>
                       <goal>installApp</goal>
                       <goal>wsStartServer</goal>
                     </goals>
                   </execution>
                 </executions>
                 <configuration>
                   <verbose>true</verbose>
<applicationName>treaty-management-ear-1.0-SNAPSHOT</applicationName>
                   <wasHome>Z:\</wasHome>

                     <!--  OR

                       <wasHome>\\my_ip\base_v61</wasHome>

                     -->

                   <updateExisting>true</updateExisting>
                 </configuration>
             </plugin>
--

Regards,
Amit Chauhan*
 ** *

Reply via email to