Re: Failsafe (aggregate?) reports???

2010-10-02 Thread Stephen Connolly
The Reporting integration test results Section on http://maven.apache.org/plugins/maven-failsafe-plugin/usage.html -Stephen On 3 October 2010 02:42, David Jencks wrote: > > The maven-failsafe-plugin claims it's possible to produce failsafe reports > using the maven-surefire-report-plugin but

Re: classpath issue accessing lib/*.jar in a jar

2010-10-02 Thread Barrie Treloar
On Fri, Oct 1, 2010 at 7:27 PM, wrote: > Hi, > > acually I´m working on a SAP Web AS integration, so I need to access some > classes from external 3rd party jars. > these jars seem to be OSGI bundels, with a MANIFEST.MF containing for > example: > > Require-Bundle: com.tssap.sap.libs.logging > Bu

Failsafe (aggregate?) reports???

2010-10-02 Thread David Jencks
The maven-failsafe-plugin claims it's possible to produce failsafe reports using the maven-surefire-report-plugin but neither plugin has documentation I can find on how to do it. Ideally I'd like to aggregate all the reports into one top-level report. Does anyone know if this is documented any

Re: Dependencies between modules of a multi module project

2010-10-02 Thread Marshall Schor
m2eclipse supports both styles of dependency resolution - 1) resolving using normal maven dependency resolution (usually, the prebuilt jar in the .m2 local repository), or 2) from the current workspace (allowing you to "pick up" changes there, even if the other project(s) weren't built/installed.

Re: Cascading profile activation

2010-10-02 Thread Benson Margulies
On Sat, Oct 2, 2010 at 1:33 PM, Géraud wrote: > Thanks for your answer. So, for the same reason, when "server.type" is > defined as a global property in my pom file, the "type1" profile is not > active. > > But is there a way to automaticallly activate "type1" profile when "env1" > profile is acti

Re: Cascading profile activation

2010-10-02 Thread Géraud
Thanks for your answer. So, for the same reason, when "server.type" is defined as a global property in my pom file, the "type1" profile is not active. But is there a way to automaticallly activate "type1" profile when "env1" profile is active ? Géraud 2010/10/1 Anders Hammar > Yes, profiles ca

Re: are not aggregated from parent to child pom

2010-10-02 Thread Marshall Schor
On 10/2/2010 7:42 AM, Benjamin Bentmann wrote: > Xavier D. wrote: > >> My pom structure is: pom.xml has a parent: parent-pom.xml. >> >> Both have a section to include files. >> >> The (child) pom.xml is executed directly and has the effect of only copying >> the child's resources. Commenting

Re: are not aggregated from parent to child pom

2010-10-02 Thread Benjamin Bentmann
Xavier D. wrote: My pom structure is: pom.xml has a parent: parent-pom.xml. Both have a section to include files. The (child) pom.xml is executed directly and has the effect of only copying the child's resources. Commenting out this resource section, results in the parent's resources bein

Re: Maven deploy plugin increments buildNumber twice during a single invocation of "mvn deploy"

2010-10-02 Thread Benjamin Bentmann
Daniel Patton wrote: However, the ZIP file (which is the attached artifact produced by the maven-pde-plugin) is given a buildNumber of 4, and if I check the maven-metadata.xml file, the buildNumber has indeed been incremented twice. In case you refer to the pde-maven-plugin (http://mojo.codeh

Re: Dependencies between modules of a multi module project

2010-10-02 Thread Antonio Petrelli
2010/10/2 Iron Eagle : > Some times, I use the command line (there its no problem). But most time, I > use eclipse. I've searched for a tutorial for that problem, but the result > doesn't really satisfy me. If you use m2eclipse and you checkout the entire main pom project as Maven project, the p

Re: Dependencies between modules of a multi module project

2010-10-02 Thread Iron Eagle
Hi, yes, you are right. My problem is indeed, that mvn install must be called everytime, when I change something in the module, another module depends on. Some times, I use the command line (there its no problem). But most time, I use eclipse. I've searched for a tutorial for that problem, but