Re: [DISCUSS] Version Comparison Edge Case

2009-09-15 Thread Hervé BOUTEMY
last precisions before I go to work... :) Le mercredi 16 septembre 2009, Stephen Connolly a écrit : > > Maven 2.x: > > > > 3.0-! < 3.0-SNAPSHOT < 3.0 > > > > Maven 3.x, cf. [0]: > > > > 3.0-SNAPSHOT < 3.0 < 3.0-! > > personally, I have no strong attachment to the range ordering... > > but does t

Re: [DISCUSS] Version Comparison Edge Case

2009-09-15 Thread Hervé BOUTEMY
Le mercredi 16 septembre 2009, Stephen Connolly a écrit : > > Maven 2.x: > > > > 3.0-! < 3.0-SNAPSHOT < 3.0 > > > > Maven 3.x, cf. [0]: > > > > 3.0-SNAPSHOT < 3.0 < 3.0-! > > personally, I have no strong attachment to the range ordering... > > but does this imply that 3.0 is now less that 3.0-cla

Re: [DISCUSS] Version Comparison Edge Case

2009-09-15 Thread Hervé BOUTEMY
Le mercredi 16 septembre 2009, Jason van Zyl a écrit : > I'll look more closely but when in doubt I would stay as close to OSGi > version syntax as possible. +1 FYI, I just took another pass on OSGi spec and added a link to it in [0] with pointer to the corresponding paragraphs I know of. It is r

Re: [DISCUSS] Version Comparison Edge Case

2009-09-15 Thread Stephen Connolly
2009/9/16 Stephen Connolly : > FYI, > > as far as I know, this was the first time I saw that trick/hack > > http://mail-archives.apache.org/mod_mbox/maven-dev/200801.mbox/browser > dang it to heck http://mail-archives.apache.org/mod_mbox/maven-dev/200801.mbox/%3c200801071304.50670.gho...@apache.o

Re: [DISCUSS] Version Comparison Edge Case

2009-09-15 Thread Stephen Connolly
FYI, as far as I know, this was the first time I saw that trick/hack http://mail-archives.apache.org/mod_mbox/maven-dev/200801.mbox/browser so if we can get Michael McCallum to tell us where he picked it up and if he has any pom.xml's in the wild that depend on the feature we may get further. 2

Re: [DISCUSS] Version Comparison Edge Case

2009-09-15 Thread Jason van Zyl
I'll look more closely but when in doubt I would stay as close to OSGi version syntax as possible. I don't think we ever intended to support "!" in a standard way. On 2009-09-15, at 11:36 PM, Benjamin Bentmann wrote: Hi, the ITs of the versions-maven-plugin employ version ranges like "[, 3

[DISCUSS] Version Comparison Edge Case

2009-09-15 Thread Benjamin Bentmann
Hi, the ITs of the versions-maven-plugin employ version ranges like "[,3.0-!)". The interesting question is how something like "3.0-!" should compare to usual version numbers. For instance, we currently have Maven 2.x: 3.0-! < 3.0-SNAPSHOT < 3.0 Maven 3.x, cf. [0]: 3.0-SNAPSHOT < 3.0 <

Re: [VOTE] Maven Verifier 1.2

2009-09-15 Thread Hervé BOUTEMY
+1 Hervé Le mardi 15 septembre 2009, Olivier Lamy a écrit : > +1 > > 2009/9/15 John Casey : > > Hi, > > > > This library has been pretty stable for awhile now, and I think it's time > > to release it before we start adding any more new features. I've been > > using the verifier more and more for

Re: [VOTE] Maven Artifact Resolver 1.0

2009-09-15 Thread Hervé BOUTEMY
+1 Hervé Le mardi 15 septembre 2009, Benjamin Bentmann a écrit : > John Casey wrote: > > The staging repository is here: > > > > https://repository.apache.org/content/repositories/maven-staging-017/ > > +1 > > > Benjamin > > - >

Re: [VOTE] Release Maven Remote Resources Plugin version 1.1

2009-09-15 Thread Hervé BOUTEMY
+1 Le mardi 15 septembre 2009, Benjamin Bentmann a écrit : > John Casey wrote: > > Staging Repository: > > > > https://repository.apache.org/content/repositories/maven-staging-018/ > > +1 > > > Staging Site: > > > > http://maven.apache.org/plugins/maven-remote-resources-plugin-1.1/ > > The site ha

Re: Plugin Development: resolving arbitrary artifacts

2009-09-15 Thread Benjamin Bentmann
Tristan JC Rouse wrote: 1) The DefaultArtifactResolver class's resolve(Artifact, List, ArtifactRepository) method takes an ArtifactRepository parameter which specifies the local repository. I can't figure out where to find this Have a glance at the sections "For accessing artifacts and reposit

Plugin Development: resolving arbitrary artifacts

2009-09-15 Thread Tristan JC Rouse
Hi, I'm currently trying to write a plugin to deploy a project to an application server. This project is of a type not currently buildable by Maven so my plan of action is to manually build the artifact and deploy it to my internal remote repository (deploy:deployfile) and then get Maven to resolve

Re: [VOTE] Release Maven Remote Resources Plugin version 1.1

2009-09-15 Thread Benjamin Bentmann
John Casey wrote: Staging Repository: https://repository.apache.org/content/repositories/maven-staging-018/ +1 Staging Site: http://maven.apache.org/plugins/maven-remote-resources-plugin-1.1/ The site has weird links in the nav bar so just be sure to not cp this to the non-versioned URL

Create 2 .jars using one project.

