RE: Missing Maven 2.0.8 sources

2008-02-04 Thread Brian E. Fox
These are uploaded now. Give it a few hours to sync. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Benedict Sent: Friday, February 01, 2008 8:45 AM To: dev@maven.apache.org Subject: Missing Maven 2.0.8 sources The Maven 2.0.8 sources and 2.0.8 Ant

Re: [VOTE] Release Maven Archetype plugin version 2.0-alpha-1

2008-02-04 Thread Arnaud HERITIER
+1 Great work. How the plugin find the list of archetypes ? More particularly, how in a corporate environment I can access to our custom archetypes ? We just have to upload them in our internal repository ? Arnaud On Feb 4, 2008 11:35 PM, Raphaël Piéroni <[EMAIL PROTECTED]> wrote: > Hi, > > http

Re: Upgrade the version of maven to build all plugins on m.z.a.o was Re: Install maven 2.0.8 on maven.zones.a.o

2008-02-04 Thread Arnaud HERITIER
It's working fine now http://maven.zones.apache.org/continuum/buildResults.action?projectId=17&projectGroupId=2 There was probably a delay somewhere. cheers arnaud On Feb 4, 2008 11:28 PM, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > I made the change to use maven 2.0.8 and jdk 1.4.2, but for i

Re: [Discuss] MPLUGIN-40

2008-02-04 Thread Tim O'Brien
On Feb 4, 2008, at 8:49 PM, Dan Fabulich wrote: Tim O'Brien wrote: I'm sorry, hold on... starting stopwatch "mvn help:describe - Dplugin=nifty -Dmojo=nifty -Dfull" - alright, I type fast, but that took me 10 seconds. Then I hit enter and a whole *crapload* of information zoomed past

Re: [Discuss] MPLUGIN-40

2008-02-04 Thread Dan Fabulich
Tim O'Brien wrote: I'm sorry, hold on... starting stopwatch "mvn help:describe -Dplugin=nifty -Dmojo=nifty -Dfull" - alright, I type fast, but that took me 10 seconds. Then I hit enter and a whole *crapload* of information zoomed past. Ok, CTRL-R, mvn, adding a "| less". Ok, for some

Re: [Discuss] MPLUGIN-40

2008-02-04 Thread Jan Nielsen
On Feb 4, 2008 5:14 PM, Dan Fabulich <[EMAIL PROTECTED]> wrote: > Jan Nielsen wrote: > > > Finding the definitive help information for a plugin should be > > absolutely trivial and built-in; having the CLI option which give the > > code-you-are-executing-right-now the ability to answer that questio

Re: [Discuss] MPLUGIN-40

2008-02-04 Thread Tim O'Brien
On Feb 4, 2008, at 6:14 PM, Dan Fabulich wrote: Jan Nielsen wrote: Finding the definitive help information for a plugin should be absolutely trivial and built-in; having the CLI option which give the code-you-are-executing-right-now the ability to answer that question avoids the issues w

Re: [Discuss] MPLUGIN-40

2008-02-04 Thread Jason van Zyl
On 4-Feb-08, at 4:20 PM, Dan Fabulich wrote: Jason van Zyl wrote: I'm not saying the CLI is a good option. I think it's a bad option. Keep this out of the core. It's perfectly fine as a plugin. I'll throw in my two cents and point out that while I basically agree with this, I don't think

Re: [Discuss] MPLUGIN-40

2008-02-04 Thread Dan Fabulich
Jason van Zyl wrote: I'm not saying the CLI is a good option. I think it's a bad option. Keep this out of the core. It's perfectly fine as a plugin. I'll throw in my two cents and point out that while I basically agree with this, I don't think the help plugin is adequately documented by the

Re: [Discuss] MPLUGIN-40

2008-02-04 Thread Dan Fabulich
Jan Nielsen wrote: Finding the definitive help information for a plugin should be absolutely trivial and built-in; having the CLI option which give the code-you-are-executing-right-now the ability to answer that question avoids the issues we have today with multiple sources for a plugin with

