Details
-
Type:
Bug
-
Status:
In Progress
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.1
-
Fix Version/s: 1.2
-
Labels:None
Description
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>
−
<executions>
−
<execution>
<id>pre-integration-test-was6</id>
<phase>pre-integration-test</phase>
−
<goals>
<goal>wsDefaultBindings</goal>
<goal>installApp</goal>
<goal>wsStartApp</goal>
</goals>
</execution>
−
<execution>
<id>post-integration-test-was6</id>
<phase>post-integration-test</phase>
−
<goals>
<goal>wsStopApp</goal>
<goal>wsUninstallApp</goal>
</goals>
</execution>
</executions>
−
<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>
The warning is innocent.
Can you attach more log?