Someone know Maven core Mechanism please help.

2008-09-26 Thread 陈思淼
I want to define a new packaging type called jcar to package my own project. I traced the source core of maven and that the Maven-core will look up for componentManagerManager by the key org.apache.maven.lifecycle.mapping.LifecycleMapping+packaging_type, Im sure the default packaging type

Re: Someone know Maven core Mechanism please help.

2008-09-26 Thread Simone Gianni
Hi 陈思淼, I'm not a Maven developer but I did a custom packaging. You have to follow these steps : - Create a plugin (mojo) project - In this plugin project, define your plugins, with their goals. For example, one of them could be jcar-compile - In the src/main/resources of your plugin, create the

Re: Someone know Maven core Mechanism please help.

2008-09-26 Thread 陈思淼
Thanks a million. you have help me a lot, if it possible I will treat you a dinner :-) . 2008/9/26 Simone Gianni [EMAIL PROTECTED] Hi 陈思淼, I'm not a Maven developer but I did a custom packaging. You have to follow these steps : - Create a plugin (mojo) project - In this plugin project,

Maven repository

2008-09-26 Thread Assimov, Tair (EXT-Other - FI/Espoo)
Hello! I hope this is the right email for my question concerning maven mirrors. We have an internal Maven mirror in our organization which does rsync from ibiblio.org, so we would like to ensure there is no threat of MITM attack. Could you please tell how is it possible to mirror from ibiblio

Release info in repository metadata

2008-09-26 Thread Benjamin Bentmann
Hi, imagine an artifact that has currently two active development branches, say one branch at version 2.x and the other branch at version 3.x, both branches use the same groupId/artifactId for the artifact. Now, if a release is performed on the 3.x branch, the repo metadata will be updated

Re: Release info in repository metadata

2008-09-26 Thread Brett Porter
That's right... really, the circumstances for needing RELEASE are diminishing, being mostly for plugins with unspecified versions, and it is better to use the versions list instead. - Brett On 26/09/2008, at 8:06 PM, Benjamin Bentmann wrote: Hi, imagine an artifact that has currently two

Profile activation by missing file doesn't works

2008-09-26 Thread Felix Knecht
Hi all The foofoo profile is always activated, no matter if a file 'timestamp' exists in the same directory like the pom.xml or not. It looks to me as the ${basedir} is not correctly resolved. Is this a known problem? Thanks Felix [EMAIL PROTECTED] ~/tmp $ cat pom.xml project

Re: Profile activation by missing file doesn't works

2008-09-26 Thread nicolas de loof
Profile activation doesn't support property interopolation, even the ${basedir} one This makes this feature unusable in nested modules configuration, as the file are tested from current dir, not active project root... I already reported this issue in JIRA. Nicolas 2008/9/26 Felix Knecht [EMAIL

Re: Profile activation by missing file doesn't works

2008-09-26 Thread Felix Knecht
nicolas de loof schrieb: Profile activation doesn't support property interopolation, even the ${basedir} one This makes this feature unusable in nested modules configuration, as the file are tested from current dir, not active project root... I already reported this issue in JIRA. Thanks

Re: Unintended usage of core plugin stubs

2008-09-26 Thread Brett Porter
On 24/09/2008, at 6:27 PM, Jason van Zyl wrote: On 24-Sep-08, at 10:02 AM, Benjamin Bentmann wrote: Jason van Zyl wrote: I think we're going to have two major user stories here, people who take the last released IT bundle and run it to validate and people who check out the sources and

Re: releasing the shade plugin

2008-09-26 Thread Brett Porter
No objections from me. IIRC, the issues that cropped up in July were taken care of. Mark, Dan? Cheers, Brett On 24/09/2008, at 6:11 AM, Jason van Zyl wrote: There are three bug fixes and I added transformer support for META- INF/services entries, and MANIFEST.MF files where you specify a

Re: [VOTE] Release Maven archetype plugin version 2.0-alpha-4

2008-09-26 Thread Brett Porter
+1 it works for me On 23/09/2008, at 5:14 AM, Raphaël Piéroni wrote: Hi, We solved 19 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11095styleName=Htmlversion=14253 Staging repo: http://people.apache.org/~rafale/archetype-stage-repository/ Beware of MNG-2974, a

