Re: release:perform of an EAR gives error with maven-source-plugin:2.1

2009-05-05 Thread Martin Höller
On Thursday 30 April 2009 Martin Höller wrote: The question I now have is, why is source:jar mojo executed at all? According to the lifecycle reference [1] this mojo shouldn't be executed (for packaging EAR). How can I deactivate this mojo? The release-profile seems to introduce the m-source-p

Re: release:perform of an EAR gives error with maven-source-plugin:2.1

2009-05-04 Thread Martin Höller
On 30 Apr 2009, Grant Rettke wrote: Does the workaround on that page work? Which workaround? Do you mean the patch attached to the MSOURCES-44 issue? I didn't test it but I had a look at the patch and I would assume it would work. - martin signature.asc Description: PGP signature

Re: release:perform of an EAR gives error with maven-source-plugin:2.1

2009-05-04 Thread Grant Rettke
On Mon, May 4, 2009 at 2:01 AM, Martin Höller mar...@xss.co.at wrote: On 30 Apr 2009, Grant Rettke wrote: Does the workaround on that page work? Which workaround? Do you mean the patch attached to the MSOURCES-44 issue? I didn't test it but I had a look at the patch and I would assume it

release:perform of an EAR gives error with maven-source-plugin:2.1

2009-04-30 Thread Martin Höller
Hi all! We recently upgrade the maven-source-plugin from version 2.0.4 to 2.1 for a multimodule project (consisting of modules of packaging type jar, war, ejb and ear). No problems so far when doing a normal build like mvn install. However, when we do a mvn release:perform the EAR module fails

Re: release:perform of an EAR gives error with maven-source-plugin:2.1

2009-04-30 Thread Grant Rettke
Does the workaround on that page work? - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Maven source plugin 2.1

2009-04-29 Thread Seva Popov
Hi, It seems Maven source plugin 2.1 changed the behavior for a case when there are no files to package: [INFO] [source:test-jar-no-fork {execution: package-sources}] [INFO] [ERROR] BUILD ERROR [INFO

Re: Maven source plugin 2.1

2009-04-29 Thread Nick Stolwijk
You have just hit MSOURCES-44. http://jira.codehaus.org/browse/MSOURCES-44 Hth, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl On Wed, Apr 29, 2009 at 10:06 PM, Seva Popov seva_po...@tvworks.com wrote: Hi, It seems Maven source plugin 2.1

[ANN] Maven Source Plugin 2.1 Released

2009-04-22 Thread Paul Gier
The Maven team is pleased to announce the release of the Maven Source Plugin, version 2.1 This plugin is used to create jar of the project source files. http://maven.apache.org/plugins/maven-source-plugin/ You should specify the version in your project's plugin configuration: plugin