Re: [VOTE] Release Maven source plugin version 2.1.1

2009-10-12 Thread Benjamin Bentmann
Arnaud HERITIER wrote: Benjamin, should I fix something ? :-( For this release? No, not because of me. The stuff from target is superfluos but should not hurt, unless you discover files that reveal sensitive information. If you wanted to look into working on the underlying assembly

Re: fetching latest release of an artifact

2009-10-15 Thread Benjamin Bentmann
gerhard presser wrote: because of that i want to fetch the last release of my artifact. how can i do that. i'm playing around with ArtifactResolver, ArtifactMetadataSource etc. is this the right way? Yes, [0] and [1] could provide further hints on using those components. IIRC, the artifact

Re: svn commit: r825432 - in /maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin: eclipse/writers/EclipseSettingsWriter.java ide/IdeUtils.java

2009-10-15 Thread Benjamin Bentmann
Hi Nicolas, Author: nicolas Date: Thu Oct 15 08:25:55 2009 New Revision: 825432 URL: http://svn.apache.org/viewvc?rev=825432view=rev Log: [MECLIPSE-156] Plugin should support setting file encoding o read maven-compiler-plugin configuration for encoding and generate related .settings

Re: error while trying to stage maven ear plugin 2.4 site

2009-10-16 Thread Benjamin Bentmann
Stephane Nicoll wrote: I am trying to stage the ear plugin v 2.4. So far so good but I have the following error when I try to generate the site (with -Preporting) [INFO] [ERROR] BUILD ERROR [INFO]

Re: svn commit: r825243 - in /maven/plugins/trunk/maven-checkstyle-plugin: ./ src/main/java/org/apache/maven/plugin/checkstyle/ src/main/resources/config/ src/site/apt/ src/site/apt/examples/ src/test

2009-10-16 Thread Benjamin Bentmann
Hi Dennis, Author: dennisl Date: Wed Oct 14 19:52:51 2009 New Revision: 825243 URL: http://svn.apache.org/viewvc?rev=825243view=rev Log: [MCHECKSTYLE-105] Update to Checkstyle 5.0 Submitted by: Felix Röthenbacher, Ben Speakmon and Max Berger Reviewed by: Dennis Lundberg Modified:

Re: Building m2 guide needs to be updated for new maven-3 location

2009-10-16 Thread Benjamin Bentmann
Niall Pemberton wrote: The building m2 guide is out of date for maven-3[1] since it moved[2] location in the repository Patch applies, thanks, but for the future, please fill an issue at http://jira.codehaus.org/browse/MNGSITE and attach the patch there. Benjamin

Re: fetching latest release of an artifact

2009-10-16 Thread Benjamin Bentmann
Stephen Connolly wrote: maven-deploy-plugin updates the metadata whenever there is a deploy... e.g. it sets the /metadata/versioning/latest to the version that is has just deployed. and if the version is not a SNAPSHOT, it sets the /metadata/versioning/release as well. Actually, it's a

Re: [VOTE] Release Maven ear plugin version 2.4

2009-10-18 Thread Benjamin Bentmann
Stephane Nicoll wrote: Staging repo: https://repository.apache.org/content/repositories/maven-staging-004/ Staging site: http://maven.apache.org/plugins/maven-ear-plugin-2.4/ +1 Benjamin - To unsubscribe, e-mail:

Re: svn commit: r825243 - in /maven/plugins/trunk/maven-checkstyle-plugin: ./ src/main/java/org/apache/maven/plugin/checkstyle/ src/main/resources/config/ src/site/apt/ src/site/apt/examples/ src/test

2009-10-18 Thread Benjamin Bentmann
Dennis Lundberg wrote: https://grid.sonatype.org/ci/job/maven-plugins-ITs/jdk=1.5,label=ubuntu/296/consoleFull Wait a second, where did you find that URL? When you are at https://grid.sonatype.org/ci/job/maven-plugins-ITs/jdk=1.5,label=ubuntu/296/console, the page starts with a sentence

Re: svn commit: r827765 - in /maven/plugins/trunk/maven-invoker-plugin/src: it/selector-scripts/ it/selector-scripts/src/it/jre-version-match/ it/selector-scripts/src/it/jre-version-mismatch/ it/selec

2009-10-20 Thread Benjamin Bentmann
Hi Stephen, Author: stephenc Date: Tue Oct 20 19:18:02 2009 New Revision: 827765 URL: http://svn.apache.org/viewvc?rev=827765view=rev Log: Implements MINVOKER-95 See [0] for the recommended template. Also, please remember to set a Fix Version for the issue. Added:

Re: How to retrieve the current maven version from a plugin?

2009-10-21 Thread Benjamin Bentmann
Hervé BOUTEMY schrieb: what about MavenProject.class.getPackage().getImplementationVersion()? That could be a good additional check because of its simplicity and different data source. I wouldn't suggest to make it the only check because of [0]: Null is returned if no package object was

Re: How to retrieve the current maven version from a plugin?

2009-10-21 Thread Benjamin Bentmann
Brian Fox wrote: What was wrong with the RuntimeInformation that was present in M2? It was put in maven-compat and deprecated in M3 so we were looking for alternatives. Benjamin - To unsubscribe, e-mail:

Re: maven hpi plugin version 1.45

2009-10-23 Thread Benjamin Bentmann
Andrew Harmel-Law wrote: I am having the exact same problem, having just upgraded my plugin to 1.327. However, because the file with the illegal escape characters is being auto generated, I cannot escape them. As far as I understand, the file is generated by the maven-hpi-plugin, so the

Re: [VOTE] Release Maven Invoker plugin version 1.5

2009-10-24 Thread Benjamin Bentmann
Stephen Connolly wrote: Staging repo: https://repository.apache.org/content/repositories/maven-staging-013/ Staging site: http://maven.apache.org/plugins/maven-invoker-plugin-1.5/ +1 Benjamin - To unsubscribe, e-mail:

Re: [VOTE] Release Maven Javadoc plugin version 2.6.1

2009-10-24 Thread Benjamin Bentmann
Vincent Siveton wrote: Staging repo: https://repository.apache.org/content/repositories/maven-staging-011 Staging site: http://maven.apache.org/plugins/maven-javadoc-plugin-2.6.1 +1 Benjamin - To unsubscribe, e-mail:

[VOTE] Release Apache Source Release Assembly Descriptor 1.0.1

2009-10-25 Thread Benjamin Bentmann
Hi, This is a maintenance release for the assembly descriptor that we use to create ASF-compliant source distros. This release fixes a bug in version 1.0 that erroneously includes paths like target/**/src/** in the distro. Note: If you want to test this descriptor with the Maven Assembly

[VOTE] Release Maven Parent POM 14, Maven Plugins Parent POM 15 and Maven Shared Components Parent POM 13

2009-10-25 Thread Benjamin Bentmann
Hi, these releases are primarily meant to incorporate the fixed source release assembly descriptor into our projects, thereby addressing the issue outlined in http://jira.codehaus.org/browse/MASSEMBLY-446. Furthermore, maven-parent:14 also contains an update to the configuration of the

Re: Maven 3: Latest snapshot distro?

2009-10-26 Thread Benjamin Bentmann
Paul Benedict wrote: I realize there is no alpha-3, but I was hoping there were snapshot distros somewhere. CI is spitting those out here: https://grid.sonatype.org/ci/job/maven-3.0.x-bootstrap/jdk=1.5,label=ubuntu/ws/trunk/apache-maven/target/ Benjamin

[DISCUSS] Handling of repositories in POMs of dependencies

2009-10-28 Thread Benjamin Bentmann
Hi, following a comment by Wendy on JIRA, I wanted to re-check what our plans are for repositories in dependency POMs. In more detail, how is dependency resolution in Maven 3.x expected to work here: project ---depends-on--- A ---depends-on--- B where the POM of A declares the repository

[RESULT] [VOTE] Release Apache Source Release Assembly Descriptor 1.0.1

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

[RESULT] [VOTE] Release Maven Parent POM 14, Maven Plugins Parent POM 15 and Maven Shared Components Parent POM 13

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

[ANN] Apache Source-Release Assembly Descriptor 1.0.1 Released

2009-10-29 Thread Benjamin Bentmann
The Maven team is pleased to announce the release of Apache Source-Release Assembly Descriptor, version 1.0.1. This is a standardized assembly descriptor for use in the maven-assembly-plugin. Source-release artifacts are archives which contain the full project structure (sources only, no build

Re: FYI: site descriptor is messed up for org.apache.maven.plugins:maven-plugins:15

2009-10-29 Thread Benjamin Bentmann
To be precise, the site descriptors are completely missing from central for the three parents I released, i.e.: - maven-parent:14 - maven-plugins:15 - maven-shared-components:13 effectively making those parents useless. I was thinking about just adding those files (which are both tagged and

[VOTE] Release Maven Parent POM 15, Maven Plugins Parent POM 16 and Maven Shared Components Parent POM 14

2009-10-29 Thread Benjamin Bentmann
Hi, if some of you have a déjà vu while regarding the mail title, that's fine... my previous attempt at making our release processes smoother failed due to missing site descriptors in the deployment. So if you liked the predecessor versions of the parents being voted on, I hope you also like

Re: AW: [DISCUSS] Handling of repositories in POMs of dependencies

2009-10-30 Thread Benjamin Bentmann
Mark Struberg wrote: But in my local repo, all the artifacts from those repositories gets merged to a single big landfill. That seems to be a completely independent issue, isn't it? The question I originally raised was about what repositories ought to be considered during dependency

Re: [DISCUSS] Handling of repositories in POMs of dependencies

2009-10-30 Thread Benjamin Bentmann
Brian Fox wrote: I think we have to also consider that 2) is what Maven does now. (Benjamin thinks it might be 3 but I seem to recall repos added along the way stick around forever) I was trying to check what Maven 2.x actually does and came up with this POM snippet: dependencies

Re: [VOTE] Release Maven Toolchains plugin version 1.0 (take 2)

2009-10-31 Thread Benjamin Bentmann
Stephen Connolly wrote: Staging repo: https://repository.apache.org/content/repositories/maven-004 Staging site: http://maven.apache.org/plugins/maven-toolchains-plugin-1.0 +1 Benjamin - To unsubscribe, e-mail:

Re: [VOTE] Release Maven Parent POM 15, Maven Plugins Parent POM 16 and Maven Shared Components Parent POM 14

2009-10-31 Thread Benjamin Bentmann
Dennis Lundberg wrote: -1 I tried these POMs with Java 1.4. Unfortunately the changes made in r830510 by Vincent has created a Java 1.5 dependency on Maven Parent. That's because Cobertura Maven Plugin 2.3 (specified in reporting section of Maven Parent) Is something preventing us from

Re: [PMC] Maven Toolchains Plugin 1.0 needs adding to board report

2009-11-01 Thread Benjamin Bentmann
Stephen Connolly wrote: The Maven Toolchains Plugin has been released. Can this get added to the next board report please. Done. Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands,

[RESULT] [VOTE] Release Maven Parent POM 15, Maven Plugins Parent POM 16 and Maven Shared Components Parent POM 14

2009-11-02 Thread Benjamin Bentmann
Hi, The vote has passed with the following result: +1 (binding): Benjamin Bentmann, Olivier Lamy, Arnaud Héritier +0 (binding): Dennis Lundberg +1 (non binding): Stephen Connolly I will promote the artifacts to the central repository and continue with the release. Benjamin

Dropping staged repository maven-archetype:2.0-alpha-5

2009-11-02 Thread Benjamin Bentmann
Hi, Unless somebody objects, I'm going to drop the staging repository maven-staging-003 [0] which is a left over of a failed release [1] by the end of the week. Benjamin [0] https://repository.apache.org/content/repositories/maven-staging-003/ [1]

Re: [VOTE] Release Maven Runtime version 1.0-alpha-2

2009-11-02 Thread Benjamin Bentmann
Mark Hobson wrote: Staging repo: https://repository.apache.org/content/repositories/maven-009/ +1 Staging site: http://maven.apache.org/shared/maven-runtime-1.0-alpha-2/ The site apparently suffers from the missing site descriptor for maven-shared-components:13, i.e. it's missing stuff

Re: maven 3.0 build failure with IBM SDK 5

2009-11-03 Thread Benjamin Bentmann
Henri Gomez wrote: Caused by: org.apache.maven.shared.filtering.MavenFilteringException at org.apache.maven.shared.filtering.DefaultMavenFileFilter.copyFile(DefaultMavenFileFilter.java:130) at

Re: maven 3.0 build failure with IBM SDK 5

2009-11-03 Thread Benjamin Bentmann
Henri Gomez wrote: What's the JIRA for this problem (and fix in r832389) ? I'd like to verify if this bug could affect some of ours projects There is no JIRA because it's not a bug in Maven itself. As visible from the mentioned SVN revision, the failure to build Maven was due to a corrupt

Re: [VOTE] Release Maven Runtime version 1.0-alpha-2 (take 2)

2009-11-04 Thread Benjamin Bentmann
Mark Hobson wrote: Staging repo: https://repository.apache.org/content/repositories/maven-012/ Staging site: http://maven.apache.org/shared/maven-runtime-1.0-alpha-2/ +1 Benjamin - To unsubscribe, e-mail:

Re: [VOTE] Release Maven reporting impl version 2.0.4.3

2009-11-04 Thread Benjamin Bentmann
Vincent Siveton wrote: Staging repo: https://repository.apache.org/content/repositories/maven-013/ Staging site: http://maven.apache.org/shared/maven-reporting-impl-2.0.4.3 +1 Benjamin - To unsubscribe, e-mail:

Re: What's blocking releasing maven-compiler-plugin?

2009-11-04 Thread Benjamin Bentmann
Stephen Connolly wrote: https://svn.apache.org/repos/asf/maven/sandbox/trunk/maven/maven-plugin-enforcer For M3, drop it in the lib folder and just add -Dforce.plugins=gId:aId:ver,gId:aId,ver,etc OK, with some guidance from John I got Maven 3.0-SNAPSHOT (r832795) including the

Re: [VOTE] Apache (parent POM) version 7

2009-11-05 Thread Benjamin Bentmann
John Casey wrote: https://repository.apache.org/content/repositories/orgapacheapache-001/org/apache/apache/7/ +1 Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail:

Re: [PMC] Maven Runtime 1.0-alpha-2 needs adding to board report

2009-11-07 Thread Benjamin Bentmann
Mark Hobson wrote: Maven Runtime has been released. Can this get added to the next board report please. Done. Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail:

[VOTE] Release Maven Ant Plugin 2.3

2009-11-07 Thread Benjamin Bentmann
Hi, We solved 3 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11124version=14345 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=11124status=1 Staging repo:

Re: svn commit: r833566 - in /maven/maven-3/trunk/maven-core/src/main/java/org/apache/maven: execution/MavenSession.java lifecycle/DefaultLifecycleExecutor.java

2009-11-07 Thread Benjamin Bentmann
Hi Dan, Author: dfabulich Date: Fri Nov 6 21:46:48 2009 New Revision: 833566 URL: http://svn.apache.org/viewvc?rev=833566view=rev Log: Adding experimental multithreading support. Naive implementation. Not guaranteed to work. Builder beware. You'd be crazy to use this...

Re: Dropping staged repository maven-archetype:2.0-alpha-5

2009-11-07 Thread Benjamin Bentmann
Raphaël Piéroni wrote: Is there anything done about the automatic release of sources along side the binary in the default release process in the parent of plugins' pom ? I just found out that the existing source-release assembly descriptors used by our parents will not work for the Archetype

[VOTE] Release Apache Source-Release Assembly Descriptor 1.0.2

2009-11-08 Thread Benjamin Bentmann
Hi, This is a maintenance release for the assembly descriptor that we use to create ASF-compliant source distros. This release fixes a bug in version 1.0.1 that erroneously excludes paths like src/**/.classpath from the distro. Note: If you want to test this descriptor with the Maven

[VOTE] Release Apache Maven 3.0-alpha-3

2009-11-09 Thread Benjamin Bentmann
Hi, OK, here we go, another alpha release of Maven, for all those brave guys that want to take it for a test drive ;-) We solved many issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500version=14719 There are still a couple of issues left in JIRA:

