Re: [m2] deploy:deploy-file deletes my local pom file before uploading it ...

2006-01-20 Thread Romain Rouvoy
Ok, I found the solution In fact I can not use the default pom file generated by install-file to deploy. I need to rename it before deploying ... otherwise the rewriting of the pom file will failed :-( Sorry for the noise :-/ Romain Le 20 janv. 06 à 17:22, Romain Rouvoy a écrit : Hello

[m2] deploy:deploy-file deletes my local pom file before uploading it ...

2006-01-20 Thread Romain Rouvoy
Hello, I'm trying to deploy a 3rd party jar using the deploy:deploy-file mvn command: mvn deploy:deploy-file -Dfile=fractal-2.0.1.jar - DpomFile=fractal-2.0.1.pom -Durl=... -DrepositoryId=objectweb-release These files have been previously successfully copied to my local repository using

Re: [m2] Mailing list & how to deploy 3rd party jars ?

2006-01-20 Thread Romain Rouvoy
About Q2... The compiler can be configured to use a certain compiler version. Please see: http://maven.apache.org/plugins/ maven-compiler-plugin/howto.html Ok but once the jar is compiled is there any metadata stored to specify that it has been compiled with a 1.5 or 1.4 compiler ? Romain

[m2] Mailing list & how to deploy 3rd party jars ?

2006-01-19 Thread Romain Rouvoy
Hi everybody, Concerning the documentation of maven ... it is sure that the documentation is not perfect but no one is perfect ... let's try to improve it :-). Maven plugin for Cargo has a good documentation describing well how to install/configure/execute the plugin, I think that it is

Re: [m2] Best practices for multi-modules projects

2006-01-17 Thread Romain Rouvoy
maven.apache.org/guides/getting-started/index.html Also, maven comes with an example project called "greeter" which demonstrates multi-project builds. /robert Romain Rouvoy wrote: Hi, I use Maven for few days now and I find it very powerful but I need some help/feedback from experim

[m2] Best practices for multi-modules projects

2006-01-17 Thread Romain Rouvoy
Hi, I use Maven for few days now and I find it very powerful but I need some help/feedback from experimented users. Basically, I have a project that is split into several modules. Each module is a simple Java project that contains a piece of the web site and several examples for users. Us

[m2] Repository download failure when defining an xdoclet2 dependency

2006-01-11 Thread Romain Rouvoy
Hi, When trying to compile my project, I got the following error :-( I added an xdoclet2 dependency but for now the build always fails ... :-/ If the download from the central fails, why does not it try tu use a mirror I defined in my settings.xml file ? Does anyone has a practical example

Re: Exception with Maven under MacOS X 10.4 -- solved

2006-01-11 Thread Romain Rouvoy
uggestion: u may checkout maven 2.1-SNAPSHOT and give a try ~manchi On Jan 11, 2006, at 12:22 AM, Romain Rouvoy wrote: I updated my environment to remove dots, spaces and carriage returns but the exception is still raised: $ export declare -x ANT_HOME="/Users/rouvoy/Developer/ant" declare

Re: Exception with Maven under MacOS X 10.4

2006-01-10 Thread Romain Rouvoy
o dots, no carriage returns, no spaces), without any success. But the bug is considered as closed. Thus anyone can explain me how to make it run ? Romain Le 10 janv. 06 à 15:53, Romain Rouvoy a écrit : Hi, Recently, I installed Maven 2.0.1 on my PowerBook running MacOS X 10.4 but I enco

Exception with Maven under MacOS X 10.4

2006-01-10 Thread Romain Rouvoy
Hi, Recently, I installed Maven 2.0.1 on my PowerBook running MacOS X 10.4 but I encountered some troubles :-/. I use the J2SDK 5.0 provided by Apple. $ java -version java version "1.5.0_05" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_05-83) Java HotSpot(TM) Client VM (buil