-
Type: Improvement
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: AAMP-2.0.1
-
Component/s: ant-assembly-maven-plugin
-
Upgrade notes:
Looking at NXBT-730 (which is not an bug), it appears that the "User properties" must be explicitly declared when using Mojo annotations.
/** * Property to use to retrieve a value. Can come from <code>-D</code> execution, setting properties or pom properties. * @return property name */ String org.apache.maven.plugins.annotations.Parameter.property() default "";
Review all parameters to allow configuration from the command line.
Note however that the configuration from POM takes precedence over the system property (called "User property")! Maybe using an alias solves the issue...
- is required by
-
NXP-13879 Fix manual launch of Selenium tests from nuxeo-distribution-dm/ftest/selenium
- Resolved