Re: Please

2011-04-11 Thread John Casey
Try the remote resources plugin: http://maven.apache.org/plugins/maven-remote-resources-plugin/ On 4/11/11 5:43 AM, Markos Mevorah wrote: Hello, I have a question please. In the Apache Maven 3.0.3 (Source zip) there are inside those files in the basedir: DEPENDENCIES NOTICE.txt How do you g

Re: Cyclic reference in surefire

2011-04-11 Thread Olivier Lamy
:-) I have used it recently for the SCM release. So personnaly I consider it's fine :-) . 2011/4/11 Kristian Rosenvold : > The maven3 requirement was requried because surefire now uses a previous > version of itself to build itself (for isolation). Maven 2.2.1 does not > understand that a  depe

Re: Cyclic reference in surefire

2011-04-11 Thread Kristian Rosenvold
The maven3 requirement was requried because surefire now uses a previous version of itself to build itself (for isolation). Maven 2.2.1 does not understand that a dependency on a different version of the same artifact is in fact not a cycle. I asked some time ago on the ml if the currently re

Please

2011-04-11 Thread Markos Mevorah
Hello, I have a question please. In the Apache Maven 3.0.3 (Source zip) there are inside those files in the basedir: DEPENDENCIES NOTICE.txt How do you generate the DEPENDENCIES file? Is it automatically generated? I would be interested to include such a file in my Maven projects. Because it ha

Re: Cyclic reference in surefire

2011-04-11 Thread Olivier Lamy
2011/4/10 Kristian Rosenvold : > You need to build with maven3, we fixed the build by changing to m3. > Unfortunately we still need to deploy site (for releases) with 2.2.1. > Maybe there's some way to add such an enforcer rule ? Personally I've > just put on the blindfold, hoping for a 3.x site pl