Re: newby: disk space consumption

2008-08-25 Thread wessie
Hi Wayne, Thanks again for the feedback. I've looked through the poms and don't see any suspicious 'module' entries. I am using Hudson to run the Maven build. Do you know if this might cause the problem? Wessie! Wayne Fay wrote: There is no particular reason why these files should land in

Re: Get Maven internal build statistics

2008-08-25 Thread Julien Graglia
Le dimanche 24 août 2008 à 10:53 +0200, Andreas Gies a écrit : Hi there, if you run your maven build through the Hudson ci server, Hudson will display that information for your in the module build statistc. HTH Andreas Thx Andreas That's sounds great cos' I 'am already using Hudson

repo1 is down

2008-08-25 Thread Bouiaw
Hi, http://repo1.maven.org/maven2 seems to be down or very very slow. Does someone experience the same issue ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

JavaDoc-Report crashes with TestNG

2008-08-25 Thread WolfgangRoessler
Hello, I have configured the maven-javadoc-plugin in the reporting section. Unfortunately when generating the report, the plugin crashes. The exceptions look like it has problems with the @Test annotation of TestNG. Any ideas or solutions what happens? Greets Wolfgang Roessler -- View this

AW: repo1 is down

2008-08-25 Thread Glase, Stefan
Hi, I am having the same problems: 25.08.08 09:27:39 CEST: Unable to update index for central http://repo1.maven.org/maven2/ Cheers Stefan -Ursprüngliche Nachricht- Von: Bouiaw [mailto:[EMAIL PROTECTED] Gesendet: Montag, 25. August 2008 09:51 An: users@maven.apache.org Betreff: repo1

How do I override a plugin dependency?

2008-08-25 Thread Graham Leggett
Hi all, I have a need to override a specific dependency used by the maven-torque-plugin, and I am struggling to convince maven v2.0.9 to do this. The symptoms are that the original jar is being used, instead of the overridden jar, which is effectively ignored. To test this, I have deleted

Re: repo1 is down

2008-08-25 Thread Brett Porter
Looks to be an issue here too. I've sent in a support request. 2008/8/25 Glase, Stefan [EMAIL PROTECTED]: Hi, I am having the same problems: 25.08.08 09:27:39 CEST: Unable to update index for central http://repo1.maven.org/maven2/ Cheers Stefan -Ursprüngliche Nachricht- Von:

Re: JavaDoc-Report crashes with TestNG

2008-08-25 Thread Brett Porter
Do you need to configure it to use Java's 1.5 source level? - Brett 2008/8/25 WolfgangRoessler [EMAIL PROTECTED]: Hello, I have configured the maven-javadoc-plugin in the reporting section. Unfortunately when generating the report, the plugin crashes. The exceptions look like it has

Maven2 usage

2008-08-25 Thread Saket Lakshminarayan Chiluveru
Hi, I have a Parent Project, and it has a child Project. The Parent is of type 'pom' and it aggregates the child. In order to run mvn install, I need to be either inside the parent or the child projects. Is it possible to selectively execute child goals/phases, from the parent directory ?

Re: JavaDoc-Report crashes with TestNG

2008-08-25 Thread WolfgangRoessler
I set the javadocVersion, but the plugin still crashes. - Wolfgang Brett Porter wrote: Do you need to configure it to use Java's 1.5 source level? - Brett 2008/8/25 WolfgangRoessler [EMAIL PROTECTED]: Hello, I have configured the maven-javadoc-plugin in the reporting section.

Re: repo1 is down

2008-08-25 Thread Arnaud HERITIER
The problem should be fixed. Cheers The Maven team On Mon, Aug 25, 2008 at 9:59 AM, Brett Porter [EMAIL PROTECTED]wrote: Looks to be an issue here too. I've sent in a support request. 2008/8/25 Glase, Stefan [EMAIL PROTECTED]: Hi, I am having the same problems: 25.08.08 09:27:39

org.apache.maven.lifecycle.LifecycleExecutionException: The plugin 'org.apache.maven.plugins:maven-wsdl2code-plugin' does not exist or no valid version could be found

2008-08-25 Thread asif_garhi
Hello Guys, I m using maven 2.0.9. Have completed the proxy settings in setting.xml. This is my pom: project modelVersion4.0.0/modelVersion groupIdorg.apache.axis2/groupId artifactIdaxis2-wsdl2code-maven-plugin/artifactId

