webapp sources directory does not exist - skipping.

2010-02-06 Thread noobnoob
Hi, I am new to Maven, I created a project using the Wicket quickstart archetype. I am on Ubuntu 9.10. I could not get mvn release:perform to run and I suspect the cause might be the release plugin. mvn war:war works fine. And there is a web.xml in src/main/webapp/WEB-INF/ mvn release:perform -

[VOTE] Release Maven Release version 2.0 (take 2)

2010-02-06 Thread Dennis Lundberg
Hi, This vote is for the entire Maven Release project, which includes Maven Release Manager and Maven Release Plugin. The source bundle now correctly runs 'maven test'. We solved 31 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11144&styleName=Html&version=15113 There are s

Re: [VOTE] Release Maven Release version 2.0

2010-02-06 Thread Benjamin Bentmann
Olivier Lamy wrote: No issue for me. As we have configured compiler plugin with target 1.4. It should be ok. Correct, see also [0]. Benjamin [0] http://java.sun.com/javase/6/docs/technotes/tools/windows/javac.html#crosscomp-options ---

Re: [VOTE] Release Maven Release version 2.0

2010-02-06 Thread Olivier Lamy
No issue for me. As we have configured compiler plugin with target 1.4. It should be ok. 2010/2/6 Dennis Lundberg : > On 2010-02-06 20:59, Dennis Lundberg wrote: >> On 2010-02-05 00:21, Brett Porter wrote: >>> >>> On 05/02/2010, at 5:34 AM, Dennis Lundberg wrote: >>> On 2010-02-04 12:49, Bret

Re: [VOTE] Release Maven Release version 2.0

2010-02-06 Thread Dennis Lundberg
On 2010-02-06 20:59, Dennis Lundberg wrote: > On 2010-02-05 00:21, Brett Porter wrote: >> >> On 05/02/2010, at 5:34 AM, Dennis Lundberg wrote: >> >>> On 2010-02-04 12:49, Brett Porter wrote: Dennis, I was holding off voting for this - are you expecting to respin it, or still wa

Re: [VOTE] Release Maven Release version 2.0

2010-02-06 Thread Dennis Lundberg
On 2010-02-05 00:21, Brett Porter wrote: > > On 05/02/2010, at 5:34 AM, Dennis Lundberg wrote: > >> On 2010-02-04 12:49, Brett Porter wrote: >>> Dennis, >>> >>> I was holding off voting for this - are you expecting to respin it, or >>> still waiting for votes? >> >> Sorry, I've been busy at work

Dependency on system property user.dir

2010-02-06 Thread Kristian Rosenvold
I just discovered that the source of the hideous concurrency problem I've been tracking for some time is the system property "user.dir". Surefire basically sets the following three system properties: "basedir" = basedir.getAbsolutePath() "user.dir" = workingDirectory.getAbsolutePath(); "localRep

Questions about Artifacts

2010-02-06 Thread Karl Heinz Marbaise
Hi, i have thought about an approach to solve a problem based on my http://old.nabble.com/RFC%3A-Maven-License-Verifier-Plugin-ts27445231.html RFC for a plugin . It is concerning the configuration for a company wide setup...but not only... If i would use a configuration file inside a root pom t