Re: svn commit: r833566 - in /maven/maven-3/trunk/maven-core/src/main/java/org/apache/maven: execution/MavenSession.java lifecycle/DefaultLifecycleExecutor.java

2009-11-09 Thread Benjamin Bentmann
Benjamin Bentmann schrieb: So I wouldn't like to see such experiments on trunk, given we are trying to stabilize it. Hence I created a branch with your changes and reverted them on trunk. In talking with Dan and Wendy on IRC I realized that my immediate reaction of reverting Dan's commit

Re: [VOTE] Release Maven Ant Plugin 2.3

2009-11-10 Thread Benjamin Bentmann
Vote open for 72 hours. Ping. Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Possible problems with snapshot updates in Maven 3.0-alpha-3 (was Re: Re : [VOTE] Release Apache Maven 3.0-alpha-3)

2009-11-10 Thread Benjamin Bentmann
Julien HENRY schrieb: I don't know if it is related to Maven 3, but I'm not able to update to a newer SNAPSHOT that is available in my corporate repository, even by using the -U command line option. It seems Maven is not even asking the repository manager for a new version. If you have -U

Compat problems between Maven 3.0-alpha-3 and plugin (was Re: [VOTE] Release Apache Maven 3.0-alpha-3)

2009-11-10 Thread Benjamin Bentmann
Tony Chemit wrote: Any idea about it ? Sorry, not from those few bits of info. Please fill an issue at http://jira.codehaus.org/browse/MNG with as much information attached as available. I ideally need something to reproduce, so a minimal test project or the SVN URL to your project with

