Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Incomplete
-
Affects Version/s: 2.0-beta-5
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Windows XP, Java 1.5_06
-
Number of attachments :
Description
It appears as if passing command line args to maven are not being ignored by the site plugin.
I am passing arguments:
mvn -P weblogic -DbootstrapProperty=/testbootstrap.properties -Dhelm.target=dev package site
and the package is getting the bootstrapProperty property correctly, but when the site target is executed the
property is unset.
What do you want to use the properties for when the site target is being run?