Skip to content

Instantly share code, notes, and snippets.

@olamy
Created March 4, 2013 10:31
Show Gist options
  • Select an option

  • Save olamy/5081375 to your computer and use it in GitHub Desktop.

Select an option

Save olamy/5081375 to your computer and use it in GitHub Desktop.
What kind of new features would you be happy to see in Apache Maven new major release ?
@DimitriHautot
Copy link

  • Mixins
  • XML attributes

@jcsirot
Copy link

jcsirot commented Mar 4, 2013

  • Plugins: allowing plugin extensions and the possibility to call a plugin goal from another plugin
  • Dependencies management:
    • better/easier control of transitive/non-transitive dependencies (especially for assembly modules)
    • human readable report of dependency resolution process

@OlivierCroisier
Copy link

Also, proper performance measurement of goals and phases, to know which one takes long in a build.

Copy link

ghost commented Mar 5, 2013

The ability to parallelize goals in a specific phase

@lfo
Copy link

lfo commented Apr 23, 2013

In dependency management, the ability of forcing one version to any artifacts of a group.

@olamy
Copy link
Author

olamy commented Apr 23, 2013

@OlivierCroisier performance measurement is quite easy if extends AbstractEventSpy (org.apache.maven.eventspy.AbstractEventSpy) you have a listener on all maven events

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment