jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Maven 2.x Plugin Tools
  • MPLUGIN-190

@executionStrategy javadoc annotation is not recognized, but @attainAlways is (which is not documented)

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 2.9
  • Fix Version/s: 2.10, 3.0
  • Component/s: maven-plugin-tools-java
  • Labels:
    None
  • Testcase included:
    yes

Description

/**
 * @goal test
 * @executionStrategy always
 */

generates

<mojo>
      <goal>test</goal>
      <executionStrategy>once-per-session</executionStrategy>
    </mojo>

but

/**
 * @goal test
 * @attainAlways
 */

does generate

<mojo>
      <goal>test</goal>
      <executionStrategy>always</executionStrategy>
    </mojo>

either both forms should be supported and documented, or only @executionStrategy since it is documented in http://maven.apache.org/developers/mojo-api-specification.html for a long time
(notice: I suppose nobody tried to use it...)

Activity

  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Herve Boutemy added a comment - 17/Dec/11 10:05 AM

fixed in r1215517
@attainAlways is still supported, but using it will give a warning message to update to @executionStrategy always

Show
Herve Boutemy added a comment - 17/Dec/11 10:05 AM fixed in r1215517 @attainAlways is still supported, but using it will give a warning message to update to @executionStrategy always

People

  • Assignee:
    Herve Boutemy
    Reporter:
    Herve Boutemy
Vote (0)
Watch (0)

Dates

  • Created:
    17/Dec/11 2:59 AM
    Updated:
    12/May/12 5:33 AM
    Resolved:
    17/Dec/11 10:05 AM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.