2009/4/16 Stephen Connolly <[email protected]>: > except from our point of view (i.e. the versions maven plugin) the use > of :version may be problematic...
How come? Omitting version would match all versions. > I'm thinking > > gID:aID:type:classifier:version I'd be all for introducing classifier into the syntax. You can easily reuse the artifact filters from dependency:tree as they live in maven-common-artifact-filters. All the magic happens here: http://svn.apache.org/repos/asf/maven/shared/trunk/maven-common-artifact-filters/src/main/java/org/apache/maven/shared/artifact/filter/AbstractStrictPatternArtifactFilter.java Mark --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
