Re: Getting code from dependency

2012-12-18 Thread Arnaud Héritier
in my-artifact module you configure the source lugin to deploy the jar with these sources and then in your project you use it with the classifier sources dependency groupIdmy-group/groupId artifactIdmy-artifact/artifactId version${my-version}/version classifiersources/classifier

Re: File lock problem in custom Maven Reporting Plugin

2012-12-18 Thread Baptiste Gaillard
Hi and thanks for the response, My Mojo already overwrites the isExternalReport() function and returns true into it. To deep a little more I've tried to debug the execution of the Mojo when running a 'mvn site' command using that Mojo. It seems that the function 'executeReport' associated to a

Emma CodeCoverage for specific child module only

2012-12-18 Thread godisone
Hi I have parent pom file which has two modules. modules moduleYahoo-Flex/module moduleYahoo-Java-spring/module /modules Now i want to run mvn clean emma:emma Project Yahoo-Java-spring has declared following [below is part of pom.xml] build plugin

Re: Emma CodeCoverage for specific child module only

2012-12-18 Thread Wayne Fay
Currently when i run mvn clean emma:emma it compiles both the project and run code coverage I just want to run emma:emma on the Yahoo-Java-Spring how can i do it. Many plugins have a skip property so you can tell the plugin to not run in that specific module. Check if that is available for

[ANN] Maven Release Plugin 2.4 Released

2012-12-18 Thread Robert Scholte
The Apache Maven team is pleased to announce the release of the Maven Release Plugin, version 2.4 This plugin is used to release a project with Maven, saving a lot of repetitive, manual work. Releasing a project is made in two steps: prepare and perform.

Proper fix for non-resolvable dependency in build server

2012-12-18 Thread KARR, DAVID
I have a project that is building fine on my laptop. Today I started to set up the build for this on our Bamboo server. Everything is checked in. Both my laptop and the build server are using Maven 3.0.4. I have a top-level aggregator pom that specifies several modules, but this pom is not