Maven 3 and updateReleaseInfo=false

2011-06-29 Thread Henika Tekwani
Hi All, I am trying to deploy an artifact using maven 3 but I don't want to update the RELEASE tag in the maven-metadata.xml. I am using maven-deploy-plugin:2.6:deploy-file and while calling the deploy command I am setting -DupdateReleaseInfo=false. Still the RELEASE tag in metadata is getting

Re: svn authentication with m2 release plugin

2011-06-29 Thread lagrangien8
Thank you, this answer resolve my problem since this morning, i was not able to use the mvn release : prepare command due to an authentification problem now it work very well thx -- View this message in context:

Maven Eclipse Plugin doesn't include all source paths in generated .classpath file in a Java / Groovy project

2011-06-29 Thread Sebastian Goldt
Hi all, today, I run into some problems with the Maven Eclipse Plugin 2.8 using Maven 3.0.3 on an Ubuntu 11.04 while setting up a mixed Java / Groovy project. It seems as if the eclipse plugin doesn't include all source code folders in the generated .project file. I haven't found anything on the

question about mvn dir structure

2011-06-29 Thread Joseph
Hi all, I am a newbie for mvn and have a simple question about dir structure.I know the basic dirs were created automaticlly by mvn after initialization setup of a web apps.Then what I do is just code and create some packages under src/main/java,but the resource and test directories did not

Re: question about mvn dir structure

2011-06-29 Thread Wendy Smoak
On Wed, Jun 29, 2011 at 9:12 PM, Joseph wutong...@gmail.com wrote: I am a newbie for mvn and have a simple question about dir structure.I know the basic dirs were created automaticlly by mvn after initialization setup of a web apps.Then what I do is just code and create some packages under

Re: question about mvn dir structure

2011-06-29 Thread Joseph
app was created by command line. Yes, you'd need to match the package structure for resources ... -- all by hand coding ? any tools or tricks that do? 2011/6/30 Wendy Smoak wsm...@gmail.com: On Wed, Jun 29, 2011 at 9:12 PM, Joseph wutong...@gmail.com wrote: I am a newbie for mvn and have a