On 17 September 2013 16:39, Jason van Zyl wrote:
> Hi,
>
> Maven Core ITs are good, and the license/notice issue has been resolved so
> I'm rolling 3.1.1 again.
>
> Here is a link to Jira with 6 issues resolved:
> https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=18968
>
>
Also, wrt. the original question...
I believe when using the old javadoc annotations you had to add an "expression"
attribute to allow a parameter to be overridden from the command-line:
"NOTE: If neither default-value nor expression are specified, the
parameter can only be configured f
IIRC those Java5 annotations are only used by the maven-plugin-plugin to
generate META-INF/maven/plugin.xml and are not used by the core Maven runtime,
in which case a retention policy of CLASS is ok:
http://svn.apache.org/viewvc?view=revision&revision=1338003
The main benefit of using
looks like we need to hire you to check our code..(provided you work for free)
package org.apache.maven.plugins.annotations;
import java.lang.annotation.RetentionPolicy;
@Documented
@Retention( RetentionPolicy.CLASS )
@Target( { ElementType.FIELD } )
@Inherited
public @interface Parameter
R
Thanks. http://jira.codehaus.org/browse/MNG-5518 submitted with test case.
--
Robert Patrick
VP, FMW Architects Team: The A-Team
Oracle Corporation Office: +1.940.725.0011
1148 Triple Crown Court Fax: +1.940.725.0012
Bartonville, TX 76226, USA
Actually, he needs to sign up on Codehaus Xircles.
/Anders
On Fri, Sep 20, 2013 at 9:06 AM, Lennart Jörelid
wrote:
> You can sign up for a JIRA account on the JIRA welcome page.
>
> You can find the respective JIRAs on
> http://maven.apache.org/issue-tracking.html
>
>
>
>
You can sign up for a JIRA account on the JIRA welcome page.
You can find the respective JIRAs on
http://maven.apache.org/issue-tracking.html