[jira] Subscription: Design & Best Practices

2009-10-15 Thread jira
Issue Subscription Filter: Design & Best Practices (28 issues) Subscriber: mavendevlist Key Summary MNG-2184Possible problem with @aggregator and forked lifecycles http://jira.codehaus.org/browse/MNG-2184 MNG-612 implement conflict resolution techniques

[RESULT] [VOTE] Release Maven source plugin version 2.1.1

2009-10-15 Thread Arnaud HERITIER
Hi, The vote has passed with the following result : +1 (binding): Benjamin B, Olivier L, John C, Vincent S, and myself +1 (non binding): Oleg I will promote the artifacts to the central repo. Cheers, Arnaud # Arnaud Héritier # Software Factory Manager # eXo Platform # http://www.exoplatform.co

error while trying to stage maven ear plugin 2.4 site

2009-10-15 Thread Stephane Nicoll
Hi everyone, 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: maven hpi plugin version 1.45

2009-10-15 Thread Gerrit Jansen van Vuuren
Hi You need to escape your windows paths with back slashes in java that is c:\\myfolder\\a and not c:\myfolder\a On 15/10/2009, Croteau, Jean-Francois wrote: > Hi guys, > > I was using hpi-plugin version 1.37, and it was working well. And no, > for no special reason, I guess only for "evolutio

maven hpi plugin version 1.45

2009-10-15 Thread Croteau, Jean-Francois
Hi guys, I was using hpi-plugin version 1.37, and it was working well. And no, for no special reason, I guess only for "evolution" and be cool, I tried to use the latest versions 1.45. I had the following error using the command "clean package hpi:run" in eclipse : [INFO] Scanning for projec

Re: fetching latest release of an artifact

2009-10-15 Thread Stephen Connolly
These are very dangerous versions to suggest use of. These are deprecated and are only "special" versions when considering plugins... and they do not behave as you think they behave. LATEST is the last version to have been deployed, so if you have been working on 2.0 and start doing some work on

Re: fetching latest release of an artifact

2009-10-15 Thread Stephen Connolly
Have a look at some of the stuff I wrote in versions-maven-plugin I have most of the use-cases (for version querying) you probably have in that code. Beware, though, that this require correct metadata be deployed. 2009/10/15 gerhard presser > > hi all! > i'm writing a plugin which helps me to

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=825432&view=rev Log: [MECLIPSE-156] Plugin should support setting file encoding o read maven-compiler-plugin configuration for encoding and generate related .settings configur

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

Re: fetching latest release of an artifact

2009-10-15 Thread Mark Struberg
Hi Gerhard! You can use LATEST to fetch the latest from the repositories (including snapshots) or RELEASE for the latest non-snapshot version. but use this with care! You should not be able to release a pom with such a dependency because the build is not reliable (at least should be, but ne