Re: [Discuss] MPLUGIN-40

2008-02-04 Thread Jason van Zyl
On 4-Feb-08, at 3:37 PM, Jan Nielsen wrote: FWIW, I (and probably 99.9% of the Maven user-base) have desired just this kind of option for plugins for a l o o o n g time. Something like: mvn nifty help mvn nifty -h mvn nifty --help mvn nifty:help This one is fine. As it doesn't need to

Re: [Discuss] MPLUGIN-40

2008-02-04 Thread Jan Nielsen
FWIW, I (and probably 99.9% of the Maven user-base) have desired just this kind of option for plugins for a l o o o n g time. Something like: mvn nifty help mvn nifty -h mvn nifty --help mvn nifty:help mvn nifty:option mvn nifty and if you do: mvn nifty:invalid you just get the

Re: [VOTE] Release Maven Archetype plugin version 2.0-alpha-1

2008-02-04 Thread Raphaël Piéroni
Hi, http://people.apache.org/~rafale/site/maven-archetype-plugin/ Here is the actual documentation. Please consider it is a work in progress. Raphaël 2008/2/4, Brian E. Fox <[EMAIL PROTECTED]>: > It's interactive by default so pretty easy to use. The other new goal is > create-from-project whe

Re: XMLRPC Extensions

2008-02-04 Thread Emmanuel Venisse
I think we use actually XMLRPC extensiosns ( http://ws.apache.org/xmlrpc/extensions.html). I can't remember why, but maybe you can remove it in the xmlrpc server part to see if it run without them. Emmanuel On Feb 4, 2008 7:55 PM, jimmy <[EMAIL PROTECTED]> wrote: > I am wondering exactly what th

Re: Upgrade the version of maven to build all plugins on m.z.a.o was Re: Install maven 2.0.8 on maven.zones.a.o

2008-02-04 Thread Arnaud HERITIER
I made the change to use maven 2.0.8 and jdk 1.4.2, but for integration tests it seems that it is always maven 2.0.7 which is used. Any idea ? Arnaud On Feb 4, 2008 2:16 AM, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > Everybody is ok to upgrade the version of maven used to build all our > plugi

Re: svn commit: r618196 - /maven/artifact/branches/CAP/notes.txt

2008-02-04 Thread Christian Edward Gruber
A classic use-case of this that I think is orthogonal to "javadoc" and "sources" classifiers would be binary native artifacts per-platform. Taking libc for a sec, (stupid example, but what the heck... You might have: libc-2.0.5-win32-win32.dll. libc-2.0.5-openbsd-i386.so libc-2.0.5-darwin

Re: svn commit: r618196 - /maven/artifact/branches/CAP/notes.txt

2008-02-04 Thread John Casey
I can accept this, particularly if it leads to having dependency metadata that is specific to these [formerly attached] artifacts. Assemblies that contain their dependencies, when used as dependencies, should affect dependency resolution differently than the associated "naked" jar...which t

Unresolved Expressions: null or expression literal?

2008-02-04 Thread Benjamin Bentmann
Hello, A question: What is the result of an expression evalution when the referenced property/getter/object does not exist? I recently struggled with a Beanshell rule for the Maven Enforcer Plugin when the project is run by the Maven Integration for Eclipse. For example, the following (non-sense

Re: svn commit: r618196 - /maven/artifact/branches/CAP/notes.txt

2008-02-04 Thread Jason van Zyl
On 4-Feb-08, at 8:56 AM, John Casey wrote: I'd tend to disagree about classifier not being a 'core' part of the artifact system...it distinguishes a main artifact from one of its derivatives, and serves as a pretty foundational part of how we retrieve artifacts from existing remote reposit

Re: svn commit: r618196 - /maven/artifact/branches/CAP/notes.txt

2008-02-04 Thread John Casey
I'd tend to disagree about classifier not being a 'core' part of the artifact system...it distinguishes a main artifact from one of its derivatives, and serves as a pretty foundational part of how we retrieve artifacts from existing remote repositories. Without it, I doubt that you can reco

Re: [Discuss] MPLUGIN-40

2008-02-04 Thread Jason van Zyl
On 4-Feb-08, at 4:09 AM, Vincent Siveton wrote: Hi, 2008/2/3, Jason van Zyl <[EMAIL PROTECTED]>: I think keeping this out of the core, be that the lifecycle executor or the CLI would be a far better option. Agree for CLI. I'm not saying the CLI is a good option. I think it's a bad option

Re: [VOTE] Release Maven Archetype plugin version 2.0-alpha-1

2008-02-04 Thread Mauro Talevi
+1 Raphaël Piéroni wrote: Hi, Here comes the time for calling the first release of the Maven Archetype plugin version 2.0-alpha-1. Staging repo: http://people.apache.org/~rafale/staging-repo/maven-archetype-plugin/ Staging site: No staging site now, the new documentation is not yet written. I

Re: [VOTE] Release Maven Archetype plugin version 2.0-alpha-1

2008-02-04 Thread Milos Kleint
+1 Milos On Feb 2, 2008 1:25 AM, Raphaël Piéroni <[EMAIL PROTECTED]> wrote: > Hi, > > Here comes the time for calling the first release of the Maven > Archetype plugin version 2.0-alpha-1. > > Staging repo: > http://people.apache.org/~rafale/staging-repo/maven-archetype-plugin/ > > Staging site:

RE: [VOTE] Release Maven Archetype plugin version 2.0-alpha-1

2008-02-04 Thread Brian E. Fox
It's interactive by default so pretty easy to use. The other new goal is create-from-project where you run it in a project and it will walk you through making an archetype of that project (it goes into /target/generated-sources where you can then go and install/deploy it) -Original Message-

Re: [Discuss] MPLUGIN-40

2008-02-04 Thread Vincent Siveton
Hi, 2008/2/3, Jason van Zyl <[EMAIL PROTECTED]>: > I think keeping this out of the core, be that the lifecycle executor > or the CLI would be a far better option. Agree for CLI. > Vincent, just to be clear you have taken the logic that already exists > in the help plugin? More wrapped logic fro

Re: [Discuss] MPLUGIN-40

2008-02-04 Thread Vincent Siveton
Hi, 2008/2/3, Brett Porter <[EMAIL PROTECTED]>: > Something like > > mvn -H idea:idea or mvn -H idea I didn't think about this kind of CLI option before! It sounds good for the end user. > which is akin to what Subversion has, for example. > > this would allow the CLI to translate to the appropr

Re: Archiva 1.1 Roadmap

2008-02-04 Thread nicolas de loof
Early version of archiva had on admin menu a "sync repository" entry. Not sure if the original idea was to manage a classical rsync-like miror or to isolate local cache for remote proxied repositories. I would suggest some "virtual" repository A simple example is my corporate use case : many us

Re: [VOTE] Release Maven Archetype plugin version 2.0-alpha-1

2008-02-04 Thread Raphaël Piéroni
How to use it : mvn archetype:create. Regards, Raphaël 2008/2/4, Jorg Heymans <[EMAIL PROTECTED]>: > (sorry for hijacking the vote thread for this) > > Hi Raphaël, > > Can you give us some pointers to list threads, proposals or specs that > explain the basics of the new architecture and how to u

Re: [VOTE] Release Maven Archetype plugin version 2.0-alpha-1

2008-02-04 Thread Jorg Heymans
(sorry for hijacking the vote thread for this) Hi Raphaël, Can you give us some pointers to list threads, proposals or specs that explain the basics of the new architecture and how to use it ? I'm very keen to try it out and give you all the feedback you want, but if it means grepping the sources