allow the creation of goal aliases in the POM and in user settings
------------------------------------------------------------------

         Key: MNG-248
         URL: http://jira.codehaus.org/browse/MNG-248
     Project: m2
        Type: New Feature
  Components: maven-model, maven-core  
    Reporter: Brett Porter
    Priority: Trivial


I think a popular feature, esp. without maven.xml, would be the addition of 
goal aliasing.

eg:

<alias>
  <name>my-favourite-goal</name>
  <goals>
    <goal>clean:clean</goal>
    <goal>install</goal>
  </goals>
</alias>





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to