Re: Possible problems with snapshot updates in Maven 3.0-alpha-3 (was Re: Re : [VOTE] Release Apache Maven 3.0-alpha-3)

2009-11-10 Thread Benjamin Bentmann
Benjamin Bentmann wrote: If you have -U specified and the maven-metadata-nexus.xml for this parent POM in your local repo is not updated to match the one in your Nexus, that's indeed a bug. I'll look into it for alpha-4. Confirmed and tracked in [0]. If you like, CI already produced a fixed

[RESULT] [VOTE] Release Maven Ant Plugin 2.3

2009-11-11 Thread Benjamin Bentmann
Hi, The vote has passed with the following result: +1 (binding): Benjamin Bentmann, Jason van Zyl, Olivier Lamy, Arnaud Héritier I will promote the artifacts to the central repository and continue with the release. Benjamin

[ANN] Maven Ant Plugin 2.3 Released

2009-11-11 Thread Benjamin Bentmann
The Maven team is pleased to announce the release of the Maven Ant Plugin, version 2.3. This plugin generates build files for Ant from a POM. See the plugin's site for more details: http://maven.apache.org/plugins/maven-ant-plugin/ To use the updated plugin in your projects, you need to add

Re: [VOTE] Release Apache Source-Release Assembly Descriptor 1.0.2