RE: org.apache.maven.lifecycle.LifecycleExecutionException: The plugin 'org.apache.maven.plugins:maven-wsdl2code-plugin' does not exist or no valid version could be found

2008-08-25 Thread De Smet Ringo
Probably nothing wrong with the project POM, but what did you specify in your settings.xml? Did you specify a mirror section? I encountered this once too, and I got it resolved by specifying repositories and pluginRepositries in an always active profile. Here is the profile snippet from my

artifact built from maven-nuxeo-plugin being installed before execution of following plugins

2008-08-25 Thread Julien CARSIQUE
Hi, I need to build resources artifacts (I use maven-assembly-plugin) and use them (with our maven-nuxeo-plugin) from the same pom.xml The built resources artifacts do not need to be in the project dependency but have to be installed before the execution of the second plugin. Is it possible

Re: repo1 is down

2008-08-25 Thread Bouiaw
repo1 respond, but it is very very slow : 30 seconds by request ! On Mon, Aug 25, 2008 at 11:35 AM, Arnaud HERITIER [EMAIL PROTECTED] wrote: The problem should be fixed. Cheers The Maven team On Mon, Aug 25, 2008 at 9:59 AM, Brett Porter [EMAIL PROTECTED]wrote: Looks to be an issue here

SCM dependencies?

2008-08-25 Thread BoD
Hi, I have a general question about maven. I've used maven in the past at a company where I used to work. The way we used it was I think pretty typical, we had a few libraries the project depended on, and we generated a few reports, etc. In my current company, we use a custom (internal) tool,

RE: org.apache.maven.lifecycle.LifecycleExecutionException: The plugin 'org.apache.maven.plugins:maven-wsdl2code-plugin' does not exist or no valid version could be found

2008-08-25 Thread VanIngen, Erik (ESTG)
you need to add an entry to specify the libraries used for your plugin. For example: pluginRepositories pluginRepository idgwt-maven/id urlhttp://gwt-maven.googlecode.com/svn/trunk/mavenrepo/url /pluginRepository

maven-assembly-plugin / artifact built from maven-assembly-plugin being installed before execution of following plugins in same pom.xml

2008-08-25 Thread Julien CARSIQUE
Changed subject (maven-assembly-plugin) Julien CARSIQUE a écrit : Hi, I need to build resources artifacts (I use maven-assembly-plugin) and use them (with our maven-nuxeo-plugin) from the same pom.xml The built resources artifacts do not need to be in the project dependency but have to be

how to manage two different projects with similar project structures

2008-08-25 Thread Shakun Gupta
Hi, I have created two different projects, say A B. Both contain a module, say M. When i run, /mvn install /in both the projects, M gets installed in my local repository at two different locations, but with the same name, say M-1.0.0.jar. Now, if I add the modules M as dependencies to my

Dependency issue

2008-08-25 Thread Shakun Gupta
Hi, I am using two dependencies, both are dependent upon apache-comons-collections, but of different versions. So, my final jar / war contains two versions of commons-collections, is there a way to stop this. Regards, Shakun

RE: Release fails during SVN commit

