Windows 7 symlinks and maven file copy

2011-04-27 Thread Lucas Persson
Hi We have just updated to Windows 7 and for some resource files in one of our projects we are using Windows 7 symlinks. The problem is that the maven-resource-plugin uses some org.codehaus.plexus.util.FileUtils class from Plexus which does a

Re: source generating mojo

2011-04-27 Thread Justin Lee
Got it! Had to reconfigure the sample pom a bit. On Wed, Apr 27, 2011 at 9:53 PM, Justin Lee wrote: > I have a this mojo that generates java source. I want maven to compile > that java source but it seems like the java compiler is done before my mojo > can generate its source.In the mojo's

source generating mojo

2011-04-27 Thread Justin Lee
I have a this mojo that generates java source. I want maven to compile that java source but it seems like the java compiler is done before my mojo can generate its source.In the mojo's execute() I've tried making this call: project.getDynamicCompileSourceRoots().add(generatedSrc); and

[ANN] Sonar 2.7 released

2011-04-27 Thread Olivier Gaudin
The Sonar Team is pleased to announce the release of Sonar 2.7. This version focuses on providing further control on technical debt. Prior to version 2.5, Sonar was really useful to assess application’s technical debt but was not so handy to manage evolution over time. In Sonar 2.5 was added the a

Re: mvn compile works mvn site-deploy causes complation error

2011-04-27 Thread Wayne Fay
>> I did it, I get a really large output in the console, which finally shows >> tyhe message i wrote above :/ > > Yes, but somewhere just above the error message, you should see which > plugin is running. Without that info it's difficult to help you. Please copy and paste the entire output and po

Re: mvn compile works mvn site-deploy causes complation error

2011-04-27 Thread Dennis Lundberg
Leandro skrev 2011-04-27 18:50: > Hi, > > I did it, I get a really large output in the console, which finally shows > tyhe message i wrote above :/ Yes, but somewhere just above the error message, you should see which plugin is running. Without that info it's difficult to help you. > __

RE: mvn compile works mvn site-deploy causes complation error

2011-04-27 Thread Leandro
Hi, I did it, I get a really large output in the console, which finally shows tyhe message i wrote above :/ From: dennisl [via Maven] [ml-node+4344160-463539003-202...@n5.nabble.com] Sent: 27 April 2011 17:40 To: Leandro Iriarte Subject: Re: mvn compile wo

Re: mvn compile works mvn site-deploy causes complation error

2011-04-27 Thread Dennis Lundberg
Hi Run the build with the -X command line option to get debugging output. That should help you to find out which report is causing the problem. Leandro skrev 2011-04-27 16:20: > Hi, > > I have a multi-project module with maven 3.0.2 > > I am trying to setup the site generation after all compile

Re: maven-nar-plugin

2011-04-27 Thread Jörg Schaible
Karl Heinz Marbaise wrote: > Hi Jörg, > > > Jörg Schaible-3 wrote: >> >>> I don't know why it's not available via Maven central... >> org.freehep:freehep-nar-plugin >> > I can't see it in Maven > Central...http://repo2.maven.org/maven2/org/freehep/ there is no > freehep-nar-plugin ... Sorry,

Re: maven-nar-plugin

2011-04-27 Thread Karl Heinz Marbaise
Hi Jörg, Jörg Schaible-3 wrote: > >> I don't know why it's not available via Maven central... > org.freehep:freehep-nar-plugin > I can't see it in Maven Central...http://repo2.maven.org/maven2/org/freehep/ there is no freehep-nar-plugin ... Kind regards Karl Heinz Marbaise - Kind regards

RE: mvn compile works mvn site-deploy causes complation error

2011-04-27 Thread Leandro
From: Leandro [via Maven] [ml-node+4343898-557934331-202...@n5.nabble.com] Sent: 27 April 2011 16:04 To: Leandro Iriarte Subject: Re: mvn compile works mvn site-deploy causes complation error I've just tried, exactly the same error ___

Re: mvn compile works mvn site-deploy causes complation error

2011-04-27 Thread Leandro
I've just tried, exactly the same error -- View this message in context: http://maven.40175.n5.nabble.com/mvn-compile-works-mvn-site-deploy-causes-complation-error-tp4343797p4343898.html Sent from the Maven - Users mailing list archive at Nabble.com. -

Re: mvn compile works mvn site-deploy causes complation error

2011-04-27 Thread Alex Lopez
Have you tried with maven-site-plugin 3.0-beta-3 ? Also I don't remember why exaclty, I've got attach-descriptor

Re: mvn eclipse plugin for multimodule proyect

2011-04-27 Thread Fernando Wermus
Barrie and Roland, I discused with my boss about not doing this work as you explained to me in this thread. We finally decided not to include the instructions that copy eclipse and weblogic into pom.xml, but into a script sh that it is called from outside. The point was that our script is no

mvn compile works mvn site-deploy causes complation error

2011-04-27 Thread Leandro
Hi, I have a multi-project module with maven 3.0.2 I am trying to setup the site generation after all compile dependencies are now resolved and no compile error is caused during mvn compile or mvn install or mvn deploy. When I do a mvn site or mvn site:stage I get a compile error, anyone has a c

Re: maven-nar-plugin

2011-04-27 Thread Jörg Schaible
Hi, Karl Heinz Marbaise wrote: > Hi, > > the maven-nar-plugin is not in Maven Central so you have to download the > source and do a mvn install with it or deploy it to your internal > Repository manager... > > I don't know why it's not available via Maven central... org.freehep:freehep-nar

Re: Maven - Aether - Repositories from settings.xml

2011-04-27 Thread Karl Heinz Marbaise
Hi Benjamin, Benjamin Bentmann wrote: > > Let's start with the clarification that this exception is logged and not > thrown up. > Outch...sorry...that could be found by myself..But thanks for the clarifiaction... Benjamin Bentmann wrote: > > VersionRangeResult.getExceptions(). > Thanks for

Re: Maven - Aether - Repositories from settings.xml

2011-04-27 Thread Benjamin Bentmann
Karl Heinz Marbaise wrote: I observed a little thing which i didn't understand... If i run the example the first time i got the following exception: Let's start with the clarification that this exception is logged and not thrown up. Furthermore in the interface RepositorySystem the method

Re: maven-nar-plugin

2011-04-27 Thread Karl Heinz Marbaise
Hi, the maven-nar-plugin is not in Maven Central so you have to download the source and do a mvn install with it or deploy it to your internal Repository manager... I don't know why it's not available via Maven central... Kind regards Karl Heinz Marbaise - Kind regards Karl Heinz Marbai

Re: Maven - Aether - Repositories from settings.xml

2011-04-27 Thread Karl Heinz Marbaise
Hi Benjamin, first many thanks for your hints But now i working on a small test program (FindAvailableVersions from Aether Demo) to check how Aether is working and how i have to use it... I observed a little thing which i didn't understand... If i run the example the first time i got the fol

maven-nar-plugin

2011-04-27 Thread Tommy Chheng
I'm trying to use the maven-nar-plugin ( https://issues.sonatype.org/browse/NAR) to test compile a c++ app I can't seem to find the repo for it. http://mvnrepository.com/search.html?query=maven-nar-plugin Where can i find a repo for this plugin dependency? -- @tommychheng