2009-11-11 Thread Benjamin Bentmann
Vote open for 72 hours. Ping. Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

[RESULT] [VOTE] Release Apache Source-Release Assembly Descriptor 1.0.2

2009-11-11 Thread Benjamin Bentmann
Hi, The vote has passed with the following result: +1 (binding): Benjamin Bentmann, Olivier Lamy, Brian Fox I will promote the artifacts to the central repository and continue with the release. Benjamin - To unsubscribe

[ANN] Apache Source-Release Assembly Descriptor 1.0.2 Released

2009-11-12 Thread Benjamin Bentmann
The Maven team is pleased to announce the release of Apache Source-Release Assembly Descriptor, version 1.0.2. This is a standardized assembly descriptor for use in the maven-assembly-plugin. Source-release artifacts are archives which contain the full project structure (sources only, no build

[RESULT] [VOTE] Release Apache Maven 3.0-alpha-3

2009-11-12 Thread Benjamin Bentmann
Hi, The vote has passed with the following result: +1 (binding): Benjamin Bentmann, Arnaud Héritier, Olivier Lamy, Jason van Zyl, Stéphane Nicoll, Dan Fabulich, Brian Fox, Brett Porter, Vincent Siveton, John Casey, Hervé Boutemy +1 (non-binding): Stephen Connolly, Stuart McCulloch, Paul

Site Update for Maven 3.0-alpha-3

2009-11-12 Thread Benjamin Bentmann
Hi, I noticed that we didn't mention previous alphas of 3.0 on the Maven site. How do we want to go about that with alpha-3? To attract more testers, I think we should have this alpha listed in the download section. E.g. some structure like * Stable Releases 2.2.1 2.1.0 2.0.10 *

[ANN] Apache Maven 3.0-alpha-3 Released

2009-11-13 Thread Benjamin Bentmann
The Maven team is pleased to announce the release of Apache Maven 3.0-alpha-3. Maven is a project comprehension and build tool, designed to simplify the process of maintaining a healthy development lifecycle for your project. You can read more here: http://maven.apache.org/ Downloads of

Re: Site Update for Maven 3.0-alpha-3

2009-11-13 Thread Benjamin Bentmann
Brett Porter wrote: I've staged a sample site here: http://people.apache.org/~brett/staged-maven-site/ +1, I like the proposed structure. Just one minor thing: I believe the JAR/PDF of the site should be listed separately as currently and not be part of the table listing the 2.2.1

[VOTE] Release Apache Maven 3.0-alpha-4

2009-11-13 Thread Benjamin Bentmann
Hi, Ready for the next round ;-) ? We solved 6 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500version=14951 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=10500status=1 Staging repo:

