FW: Unsubscribe

2009-01-20 Thread Durbha, Praveen (GE Healthcare)
Please unsubscribe me. not sure why this isn't getting thru From: Durbha, Praveen (GE Healthcare) Sent: Tuesday, January 20, 2009 2:43 AM To: 'users-unsubscr...@maven.apache.org' Subject: Unsubscribe Please unsubscribe me.. Thanks

compiltaion of .java problem

2009-01-20 Thread SHAILJA
Hi, I have directory strucute like this a/b a/c a/d.java a/e.java I have one pom.xml under "a" directory .. Having code for compilation and redirecting directories from there Like m 4.0.0 a 1.0 pom b c ${TOPDIR}/${JAVA_CLASSE

Re: How to reference home directory in linux?

2009-01-20 Thread Haim Ashkenazi
On Wed, Jan 21, 2009 at 8:47 AM, keepfocusing wrote: > > Hi, > > I want to set the local repository position with this expression > "~/m2/repo", which is also used as an example in settings.xml. But it seems > not working unless I change it into absolute path such as > "/home/abc/m2/repo". > > 1)

Re: A questionabout "Error building POM (may not be this project's POM)."

2009-01-20 Thread thomas2004
I solved the problem. thomas2004 wrote: > > Hi all, > > As I build the project in Eclipse with "mvn package", it is successful. > But as I build it again in command prompt I got error as follow. > > Someone has tips? > > * > > D:\Temp\MyProjects\jboss-seam-multi\jbo

RE: How to reference home directory in linux?

2009-01-20 Thread Yossi Brosh
Try, C:/App/proj file:///${my.root}/Maven/repository   -Original Message- From: keepfocusing [mailto:keepfocus...@gmail.com] Sent: Wednesday, January 21, 2009 8:48 AM To: users@maven.apache.org Subject: How to reference home directory in linux? Hi, I want to set t

How to reference home directory in linux?

2009-01-20 Thread keepfocusing
Hi, I want to set the local repository position with this expression "~/m2/repo", which is also used as an example in settings.xml. But it seems not working unless I change it into absolute path such as "/home/abc/m2/repo". 1) Is it a bug of maven? 2) How can I do if a reference to home directo

Re: debugging netbeans modules configured as maven projects

2009-01-20 Thread Nathan Rice
The version of the plug-in I have was built on 11/10/08. I am trying to debug modules that plug into a 3rd party platform application. I specified the netbeans.installation parameter, however I was unsure of what to use for the clusterbuilddir and userbuilddir parameters, so I did not specify the

[ANN] TrueZip Maven Plugin 1.0 beta 1 released

2009-01-20 Thread Dan Tran
The MOJO team is pleased to announce the first beta release of truezip-maven-plugin which is mainly used to manipulate archive files on the fly. The site is at http://mojo.codehaus.org/truezip-maven-plugin Enjoy Dan T. Tran -

Re: debugging netbeans modules configured as maven projects

2009-01-20 Thread Milos Kleint
what version of the nbm-maven-plugin are you using? there's nbm:run-ide goal that should allow debugging as well. http://mojo.codehaus.org/nbm-maven-plugin/run-ide-mojo.html Milos On Tue, Jan 20, 2009 at 7:49 PM, Nathan Rice wrote: > Hello, > > I would like to debug a maven netbeans module which

debugging netbeans modules configured as maven projects

2009-01-20 Thread Nathan Rice
Hello, I would like to debug a maven netbeans module which plugs into a custom platform application. Can someone provide the action configuration to accomplish this? Nathan

RE: Interdependencies between modules

2009-01-20 Thread Richard Chamberlain
Apologies for not being clear. In my second mail i had thought of another situation where interdependencies between artefacts you have built cause an unpredictable build. Let me illustrate the problem clearer. Parent P Project A Project B Project C -> depends on A mvn install My reactor build

Re: Interdependencies between modules

2009-01-20 Thread Baptiste MATHUS
What do you mean by "someone deployed to the repository". It has to be you, particularly if you're working offline. As the local maven repository is "local", this should not be possible. You're not sharing your local repository with others are you? Did you try with mvn -o? You're not very clear ab

Re: Maven inheritence works with 2.1-SNAPSHOT but not with 2.0.9

2009-01-20 Thread Brian E. Fox
You found a bug in 2.1-SNAPSHOT. The parents must be pom packaging types. If you want to share checkstyle, just bundle it into a jar with assembly, and then you can add that jar as a dependency to your checkstyle config. You don't need to inherit from the checkstyle jar itself, Checkstyle will fin

RE: Interdependencies between modules

2009-01-20 Thread Richard Chamberlain
This is worse when incorporated into a multi-module build: When the reactor builds B it is not guaranteed to use locally built A. If someone deployed to the repository, then it would use that one. Is this an issue? Or have I missed something? -Original Message- From: bmat...@gmail.com [

Re: A questionabout "Error building POM (may not be this project's POM)."

2009-01-20 Thread thomas2004
waitting for answer thomas2004 wrote: > > Hi all, > > As I build the project in Eclipse with "mvn package", it is successful. > But as I build it again in command prompt I got error as follow. > > I changed the 'jar' to 'pom' in the pom-file but I still get the same > error. > > Someone has

Maven inheritence works with 2.1-SNAPSHOT but not with 2.0.9

2009-01-20 Thread kukudas
Hi, i have a problem and i hope somebody can help me. I'm kinda new to this things so maybe my approach is generaly wrong. i'm having a parent for example like this: 4.0.0 org.test parent 1 org.apache.maven.plugins maven-checkstyle-plugin

Re: AW: how to avoid build error if remote repository is nto available?

2009-01-20 Thread Baptiste MATHUS
Maybe give us some precisions about which plugin you think is here that maven don't find. Show us your help:effective-settings output. Maybe you're not looking at the right local repository, couln't it be? Cheers 2009/1/19 jonathan14 > > Strub > > > Thanks for that, Im still learning Maven comm

Re: Interdependencies between modules

2009-01-20 Thread Baptiste MATHUS
Just a thought: use profile to disable your repository? Or simply work offline (mvn -o)? This way it will only use your local jar. Cheers. 2009/1/20 Richard Chamberlain > Hi All, > > > > I've got a question about how maven works when there is a newer remote > library than a locally installed ar

Interdependencies between modules

2009-01-20 Thread Richard Chamberlain
Hi All, I've got a question about how maven works when there is a newer remote library than a locally installed artefact. Say I've got project A and project B. B depends on A. - I build A and install it, to test that B will work with the API changes in A. - If I build

Getting log4j output from ANT tasks to maven output

2009-01-20 Thread ez
i'm using maven with antrun plugin. the ANT task i'm using uses log4j. however, logging output does not get into maven's output. instead i get this: log4j:WARN No appenders could be found for logger (com.i18n.Excel2Properties). log4j:WARN Please initialize the log4j system properly. what should i

Re: How to update property value of POM.xml in a maven plugin?

2009-01-20 Thread daition
Thanks a lot! I have tried this method. But I have another problem: I declare the mojo in root pom.xml and the property added in mojo can be reference with ${propertyName}. But in the pom.xml of sub module, the property can't be referenced like this. It seems no such property added in mojo. Wha