2009-09-15 Thread leonardo.
Hi all, I would like to know if exists some example showing how to create 2 .jars using the same project. my problems is i want to remove from one jar one tld file... Example : JAR1 - test1.tld,test2.tld JAR2 - test1.tld Thanks!

[RESULT] [VOTE] Release Maven Shared Components Parent 12

2009-09-15 Thread Benjamin Bentmann
Hi, The vote has passed with the following result: +1 (binding): Olivier Lamy, John Casey, Hervé Boutemy, Arnaud Héritier, Lukas Theussl, Vincent Siveton +1 (non-binding): Stephen Connolly I will promote the artifacts to the central repository and continue with the release. Benjamin

[RESULT] [VOTE] Release Maven Plugins Parent 14

2009-09-15 Thread Benjamin Bentmann
Hi, The vote has passed with the following result: +1 (binding): Olivier Lamy, John Casey, Hervé Boutemy, Arnaud Héritier, Lukas Theussl, Vincent Siveton +1 (non-binding): Stephen Connolly I will promote the artifacts to the central repository and continue with the release. Benjamin

Re: [VOTE] Release Maven Remote Resources Plugin version 1.1

2009-09-15 Thread Vincent Siveton
+1 Vincent 2009/9/14 John Casey : > Hi, > > Along with other features and bugfixes, this release will provide > compatibility with Maven 3.x, so we have a released version to depend on by > the time we release Maven 3.0-alpha-3. > > We solved 12 issues: > > http://jira.codehaus.org/secure/Release

Re: [VOTE] Release Maven Shared Components Parent 12

2009-09-15 Thread Vincent Siveton
Same comment there, we need to remove the TODOs in the site.xml for the next release. +1 Vincent 2009/9/12 Benjamin Bentmann : > Hi, > > sorry to bug you guys again, but there is another POM that would be handy > once released :-) > > Staging repo: > https://repository.apache.org/content/reposit

Re: [VOTE] Release Maven Plugins Parent 14

2009-09-15 Thread Vincent Siveton
Not blocker, but we need to remove the TODOs in the site.xml for the next release. +1 Vincent 2009/9/12 Benjamin Bentmann : > Hi, > > I was hoping to get some plugin release done but figured there is still some > tiny bit missing so first I would like to get maven-plugins:14 released > which inh

Re: [VOTE] Maven Artifact Resolver 1.0

2009-09-15 Thread Benjamin Bentmann
John Casey wrote: The staging repository is here: https://repository.apache.org/content/repositories/maven-staging-017/ +1 Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail

Re: [VOTE] Maven Verifier 1.2

2009-09-15 Thread Olivier Lamy
+1 2009/9/15 John Casey : > Hi, > > This library has been pretty stable for awhile now, and I think it's time to > release it before we start adding any more new features. I've been using the > verifier more and more for integration testing outside of the Maven core > (for plugins, shared componen

Re: [VOTE] Maven Verifier 1.2

2009-09-15 Thread Benjamin Bentmann
John Casey wrote: The staging repository is here: https://repository.apache.org/content/repositories/maven-staging-016/ +1 Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail

Re: [VOTE] Maven Artifact Resolver 1.0

2009-09-15 Thread Olivier Lamy
+1 2009/9/15 John Casey : > Hi, > > This is a new component in the shared libraries section. It's intended as an > ultra-user-friendly API for resolving the dependency artifacts for one or > more project instances. Benjamin and I have spent a fair amount of time > ensuring the interfaces and excep

Re: [VOTE] Release Maven Remote Resources Plugin version 1.1

2009-09-15 Thread Olivier Lamy
+1 2009/9/15 John Casey : > Hi, > > Along with other features and bugfixes, this release will provide > compatibility with Maven 3.x, so we have a released version to depend on by > the time we release Maven 3.0-alpha-3. > > We solved 12 issues: > > http://jira.codehaus.org/secure/ReleaseNote.jspa

Re: [VOTE] Release Maven Plugins Parent 14

2009-09-15 Thread Lukas Theussl
+1 -Lukas Benjamin Bentmann wrote: Hi, I was hoping to get some plugin release done but figured there is still some tiny bit missing so first I would like to get maven-plugins:14 released which inherits from maven-parent:13 and as such provides the configuration for the ASF-compliant sour

Re: [VOTE] Release Maven Shared Components Parent 12

2009-09-15 Thread Lukas Theussl
+1 -Lukas Benjamin Bentmann wrote: Hi, sorry to bug you guys again, but there is another POM that would be handy once released :-) Staging repo: https://repository.apache.org/content/repositories/maven-staging-009/ Guide to testing staged releases: http://maven.apache.org/guides/develop

Re: [VOTE] Release Maven Remote Resources Plugin version 1.1

2009-09-15 Thread Arnaud HERITIER
+1 Cheers, Arnaud # Arnaud Héritier # Software Factory Manager # eXo Platform # http://www.exoplatform.com # http://blog.aheritier.net On Tue, Sep 15, 2009 at 10:27 AM, Jason van Zyl wrote: > +1 > > Using it everyday as part of 3.x. From the CLI and from m2eclipse. > > > On 2009-09-15, at 2:23

Re: [VOTE] Release Maven Remote Resources Plugin version 1.1

2009-09-15 Thread Jason van Zyl
+1 Using it everyday as part of 3.x. From the CLI and from m2eclipse. On 2009-09-15, at 2:23 AM, John Casey wrote: Hi, Along with other features and bugfixes, this release will provide compatibility with Maven 3.x, so we have a released version to depend on by the time we release Maven 3.