Re: FEATURE: maven-help-plugin:describe to display Required and Expression status?

2010-12-13 Thread Guo Du
On Sun, Dec 12, 2010 at 12:37 PM, Baptiste MATHUS m...@batmat.net wrote: If you think this is a required feature, please file an issue in the corresponding JIRA (http://jira.codehaus.org/browse/MPH). This is typically how feature request have to go through. Ticket created with patch against

Difference between MavenArtifactRepository and RemoteRepository in maven 3.0.1?

2010-12-19 Thread Guo Du
Hi list, I am looking at the repository implementation for artifact and plugins in maven 3.0.1, both have nearly identical fields, the difference is the package name. Test code and result at the end of the message. Is there any logic behind this or those two will be merged some day? Thanks!

Re: Difference between MavenArtifactRepository and RemoteRepository in maven 3.0.1?

2010-12-19 Thread Guo Du
Legacy Maven 2.x API Thanks Benjamin! - Guo On 19 Dec 2010 18:43, Benjamin Bentmann benjamin.bentm...@udo.edu wrote: Guo Du wrote: Is there any logic behind this or those two will be merged some day? Same concept for different APIs. implementation

Maven dependency:tree vs. dependency:list

2011-10-27 Thread Guo Du
dependency:tree and dependency:list give me different result set on one of complex project: * one lib more in dependency:list * one lib version different compare to dependency:tree I have plugin which rely on mavenProject.getRuntimeArtifacts() which return same as dependency:list exclude test

Re: Maven dependency:tree vs. dependency:list

2011-10-28 Thread Guo Du
This is covered in the Maven 3.x compatibility notes: https://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html#Maven3.xCompatibilityNotes-DependencyResolution Thanks Wayne for the precise answer! I did read the page few times :( Just share my test which given 2.x style result with

Re: Meta information about dependencies in a pom?

2011-11-08 Thread Guo Du
too error prone as you have to keep the plugin configuration and the dependency list in sync. It doesn't sound like a hard task first, but What about only configure the dependency list with additional field as plugin configuration such as: configuration bundles bundle groupIdfoo/groupId