Re: [VOTE] Release Maven Checkstyle plugin version 2.4

2009-11-14 Thread Benjamin Bentmann
Mark Hobson wrote: Staging repo: https://repository.apache.org/content/repositories/maven-001/ Staging site: http://maven.apache.org/plugins/maven-checkstyle-plugin-2.4/ +1 Benjamin - To unsubscribe, e-mail:

Re: [VOTE] Apache (parent POM) version 7

2009-11-14 Thread Benjamin Bentmann
Benjamin Bentmann wrote: John Casey wrote: https://repository.apache.org/content/repositories/orgapacheapache-001/org/apache/apache/7/ +1 I change my vote -1 after discovering that the version of the maven-javadoc-plugin being used by this POM, namely 2.6.1, is prone to fail during

Re: Multithreaded testing was: [VOTE] Release Apache Maven 3.0-alpha-4

2009-11-14 Thread Benjamin Bentmann
Jason van Zyl wrote: We can give you access. Well, http://svn.sonatype.org/m2eclipse/sandbox/trunk/maven-performance-tests/ is already public. Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For

[RESULT] [VOTE] Release Apache Maven 3.0-alpha-4

2009-11-16 Thread Benjamin Bentmann
Hi, The vote has passed with the following result: +1 (binding): Benjamin Bentmann, Jason van Zyl, Olivier Lamy, Arnaud Héritier +1 (non-binding): Paul Benedict, Stephen Connolly I will promote the artifacts to the central repository and continue with the release. Thanks for all