2008-08-25 Thread Sommers, Elizabeth
Some of my users are having the same problem. I think it has to do with the svn 1.5 client. Liz Sommers [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: repo1 is down

2008-08-25 Thread Bouiaw
repo1 works again quickly, thanks a lot. On Mon, Aug 25, 2008 at 11:53 AM, Bouiaw [EMAIL PROTECTED] wrote: repo1 respond, but it is very very slow : 30 seconds by request ! On Mon, Aug 25, 2008 at 11:35 AM, Arnaud HERITIER [EMAIL PROTECTED] wrote: The problem should be fixed. Cheers The

Re: [PLEASE TEST] Maven 2.0.10-RC10

2008-08-25 Thread Peter Horlock
Using RC10, the following fails, which was working with 2.0.9: (seems like it doesn't like enums?!) mvn clean tomcat:deploy -o [INFO] NOTE: Maven is executing in offline mode. Any artifacts not already in your local repository will be inaccessible. [INFO] Scanning for projects... [INFO]

AW: Release fails during SVN commit

2008-08-25 Thread Glase, Stefan
Hi Andreas, I am not sure but maybe this would be worth a try. In my projects I always refer to the trunk folder in the SCM configuration and point to the tags or releases folder in the tagBase property of the maven-release-plugin. So your configuration would look like this in your pom.xml:

Re:org.apache.maven.lifecycle.LifecycleExecutionException: The plugin 'org.apache.maven.plugins:maven-wsdl2code-plugin' does not exist or no valid version could be found

2008-08-25 Thread Asif
I was asked to run and paste the mvn -X wsdl2code:wsdl2code output. Here is the same: C:\Paymentmvn -X wsdl2code:wsdl2code + Error stacktraces are turned on. Maven version: 2.0.9 Java version: 1.6.0_07 OS name: windows xp version: 5.1 arch: x86 Family: windows [DEBUG] Building Maven

Re: SCM dependencies?

2008-08-25 Thread Geoffrey Wiseman
On Mon, Aug 25, 2008 at 6:13 AM, BoD [EMAIL PROTECTED] wrote: The main difference I see is that our custom tool handles scm dependencies. What I mean by that is that we have our project which is split in several modules and they all have their own life on subversion, and we say for example

Re: SCM dependencies?

2008-08-25 Thread BoD
Thank you very much for your answer. Ok let's say I'd like to try the first way (multi-module project, project dependencies). Where should I start, to make a pom from an existing project? (Do you know of a simple example, or a tutorial somewhere for that particular case?) Thanks! BoD

Taglist and Dashboard

2008-08-25 Thread WolfgangRoessler
Hello, I want to include the report of taglist-maven-plugin into my maven-dashboard report. I found out, that currently the taglist-plugin does not support xml-output and therefore cannot be aggregated by the dashboard-plugin. I know there is a patch for this available. When will this patch be

Re: [PLEASE TEST] Maven 2.0.10-RC10

2008-08-25 Thread Henrique Prange
Hi Peter, It seems that you don't have the maven-compiler-plugin configured correctly. You must set the source as 1.5 to use Enums. See [1] for more information. [1]http://maven.apache.org/general.html#Compiling-J2SE-5 Cheers, Henrique Peter Horlock wrote: Using RC10, the following

AW: SCM dependencies?

2008-08-25 Thread Glase, Stefan
Hi, the free book Maven - The definitive Guide published by Sonatype has a nice chapter on this topic: http://www.sonatype.com/book/reference/multimodule.html Hope to help, Stefan -Ursprüngliche Nachricht- Von: BoD [mailto:[EMAIL PROTECTED] Gesendet: Montag, 25. August 2008 14:51 An:

RE: org.apache.maven.lifecycle.LifecycleExecutionException: The plugin 'org.apache.maven.plugins:maven-wsdl2code-plugin' does not exist or no valid version could be found

2008-08-25 Thread De Smet Ringo
Asif, I was asked to run and paste the mvn -X wsdl2code:wsdl2code output. Here is the same: Thanks for the requested output. I think I found what is wrong in your setup. 1) Your POM (first mail): project modelVersion4.0.0/modelVersion groupIdorg.apache.axis2/groupId

RE: Reworking Build Reactor Order

2008-08-25 Thread Arthur Gawronski
How do I move it to the bottom of the reactor? I've tried changing dependencies but each time I try to make it dependent on the last thing in the reactor, I get a cyclic dependency error. -Original Message- From: Brian E. Fox [mailto:[EMAIL PROTECTED] Sent: Saturday, August 23, 2008 1:19

Re: SCM dependencies?

2008-08-25 Thread Geoffrey Wiseman
On Mon, Aug 25, 2008 at 9:16 AM, Glase, Stefan [EMAIL PROTECTED] wrote: Hi, the free book Maven - The definitive Guide published by Sonatype has a nice chapter on this topic: http://www.sonatype.com/book/reference/multimodule.html Hope to help, Stefan Yes, that's what I would

Re: SCM dependencies?

2008-08-25 Thread BoD
Thanks a lot! :) BoD Geoffrey Wiseman wrote: On Mon, Aug 25, 2008 at 9:16 AM, Glase, Stefan [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi, the free book Maven - The definitive Guide published by Sonatype has a nice chapter on this topic:

Re: Taglist and Dashboard

2008-08-25 Thread Wendy Smoak
On Mon, Aug 25, 2008 at 5:54 AM, WolfgangRoessler [EMAIL PROTECTED] wrote: I want to include the report of taglist-maven-plugin into my maven-dashboard report. I found out, that currently the taglist-plugin does not support xml-output and therefore cannot be aggregated by the dashboard-plugin.

RE: Dependency issue

2008-08-25 Thread Jeudy, Guillaume
Shakun, try using dependency exclusions ... /exclusions /dependency on one of them. mvn dependency:tree will give you details of all dependencies for your project. From: Shakun Gupta [mailto:[EMAIL PROTECTED] Sent: Mon 25/08/2008 6:30 AM To: Maven Users

RE: how to manage two different projects with similar project structures

2008-08-25 Thread Jeudy, Guillaume
An artifact is uniquely identified by its groupId, artifactId, version and classifier. In your case I hope your groupId, artifactId is different because your 'M' module really(i deduce) is a different module for 'A' 'B' projects. If your M module is a shared module then I suggest that

RE: repo1 is down

2008-08-25 Thread Jeudy, Guillaume
temporarily switch to another repo ? From: Bouiaw [mailto:[EMAIL PROTECTED] Sent: Mon 25/08/2008 5:53 AM To: Maven Users List Subject: Re: repo1 is down repo1 respond, but it is very very slow : 30 seconds by request ! On Mon, Aug 25, 2008 at 11:35 AM, Arnaud

Re: repo1 is down

2008-08-25 Thread Arnaud HERITIER
Some mirrors are listed here : http://docs.codehaus.org/display/MAVENUSER/FAQs-1#FAQs-1-Listofavailablemaven2mirrors . On Mon, Aug 25, 2008 at 4:29 PM, Jeudy, Guillaume [EMAIL PROTECTED]wrote: temporarily switch to another repo ? From: Bouiaw [mailto:[EMAIL

Re: repo1 is down

2008-08-25 Thread Geoffrey Wiseman
On Mon, Aug 25, 2008 at 10:29 AM, Jeudy, Guillaume [EMAIL PROTECTED]wrote: temporarily switch to another repo ? From: Bouiaw [mailto:[EMAIL PROTECTED] Sent: Mon 25/08/2008 5:53 AM To: Maven Users List Subject: Re: repo1 is down repo1 respond, but it is

Re: repo1 is down

2008-08-25 Thread Arnaud HERITIER
Yes it's always one reason of this good practice, but it's not why we don't have to fix it. Contegix is checking if we have another problem ... Arnaud On Mon, Aug 25, 2008 at 4:39 PM, Geoffrey Wiseman [EMAIL PROTECTED] wrote: On Mon, Aug 25, 2008 at 10:29 AM, Jeudy, Guillaume [EMAIL PROTECTED]

Change order of plugins in the same phase

2008-08-25 Thread klaus . heuschild
Hi all, my problem is the following: I want to execute a plugin (the exec-maven-plugin ) in the deploy phase. But this should be done before the maven-deploy-plugin execution. I also know that, as from maven 2.0.5, the order of the plugin-definition in the pom determine the order in which

when maven2 downloads dependencies

2008-08-25 Thread Jeudy, Guillaume
Hi, My local repo is populated to build my project, I'm not using any SNAPSHOT versions as dependencies. Can someone tell me why maven stubbornly does a remote lookup to repo1 wasting valuable time ? (it does not download anything I just get log entries like): Downloading:

Re: when maven2 downloads dependencies

2008-08-25 Thread Emmanuel Venisse
This pom isn't in your local repository so maven try to download it, but it doesn' exist on repo1 too so it will try for each build. Emmanuel On Mon, Aug 25, 2008 at 4:58 PM, Jeudy, Guillaume [EMAIL PROTECTED]wrote: Hi, My local repo is populated to build my project, I'm not using any

Re: [PLEASE TEST] Maven 2.0.10-RC10

2008-08-25 Thread TM
Multi-module project fails with NPE on assembly:assembly (assembly plugin used 2.2-beta-1; command used was mvn clean install assembly:assembly eclipse:eclipse). Same configuration works with Maven 2.0.9. Below you will find relevant excerpt from the build trace. Best regards, Thorsten [INFO]

RE: when maven2 downloads dependencies

2008-08-25 Thread Jeudy, Guillaume
Emmanuel, Thanks very nice insight, I didnt realize this. Does this mean that any libraries not on central repo should have it's own pom ? If that project wasn't built with maven surely it wouldnt have a pom installed in the repo correct ? Lastly, how do you suggest I cleanup this

Re: when maven2 downloads dependencies

2008-08-25 Thread Emmanuel Venisse
It is always better to create a minimal pom when you install a new artifact instead of no pom. If you use mvn install:install-file, you can add -DgeneratePom=true parameter if you don't want to write one http://maven.apache.org/plugins/maven-install-plugin/examples/generic-pom-generation.html

Re: when maven2 downloads dependencies

2008-08-25 Thread Marcelo Morales
Hello You can use the maven repo on java.net, which contains facelets. https://maven-repository.dev.java.net/ Don't know if it is a good policy though. Is there a way to make them use the central repo? Regards Marcelo Morales On Mon, Aug 25, 2008 at 10:58 AM, Jeudy, Guillaume [EMAIL

Re: Having trouble with Maven release plugin using SubVersion

2008-08-25 Thread Ken Tanaka
I think I found a solution: Before issuing the 'mvn release:prepare' command, an 'svn update' on the parent directory of the directory renamed (or at the top level) will update the SubVersion metadata. The update command doesn't print anything so it appears like it doesn't do anything, but

Re: Having trouble with Maven release plugin using SubVersion

2008-08-25 Thread Graham Leggett
Ken Tanaka wrote: Before issuing the 'mvn release:prepare' command, an 'svn update' on the parent directory of the directory renamed (or at the top level) will update the SubVersion metadata. The update command doesn't print anything so it appears like it doesn't do anything, but it's

Re: Having trouble with Maven release plugin using SubVersion

2008-08-25 Thread Mark Struberg
Would there be any harm in having the release plugin perform an 'svn update' at the start of the release:prepare goal? I think this would be no good idea. One of the prerequisites for a project to be released is that there is NO change between your current work and the branch your currently

Re: Having trouble with Maven release plugin using SubVersion

2008-08-25 Thread Mark Struberg
Would there be any harm in having the release plugin perform an 'svn update' at the start of the release:prepare goal? I think this would be no good idea. One of the prerequisites for a project to be released is that there is NO change between your current work and the branch your currently

Re: [PLEASE TEST] Maven 2.0.10-RC10

2008-08-25 Thread Peter Horlock
It seems that you don't have the maven-compiler-plugin configured correctly. You must set the source as 1.5 to use Enums. See [1] for more information. [1]http://maven.apache.org/general.html#Compiling-J2SE-5 Nope, I have that configured - and as I said, it's working with Maven 2.09...

Re: JavaDoc-Report crashes with TestNG

2008-08-25 Thread Brett Porter
I think you need to set source instead. If that doesn't work, please describe what the crash looks like. Cheers, Brett 2008/8/25 WolfgangRoessler [EMAIL PROTECTED]: I set the javadocVersion, but the plugin still crashes. - Wolfgang Brett Porter wrote: Do you need to configure it to use

Re: artifact built from maven-nuxeo-plugin being installed before execution of following plugins

2008-08-25 Thread Brett Porter
You have 3 alternatives: - put the nuxeo plugin in the install phase (though I assume since it's also producing an installable artifact you don't want that) - change the nuxeo plugin to look up the artifact from the already attached artifacts on the project first before falling back to the local

Re: Reworking Build Reactor Order

2008-08-25 Thread Brett Porter
It sounds like coreproject2pom should depend on all of the subproject2 jars since it is making an assembly of them. If doing that gives you a cyclic dependency error, make sure nothing depends on coreproject2pom as it doesn't appear it is necessary. What cycle does Maven indicate you have? -

Re: Change order of plugins in the same phase

2008-08-25 Thread Brett Porter
You're correct - in all versions of Maven, the default lifecycle phases are executed first by definition. Perhaps you can describe more about what your exec plugin execution is designed to do, and we can offer some alternate suggestions for how to run it. Cheers, Brett 2008/8/26 [EMAIL

How to cope with conflicting jar versions

2008-08-25 Thread Farrukh Najmi
In my project there are many direct and indirect dependencies at the lowest level on springframework jars. One such dependency requires use of the most recent springframework jars. Migrating to latest version of spring is my projects direct dependency causes problems at runtime with other

[PLEASE TEST] Maven 2.0.10-RC11

2008-08-25 Thread John Casey
Hi again, One bug was identified in 2.0.10-RC10 last Friday night. This release candidate addresses that issue. You can find it here: http://people.apache.org/~jdcasey/stage/apache-maven/2.0.10-RC11/org/apache/maven/apache-maven/2.0.10-RC11/ Please give this a spin when you get a chance, and

Re: manipulating an existing archive during assembly

2008-08-25 Thread Geoffrey Wiseman
On Fri, Aug 22, 2008 at 2:03 PM, Beyer,Nathan [EMAIL PROTECTED] wrote: I'm using the assembly plugin to generate a few archives for distribution. I'd like to be able to download an existing archive (zip, tar.gz) and extract some of its contents and then include it in an assembly. Does anyone

Re: How to cope with conflicting jar versions

2008-08-25 Thread Brett Porter
in most recent versions of Maven, dependencyManagement can be used to enforce a particular version throughout the entire tree. You can also use the enforcer plugin to ensure this has been properly applied. Cheers, Brett 2008/8/26 Farrukh Najmi [EMAIL PROTECTED]: In my project there are many

Maven Questions

2008-08-25 Thread MassimoH
I am evaluating transitioning a large Ant build system that manages dozens of Java and .NET projects over to Maven and was hoping someone could answer a few questions: 1) The Java support in Maven seems comprehensive, but .NET support (I'm looking in NMaven) seems very limited. I see support for

Re: [PLEASE TEST] Maven 2.0.10-RC10

2008-08-25 Thread John Casey
What's your target and source set to in the compiler plugin configuration? Are you certain the exact same POM is working in 2.0.9? -john Peter Horlock wrote: Using RC10, the following fails, which was working with 2.0.9: (seems like it doesn't like enums?!) mvn clean tomcat:deploy -o [INFO]

Re: [PLEASE TEST] Maven 2.0.10-RC10

2008-08-25 Thread John Casey
Can you provide a failing test case we could use as a basis for an integration test? Something that would help us debug your specific use case would be very helpful. Thanks, -john Peter Horlock wrote: It seems that you don't have the maven-compiler-plugin configured correctly. You must set

Re: [PLEASE TEST] Maven 2.0.10-RC11

2008-08-25 Thread John Casey
Well, looks like I lost track of a few issues that came up with RC10. I'll work on addressing those issues, and probably follow up with an RC12 if we find bugs. -john John Casey wrote: Hi again, One bug was identified in 2.0.10-RC10 last Friday night. This release candidate addresses that

Re: [PLEASE TEST] Maven 2.0.10-RC10

2008-08-25 Thread John Casey
Please file a JIRA issue in http://jira.codehaus.org/browse/MNG and attach a failing test project, if possible, that we could use to verify the problem. The information below is far too little to diagnose the problem. Thanks, -john TM wrote: Multi-module project fails with NPE on

Re: JavaDoc-Report crashes with TestNG

2008-08-25 Thread WolfgangRoessler
Unfortunately this doesn't work, too. Here are some snippets of my pom: dependencies dependency groupIdorg.testng/groupId artifactIdtestng/artifactId version5.8/version classifierjdk15/classifier

JDepend for pom-project

2008-08-25 Thread WolfgangRoessler
Hello, I have a multi-module project. The top project has the packaging type pom and I have configured jdepend-maven-plugin in the reporting section, so that jdepend gets executed for all modules. But the build stops when executing jdepend for the top project with the following message:

Re: Problems with SCM:UPDATE on linux with Subversion.

2008-08-25 Thread Dave Rathnow
I seem to be having problems receiving message from this list so I apologies for the late response. I did not do an su USERNAME and root is not specified in the SCM url. Any other thoughts? Dave. Brett Porter wrote: How did you log in to the account? IF it happened to be su USERNAME

Re: repo1 is down

2008-08-25 Thread Bouiaw
I agree with this good practice. We have planned to install an Archiva server in the next weeks. On Mon, Aug 25, 2008 at 4:43 PM, Arnaud HERITIER [EMAIL PROTECTED] wrote: Yes it's always one reason of this good practice, but it's not why we don't have to fix it. Contegix is checking if we have

Re: Maven Questions

2008-08-25 Thread Brett Porter
2008/8/26 MassimoH [EMAIL PROTECTED]: I am evaluating transitioning a large Ant build system that manages dozens of Java and .NET projects over to Maven and was hoping someone could answer a few questions: 1) The Java support in Maven seems comprehensive, but .NET support (I'm looking in

Re: Problems with SCM:UPDATE on linux with Subversion.

2008-08-25 Thread Dave Rathnow
I found the problem. I had copied my settings.xml file from a windows box and did not remove a server/server entry. It had specified root as the account to use for this particular machine. I removed it and everything works fine now. Dave Rathnow wrote: I seem to be having problems

Re: JavaDoc-Report crashes with TestNG

2008-08-25 Thread Brett Porter
That looks like a bug in the javadoc plugin that it isn't using test scoped dependencies for the test javadoc (if you change the scope of testng to compile or runtime, does it work even though it is not correct?) I'm not sure about the doclet exception - looks like a javadoc error - does running

Re: Maven2 usage

2008-08-25 Thread Brett Porter
Yes, run: mvn -f child/pom.xml install or similar. Cheers, Brett 2008/8/25 Saket Lakshminarayan Chiluveru [EMAIL PROTECTED]: Hi, I have a Parent Project, and it has a child Project. The Parent is of type 'pom' and it aggregates the child. In order to run mvn install, I need to be either

Re: How do I override a plugin dependency?

2008-08-25 Thread Brett Porter
sounds right if the group/artifact IDs match up. Maybe this is a bug? - Brett 2008/8/23 Graham Leggett [EMAIL PROTECTED]: Hi all, I have a need to override a specific dependency used by the maven-torque-plugin, and I am struggling to convince maven v2.0.9 to do this. The symptoms are that

Transitive dependencies in multi-module projects

2008-08-25 Thread Trevor Harmon
Hi, My application is divided into several transitively dependent projects. Here's a simplified example: libA.jar libB.jar depends on libA.jar libC.jar depends on libB.jar appA.jar depends on libC.jar appB.jar depends on libC.jar Each of these JARs is in its own POM, which specifies the

Re: Maven Questions

2008-08-25 Thread MassimoH
Thanks so much! That was extremely helpful. Brett Porter wrote: -- View this message in context: http://www.nabble.com/Maven-Questions-tp19150963p19153453.html Sent from the Maven - Users mailing list archive at Nabble.com.

Re: Transitive dependencies in multi-module projects

2008-08-25 Thread Wendy Smoak
On Mon, Aug 25, 2008 at 4:15 PM, Trevor Harmon [EMAIL PROTECTED] wrote: I've been reading that modules are the solution to this problem. There's a write-up about them here: http://docs.codehaus.org/display/MAVENUSER/Multi-modules+projects However, the solution in the write-up doesn't seem

Re: How to cope with conflicting jar versions

2008-08-25 Thread Farrukh Najmi
Thanks Brett, Can you please share any links or hints or how to use the new dependencyManagement feature introduced in maven 2.0.9. Brett Porter wrote: in most recent versions of Maven, dependencyManagement can be used to enforce a particular version throughout the entire tree. You can

Re: How to cope with conflicting jar versions

2008-08-25 Thread Brett Porter
http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html 2008/8/26 Farrukh Najmi [EMAIL PROTECTED]: Thanks Brett, Can you please share any links or hints or how to use the new dependencyManagement feature introduced in maven 2.0.9. Brett Porter wrote: in

Re: How to cope with conflicting jar versions

2008-08-25 Thread Geoffrey Wiseman
On Mon, Aug 25, 2008 at 3:40 PM, Farrukh Najmi [EMAIL PROTECTED] wrote: In my project there are many direct and indirect dependencies at the lowest level on springframework jars. One such dependency requires use of the most recent springframework jars. Migrating to latest version of spring

Re: How to cope with conflicting jar versions

2008-08-25 Thread Michael McCallum
thirdly version ranges give you deterministic and manageable conflicts. however in the case of spring you should not be mixing the different major revisions that will just give you headaches... use one or the other 1.2.X not compatible with 2.0.X not compatible with 2.5.X, i use version ranges

RE: Maven2 usage

2008-08-25 Thread Saket Lakshminarayan Chiluveru
Thanks...works -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2008 3:40 AM To: Maven Users List Subject: Re: Maven2 usage Yes, run: mvn -f child/pom.xml install or similar. Cheers, Brett 2008/8/25 Saket Lakshminarayan Chiluveru [EMAIL