Re: Maven Plugin to detect duplicate class files in a e.g. WAR

2009-12-13 Thread Stevo Slavić
maven-shade-plugin's shade goalhttp://maven.apache.org/plugins/maven-shade-plugin/shade-mojo.htmlwill display warnings for duplicate classes when generating uber-jar. Stephen, maybe you can reuse some parts of the logic from there for the new mojo. Regards, Stevo. On Sat, Dec 12, 2009 at 9:13

Re: m2eclipse problem

2009-12-13 Thread Anders Hammar
Nabble shows it being active: http://old.nabble.com/Maven-Eclipse---User-f14525.html /Anders On Sat, Dec 12, 2009 at 23:50, Steve Cohen sco...@javactivity.org wrote: Steve Cohen wrote: I know there's an m2eclipse mailing list but it doesn't seem to be respoding to subscription requests so

Re: m2eclipse problem

2009-12-13 Thread Frederic Camblor
Hi, Maybe you have download repository index updates at startup unchecked in your maven preferences ? I think M2Eclipse use these index to search for artefacts when adding dependency ... Frédéric On Sun, Dec 13, 2009 at 10:56 AM, Anders Hammar and...@hammar.net wrote: Nabble shows it being

[ANN] Maven Assembly Plugin 2.2-beta-5 Released

2009-12-13 Thread Benjamin Bentmann
The Maven team is pleased to announce the release of the Maven Assembly Plugin, version 2.2-beta-5. This plugin is useful in creating project artifacts that have custom layouts. It also includes a set of predefined standard custom artifact types you can choose to create. For more information,

[ANN] Maven PDF Plugin 1.1 Released

2009-12-13 Thread Vincent Siveton
The Maven team is pleased to announce the release of the Maven PDF Plugin, version 1.1 This plug-in allows you to generate a PDF version of your project's documentation. http://maven.apache.org/plugins/maven-pdf-plugin/ You should specify the version in your project's plugin configuration:

Re: [Release] scm getting rewritten. how does it work?

2009-12-13 Thread nodje
Hi, thanks a lot for the answers. And sorry for the delay, I was actually busy with releases! that's how this post question got to mind. In my case, it's a parent-pom only, no module included. We use aggregator only to refactor dependencies, so that we can open the module and all it's

Re: modules are built but not copied to local repository?

2009-12-13 Thread Anders Hammar
Kinh, When doing mvn clean, I get a message about a missing plugin: [INFO] A required plugin was not found: Plugin could not be found - check that the goal name is correct: Unable to download the artifact from any repository Try downloading the file manually from the project website. Then,