Plugin does not work with a artifact with a classifier
------------------------------------------------------

                 Key: MWAS-50
                 URL: http://jira.codehaus.org/browse/MWAS-50
             Project: Maven 2.x WebSphere 6 Plugin
          Issue Type: Bug
    Affects Versions: 1.1
            Reporter: fabrice
            Assignee: David J. M. Karlsen


When I run the plugin with a artifact with a classifier it does not work 
because WASHOME is not found whereas in other case it works nice.

[INFO] Building jar: 
/opt/apache-tomcat-5.5.26_Intg/webapps/hudson/jobs/SITE_PEC_EAR_MultiWar/workspace/target/pec-web-ear-3.14.0.0.4-test-alm.ear
[INFO] [was6:wsDefaultBindings {execution: pre-integration-test-was6}]
[WARNING] Build script does not contain attribute: wasHome


<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>was6-maven-plugin</artifactId>
&#8722;
<executions>
&#8722;
<execution>
<id>pre-integration-test-was6</id>
<phase>pre-integration-test</phase>
&#8722;
<goals>
<goal>wsDefaultBindings</goal>
<goal>installApp</goal>
<goal>wsStartApp</goal>
</goals>
</execution>
&#8722;
<execution>
<id>post-integration-test-was6</id>
<phase>post-integration-test</phase>
&#8722;
<goals>
<goal>wsStopApp</goal>
<goal>wsUninstallApp</goal>
</goals>
</execution>
</executions>
&#8722;
<configuration>
<host>${was6.host}</host>
<targetCell>${was6.targetCell}</targetCell>
<targetNode>${was6.targetNode}</targetNode>
<targetServer>server1</targetServer>
<profileName>${was6.profileName}</profileName>
<node>${targetNode}</node>
<server>${targetServer}</server>
<conntype>${was6.conntype}</conntype>
<port>${was6.port}</port>
<wasHome>${was6.wasHome}</wasHome>
<verbose>true</verbose>
<updateExisting>false</updateExisting>
</configuration>
</plugin>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to