Re: MSITE-560

2011-03-14 Thread Hervé BOUTEMY
it works!!! the bad news is that a new Maven 2.2.x release is necessary. And I still have to tweak a little bit for deploy tasks: I didn't really try for the moment. But the actual MSITE-560 branch works both with Maven 3 and latest 2.2.2-RC1- SNAPSHOT. Regards Hervé Le samedi 12 mars 2011, H

Re: Build failed in Hudson: maven-site-plugin-3.x » java-5x,windows #141

2011-03-14 Thread Dennis Lundberg
On 2011-03-14 20:28, Lukas Theussl wrote: > > > Dennis Lundberg wrote: >> On 2011-03-13 22:38, Lukas Theussl wrote: >>> >>> >>> Dennis Lundberg wrote: Hi I've tracked it down to the new URIPathDescriptor class in doxia-decoration-model. Here are some debug output fro

Re: Build failed in Hudson: maven-site-plugin-3.x » java-5x,windows #141

2011-03-14 Thread Lukas Theussl
Dennis Lundberg wrote: On 2011-03-13 22:38, Lukas Theussl wrote: Dennis Lundberg wrote: Hi I've tracked it down to the new URIPathDescriptor class in doxia-decoration-model. Here are some debug output from a simple test: base=file:///C:/Foo/ link=bar uriPathDescriptor.getBaseURI()=file:/

Re: Build failed in Hudson: maven-site-plugin-3.x » java-5x,windows #141

2011-03-14 Thread Dennis Lundberg
On 2011-03-13 22:38, Lukas Theussl wrote: > > > Dennis Lundberg wrote: >> Hi >> >> I've tracked it down to the new URIPathDescriptor class in >> doxia-decoration-model. >> >> Here are some debug output from a simple test: >> >> base=file:///C:/Foo/ >> link=bar >> uriPathDescriptor.getBaseURI()=fi

Re: Problem with scopes in dependencies

2011-03-14 Thread Emmanuel Hugonnet
Using help:effective-pom it shows the 'correct', in term of Maven 3, scope which is not the expected scope. Whatever scope I set in my pom it is the scope defined (or not) in the parent pom's dependency management that is used. this is quite blocking as it means that you can't use the dependecyMana

Re: Problem with scopes in dependencies

2011-03-14 Thread Benjamin Bentmann
Emmanuel Hugonnet wrote: How can I display the genuine scope of my dependecy ? mvn -X ... The debug log will print the project dependency tree before the project gets build. Benjamin - To unsubscribe, e-mail: dev-unsubsc

Problem with scopes in dependencies

2011-03-14 Thread Emmanuel Hugonnet
Hi, I am using Maven 3.0.x (2 or 3= and I have the following problem : I use a parent POM with dependency management which is the good way to do this. We are building for JBoss 4 and JBoss 6 and if for JBoss6 XercesImpl is provided, for JBoss4 it is required with the Assembly Plugin. So in my paren

Help Required

2011-03-14 Thread Vemana, Vasu
Can someone give me some inputs on version.jason file ? I want to understand the use of this file and want to pass some variables to this file dynamically.

Re: [Surefire] submodules "common-junit3" and "common-junit4" not deployed (deployment skipped in the poms) - problem

2011-03-14 Thread Kristian Rosenvold
Sounds like a good idea, just make a jira.. I'll remove the "skip" so they get deployed. I think we'll still keep the combined-packaging of a single provider jar for the default providers to avoid downloading "the entire internet". Kristian Den 14.03.2011 09:51, skrev Grzegorz Słowikowski:

Re: Include maven-car-plugin to the official maven plugins

2011-03-14 Thread Pablo
Hi, In reply to Stephane: On 03/14/2011 04:22 PM, Stephane Nicoll wrote: Hi, I am currently working on supporting the "application-client" artifact type properly in the EAR plugin. Pablo (in CC) wrote a maven-car-plugin[1] which is very similar to the

[Surefire] submodules "common-junit3" and "common-junit4" not deployed (deployment skipped in the poms) - problem

2011-03-14 Thread Grzegorz Słowikowski
Hi These modules are not deployed. Their content is only shaded into providers. I want to write my own, specialized junit4 provider and I cannot use these modules (I want to use them) because they are not present in main repository. I know, I can install them locally, but this is not the proper wa

Include maven-car-plugin to the official maven plugins

2011-03-14 Thread Stephane Nicoll
Hi, I am currently working on supporting the "application-client" artifact type properly in the EAR plugin. Pablo (in CC) wrote a maven-car-plugin[1] which is very similar to the EJB plugin but for application-client type. Do we think it would be reasonable to add this plugin to the portfolio of s