[VOTE] Release Maven Plugin Testing 2.0-alpha-1

2009-11-16 Thread Benjamin Bentmann
Hi, this is the first release of the plugin testing harness branch for usage with Maven 3.0. We solved 2 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11740version=15444 There are still a couple of issues left in JIRA:

Re: Using a specific plugin version in custom lifecycle

2009-11-16 Thread Benjamin Bentmann
Sebastian Annies wrote: Has anyone of you experienced similar behavior or is intended to work that way? Maybe there's some bad interaction with the default versions in the super POM, I'll have a closer look. Benjamin -

[ANN] Apache Maven 3.0-alpha-4 Released

2009-11-17 Thread Benjamin Bentmann
The Maven team is pleased to announce the release of Apache Maven 3.0-alpha-4. Maven is a project comprehension and build tool, designed to simplify the process of maintaining a healthy development lifecycle for your project. You can read more here: http://maven.apache.org/ Downloads of

Re: Using a specific plugin version in custom lifecycle

2009-11-17 Thread Benjamin Bentmann
Sebastian Annies wrote: we are using a custom lifecycle and bind the maven-source-plugin in version 2.1 to the verify phase. In the 2.X branch it always worked perfectly. But now I tried alpha-3 and 4 and it seems that Maven uses the maven-source-plugin in version 2.0.4 Confirmed and filled

Re: Using a specific plugin version in custom lifecycle

2009-11-18 Thread Benjamin Bentmann
Brian Fox wrote: Second, I always subscribe to the theory that closest wins. [...] I think in this case, the pom is closer than the lifecycle and therefore it should win as is happening in the 3.x case. I agree, it's simply a matter of giving the build engineer control over his build.

Re: [RESULT] [VOTE] Release Apache Maven 3.0-alpha-4

2009-11-18 Thread Benjamin Bentmann
Gilles Scokart wrote: Are you publishing this to an apache maven repository or did you publish it directly into central? I see it at https://repository.apache.org/content/repositories/releases/org/apache/maven/apache-maven/3.0-alpha-4/ as found by

Re: [PMC] Maven Checkstyle Plugin 2.4 needs adding to board report

2009-11-19 Thread Benjamin Bentmann
Mark Hobson done: The Maven Checkstyle Plugin has been released. Can this get added to the next board report please. Done. For the future, please remember to cc the result to the PMC as well (cf. step 9 of the [0]). Benjamin [0]

Re: Using a specific plugin version in custom lifecycle

2009-11-19 Thread Benjamin Bentmann
Brian Fox wrote: 1) we included some plugins that are commonly used but aren't in a lifecycle such as the dependency and enforcer plugins. I know, if those are declared in the POM they have to have/inherit a version or Maven 3.0 will output a warning. In other words, what we consider

Re: Using a specific plugin version in custom lifecycle

2009-11-19 Thread Benjamin Bentmann
Brian Fox wrote: I guess what I had in mind was given a single reactor build: A : Jar B: War but binds jar to a phase. Will B always get the same version of the jar plugin as A? No, the projects are handled independently regarding their build plugins. For instance, if B doesn't lock down

[RESULT] [VOTE] Release Maven Plugin Testing 2.0-alpha-1

2009-11-19 Thread Benjamin Bentmann
Hi, The vote has passed with the following result: +1 (binding): Benjamin Bentmann, Jason van Zyl, Olivier Lamy, Arnaud Héritier I will promote the artifacts to the central repository and continue with the release. Benjamin

