Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.5.0
-
Fix Version/s: 1.5.1
-
Labels:None
-
Environment:maven 3.0.3, jboss 6.1.0 Final, java 1.6.0
-
Number of attachments :
Description
In a multiple module project, I wanted to add the jboss plugin in the parent pom so I can define some of the configs once. I set <skip>true</skip>. Then in the children that I want to deploy, I add the jboss plugin to the that pom and set <skip>false</skip>. This works fine for deploy and undeploy, but gives and error on hard-deploy and hard-undeploy.
patch from git-svn. You should be able to apply it with "patch -p1 -i filename" to strip off the first part of the path off.