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
:-)
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
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
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
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