[ANN] Maven Plugin Testing 2.0-alpha-1 Released

2009-11-20 Thread Benjamin Bentmann
The Maven team is pleased to announce the release of the Maven Plugin Testing, version 2.0-alpha-1. This harness assists in creating unit or integration tests for Maven plugins. See the component's site for more details: http://maven.apache.org/plugin-testing/ This new version of the

Re: Using a specific plugin version in custom lifecycle

2009-11-20 Thread Benjamin Bentmann
Brian Fox wrote: What is the behavior in an embedded env like M2e? Since it's not going to execute the full lifecycle, it probably needs to have the same logic regardless to look at the lifecycle and pick the right version of a plugin it does run. Not sure I understand that question.

Re: [VOTE] Release Maven Changes Plugin version 2.2

2009-11-21 Thread Benjamin Bentmann
Dennis Lundberg wrote: Staging repo: https://repository.apache.org/content/repositories/maven-012/ Staging site: http://maven.apache.org/plugins/maven-changes-plugin-2.2/ +1 Benjamin - To unsubscribe, e-mail:

Re: [VOTE] Release Maven JAR Plugin version 2.3

2009-11-21 Thread Benjamin Bentmann
Dennis Lundberg wrote: Staging repo: https://repository.apache.org/content/repositories/maven-013/ Staging site: http://maven.apache.org/plugins/maven-jar-plugin-2.3/ +1 Benjamin - To unsubscribe, e-mail:

Re: [VOTE] Release Maven Doxia Tools Shared Component version 1.1

2009-11-21 Thread Benjamin Bentmann
Dennis Lundberg wrote: Staging repo: https://repository.apache.org/content/repositories/maven-014/ Staging site: http://maven.apache.org/shared/maven-doxia-tools-1.1/ +1 Benjamin - To unsubscribe, e-mail:

[VOTE] Release Maven Shade Plugin 1.2.2

2009-11-22 Thread Benjamin Bentmann
Hi, We solved 7 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11540version=15525 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=11540status=1 Staging repo:

Re: [VOTE] Release Maven Shade Plugin 1.2.2

2009-11-22 Thread Benjamin Bentmann
Larry Shatzer, Jr. wrote: I attached a patch (with a test too!) for MSHADE-52, and would love that to get included Sorry, not in this release. Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For

[VOTE] Release Apache Maven 3.0-alpha-5

2009-11-23 Thread Benjamin Bentmann
Hi, We solved some more issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500version=14952 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=10500status=1 Staging repo:

Re: [VOTE] Release Apache Maven 3.0-alpha-5

2009-11-24 Thread Benjamin Bentmann
Jorg Heymans wrote: [ERROR] The project build-tools:1-SNAPSHOT (D:\src\myproject\pom.xml) has 1 error [ERROR] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: junit:junit:jar - duplicate declaration of version 3.8.2 Shall i log an issue

Re: [VOTE] Release Maven Shade Plugin 1.2.2

2009-11-25 Thread Benjamin Bentmann
Vote open for 72 hours. Ping Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

[RESULT] [VOTE] Release Maven Shade Plugin 1.2.2

2009-11-25 Thread Benjamin Bentmann
Hi, The vote has passed with the following result: +1 (binding): Benjamin Bentmann, Vincent Siveton, Jason van Zyl, Olivier Lamy +1 (non-binding): Mark Struberg, Stephen Connolly I will promote the artifacts to the central repository and continue with the release. Benjamin

[ANN] Maven Shade Plugin 1.2.2 Released

2009-11-26 Thread Benjamin Bentmann
The Maven team is pleased to announce the release of the Maven Shade Plugin, version 1.2.2. This plugin provides the capability to package the artifact in an uber-jar, including its dependencies and to shade - i.e. rename - the packages of some of the dependencies. See the plugin's site for

[RESULT] [VOTE] Release Apache Maven 3.0-alpha-5

2009-11-26 Thread Benjamin Bentmann
Hi, The vote has passed with the following result: +1 (binding): Benjamin Bentmann, Jason van Zyl, Arnaud Héritier, Olivier Lamy +1 (non-binding): Nicolas De Loof, Stephen Connolly, Igor Fedorenko I will promote the artifacts to the central repository and continue with the release

[ANN] Apache Maven 3.0-alpha-5 Released