Re: [VOTE] Release maven-reactor-plugin 1.0 (take 2)

2008-09-26 Thread Brett Porter
+1 it is working well for me now On 24/09/2008, at 6:27 AM, Dan Fabulich wrote: Fixed the issue Brett found (I don't know why it worked at all on my machine), as well as tossing in a quick new feature MREACTOR-5 which allows you to resume a reactor:make build. Also, this time I made

Re: releasing the shade plugin

2008-09-26 Thread Mark Hobson
I believe Dan's changes fixed my problem but no tests were added to prove this. Cheers, Mark 2008/9/26 Brett Porter [EMAIL PROTECTED]: No objections from me. IIRC, the issues that cropped up in July were taken care of. Mark, Dan? Cheers, Brett On 24/09/2008, at 6:11 AM, Jason van Zyl

Re: Profile activation by missing file doesn't works

2008-09-26 Thread John Casey
Is there a JIRA in for this? nicolas de loof wrote: Profile activation doesn't support property interopolation, even the ${basedir} one This makes this feature unusable in nested modules configuration, as the file are tested from current dir, not active project root... I already reported this

Re: Maven repository

2008-09-26 Thread Carlos Sanchez
right now only rsync is available for non public repos On Fri, Sep 26, 2008 at 1:42 AM, Assimov, Tair (EXT-Other - FI/Espoo) [EMAIL PROTECTED] wrote: Hello! I hope this is the right email for my question concerning maven mirrors. We have an internal Maven mirror in our organization which does

[RESULT] Release Maven archetype plugin version 2.0-alpha-4

2008-09-26 Thread Raphaël Piéroni
Hi folks, According to http://svn.apache.org/repos/asf/maven/pom/trunk/maven/pom.xml The vote result is: binding votes (PMC): Arnaud, Brett, Olivier non binding votes (Comitters): Nicolas, Raphaël non binding votes (Users): Jason With 3 binding votes, the vote is successfull. I will now

Re: [RESULT] Release Maven archetype plugin version 2.0-alpha-4

2008-09-26 Thread Milos Kleint
Late but still. +1 I've tested within netbeans on the old and new style archetypes. Milos On Fri, Sep 26, 2008 at 6:30 PM, Raphaël Piéroni [EMAIL PROTECTED] wrote: Hi folks, According to http://svn.apache.org/repos/asf/maven/pom/trunk/maven/pom.xml The vote result is: binding votes (PMC):

Re: [RESULT] Release Maven archetype plugin version 2.0-alpha-4

2008-09-26 Thread Raphaël Piéroni
Thanks Milos, this is good news. My annoncement emailis ready. just waiting for the sync to happen before posting. Regards Raphaël 2008/9/26, Milos Kleint [EMAIL PROTECTED]: Late but still. +1 I've tested within netbeans on the old and new style archetypes. Milos On Fri, Sep

[ANN] Maven Archetype Plugin 2.0-alpha-4 Released

2008-09-26 Thread Raphaël Piéroni
The Maven team is pleased to announce the release of the Maven Archetype Plugin, version 2.0-alpha-4 The Archetype Plugin allows the user to create a Maven 2 project from an existing template called an archetype. http://maven.apache.org/plugins/maven-archetype-plugin/ You should specify the

Re: [ANN] Maven Archetype Plugin 2.0-alpha-4 Released

2008-09-26 Thread Marat Radchenko
Why it is still _alpha_? 2008/9/26, Raphaël Piéroni [EMAIL PROTECTED]: The Maven team is pleased to announce the release of the Maven Archetype Plugin, version 2.0-alpha-4 The Archetype Plugin allows the user to create a Maven 2 project from an existing template called an archetype.

Re: WebDAV deploying bug with Maven 2.1.0-M1

2008-09-26 Thread Jason van Zyl
If we are just tossing in brand new technology into 2.1 I think we should just put Mercury into 2.1. It has a _lot_ of tests and is actively being worked on by 5 people in the community. It also covers all the PGP concerns people have and the WebDAV client is also built in. I'll bring this