2009-11-27 Thread Benjamin Bentmann
The Maven team is pleased to announce the release of Apache Maven 3.0-alpha-5. Maven is a project comprehension and build tool, designed to simplify the process of maintaining a healthy development lifecycle for your project. You can read more here: http://maven.apache.org/ Downloads of

Re: [VOTE] Release Maven Ant Tasks version 2.1.0

2009-12-02 Thread Benjamin Bentmann
Paul Gier wrote: Staging repo: https://repository.apache.org/content/repositories/maven-033/ +1 Staging site (need to sync): http://maven.apache.org/ant-tasks-2.1.0/ Some minor things. The installation [0] page still refers to version 2.0.10 and the mailing list overview [1] is

Re: m3 alpha 5 feedback

2009-12-02 Thread Benjamin Bentmann
nicolas de loof wrote: I'm using maven3-alpha-5 and get a deploy:deploy error on people.apache.org (maybe related to MNG-4241 ?) [INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.4:deploy (default-deploy) on project fonzie: Error deploying artifact:

Re: m3 alpha 5 feedback

2009-12-02 Thread Benjamin Bentmann
nicolas de loof wrote: Maven 2.2.1 deploys fine with same POM Then please fill an issue with a demo project. Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail:

Re: [VOTE] Release Maven Changes Plugin version 2.3

2009-12-03 Thread Benjamin Bentmann
Dennis Lundberg wrote: This vote comes soon after the 2.2 release No need to apologize ;-) Staging repo: https://repository.apache.org/content/repositories/maven-036/ The .pom.asc seems not to match the plugin POM [0]. Looking at the POM, it seems as if it was deployed using Maven 2.1.0

Re: [PMC] Maven Ant Tasks 2.1.0 need adding to the board report

2009-12-05 Thread Benjamin Bentmann
Paul Gier wrote: The Maven Ant Tasks 2.1.0 have been released. Can this be added to the next board report please? Done. Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail:

Re: Maven 3.0-alpha-5 and maven-archetype packaging

2009-12-07 Thread Benjamin Bentmann
Stevo Slavić wrote: It seems 3.0-alpha-5 is not compatible with current 2.0-alpha-4 version of maven-archetype-plugin - archetype:create-from-project mojo creates archetype project with packaging maven-archetype, but that packaging seems not to be supported by / valid for 3.0-alpha-5 Try

Re: [VOTE] Release Maven Changes Plugin version 2.3 (take 2)

2009-12-08 Thread Benjamin Bentmann
Dennis Lundberg wrote: Staging repo: https://repository.apache.org/content/repositories/maven-042/ Staging site: http://maven.apache.org/plugins/maven-changes-plugin-2.3/ +1 Benjamin - To unsubscribe, e-mail:

Re: Module Interdependencies and NAR

2009-12-08 Thread Benjamin Bentmann
Donszelmann Mark wrote: Is it correct that it compiles and tests fine without ever running into the install phase... That is, maven probably sorts out that B is dependent on A, and thus in this multi-module project: 1. B does not download A, 2. B just refers to module A. In principle yes,

Re: [VOTE] Release Maven Assembly Plugin 2.2-beta-5

2009-12-08 Thread Benjamin Bentmann
Dennis Lundberg wrote: The plugin-plugin should be updated to version 2.5.1, to fix the problems with deprecated annotations. Good catch, the reporting was declared to use an older version. I will deploy the final site using 2.5.1. Benjamin

Re: [VOTE] Release Maven Assembly Plugin 2.2-beta-5

2009-12-09 Thread Benjamin Bentmann
Vote open for 72 hours. Ping. Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: [VOTE] Release Maven PDF plugin version 1.1

2009-12-09 Thread Benjamin Bentmann
Vincent Siveton wrote: Staging repo: https://repository.apache.org/content/repositories/maven-044 Staging site (need to sync) http://maven.apache.org/plugins/maven-pdf-plugin-1.1/ +1 Benjamin - To unsubscribe, e-mail:

Re: [VOTE] Release Maven Doxia Tools Shared Component version 1.2

2009-12-09 Thread Benjamin Bentmann
Dennis Lundberg wrote: Staging repo: https://repository.apache.org/content/repositories/maven-045/ Staging site: http://maven.apache.org/shared/maven-doxia-tools-1.2/ +1 Benjamin - To unsubscribe, e-mail:

Re: [VOTE] Release Maven Assembly Plugin 2.2-beta-5

2009-12-12 Thread Benjamin Bentmann
Vote open for 72 hours. Ping. Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

<    2   3   4   5   6   7   8   9   10   11   >