Re: Unable to update latest tag under versioning tag on mvn deploy.

2012-01-02 Thread goutham
On Mon, Jan 2, 2012 at 05:11, goutham [hidden email]http://user/SendEmail.jtp?type=nodenode=5114210i=0 wrote: Hi Ander, I tried mvn release:prepare then mvn release:perform. Now i even tried mvn deploy -DupdateReleaseInfo=true . Still it points to old version. You mentioned about

Unable to update latest tag under versioning tag on mvn deploy.

2012-01-01 Thread goutham
Is there any other way to deploy? Thank you in advance Goutham -- View this message in context: http://maven.40175.n5.nabble.com/Unable-to-update-latest-tag-under-versioning-tag-on-mvn-deploy-tp5113547p5113547.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: Unable to update latest tag under versioning tag on mvn deploy.

2012-01-01 Thread goutham
Hi Ander, I tried mvn release:prepare then mvn release:perform. Now i even tried mvn deploy -DupdateReleaseInfo=true . Still it points to old version. You mentioned about release-profile ! How should i config it? Any example? -Goutham On Mon, Jan 2, 2012 at 3:15 AM, Anders Hammar [via Maven

Re: Help:Calling plugin from a remote repository

2011-08-11 Thread goutham
hey Barrie I dint read completely the suggested sources. I am in short of time so read few which help in picking up artifact's from repository. Yes i agree with your statement of checking remote repo only is bad idea , i missed the point Any released artifact NEVER changes . Thanks for the help

Re: Help:Calling plugin from a remote repository

2011-08-11 Thread goutham
Wayne Fay, The other idea was having Mirror tag point to remote repo. :) But configuring another repo made the trick. Thanks for the Help -Goutham On Thu, Aug 11, 2011 at 12:41 AM, Wayne Fay [via Maven] ml-node+4686902-1392576678-220...@n5.nabble.com wrote: Can this be the other way

Re: Help:Calling plugin from a remote repository

2011-08-11 Thread goutham
then it will only look for defined repository only. It will not look for remote in this case. I hope it helps. Yup , profile tag made the trick. Thanks for the help =) ~Goutham Thanks, daivish. On Wed, Aug 10, 2011 at 4:35 PM, Barrie Treloar [hidden email]http://user/SendEmail.jtp

Help:Calling plugin from a remote repository

2011-08-10 Thread goutham
Hi, Usually we call a plugin(ex:maven project with a mojo) using command mvn groupid:artifactid:version:goal which is in local repository. What is the command which specifies it to look in my nexus repository? Thank you in advance -Goutham -- View this message in context: http://maven

Re: Help:Calling plugin from a remote repository

2011-08-10 Thread goutham
find two free books here [1]. /Anders [1] http://www.sonatype.com/Support/Books On Wed, Aug 10, 2011 at 14:10, goutham [hidden email]http://user/SendEmail.jtp?type=nodenode=4685646i=0 wrote: Hi, Usually we call a plugin(ex:maven project with a mojo) using command mvn

Re: Help:Calling plugin from a remote repository

2011-08-10 Thread goutham
Hey Can this be the other way ? I used the mirror tags in settings.xml to point to my nexus repository. mirrors mirror idmy-repo-releases/id name Releases/name urlhttp://mavenrepo.releases/url mirrorOfcentral/mirrorOf /mirror /mirrors This thing actually

Re: Need help in uploading maven archetypes to nexus repo and in maven release

2011-08-09 Thread goutham
Hervé BOUTEMY, Thanks for the information. I liked Maven release plugin it made a copy of the project in tags folder as well deployed archetype to nexus repo. I have another question:- i call a plugin(maven module with a mojo) using mvn groupid:artifactid:version:goal can i have it in nexus

Re: Need help in uploading maven archetypes to nexus repo and in maven release

2011-08-09 Thread goutham
it in nexus repo? If i can how can i call it from the nexus repo? Regards -Goutham -- View this message in context: http://maven.40175.n5.nabble.com/Need-help-in-uploading-maven-archetypes-to-nexus-repo-and-in-maven-release-tp4674573p4682017.html Sent from the Maven - Users mailing list archive

Re: Need help in uploading maven archetypes to nexus repo and in maven release

2011-08-09 Thread goutham
Hi Wayne Fay To call a archetype from nexus repo we use -DarchetypeCatalog= http://nexusrepo/archetype-catalog.xml but what is the maven command so that it directs to the specified nexus repo i want. Thanks in advance On Tue, Aug 9, 2011 at 8:31 PM, Wayne Fay [via Maven]

Need help in uploading maven archetypes to nexus repo and in maven release

2011-08-07 Thread goutham
can use them on any machine . What are the steps to upload a archetype to nexus repo? 2)I was suggested to do maven release:prepare, perform on project . How does it help me? Any help will be thank full -Goutham -- View this message in context: http://maven.40175.n5.nabble.com/Need-help

Need help in uploading maven archetypes to nexus repo and in maven release

2011-08-07 Thread goutham
use them on any machine . What are the steps to upload a archetype to nexus repo? 2)I was suggested to do maven release:prepare, perform on project . How does it help me? Any help will be thank full -Goutham -- View this message in context: http://maven.40175.n5.nabble.com/Need-help

need to stop maven from looking for updates

2008-08-18 Thread goutham
in my repository. After a lot of googling and a red eye i have posted this question here. Please can some one guide in solving this. Best Regards, Goutham -- View this message in context: http://www.nabble.com/need-to-stop-maven-from-looking-for-updates-tp19039773p19039773.html Sent from

Re: need to stop maven from looking for updates

2008-08-18 Thread goutham
stopped from downloading before). Is there anyway of getting around this problem. Best Regards, Goutham Rao Tommy Knowlton wrote: try using the -o (offline mode) option for the mvn command. Hope that helps. -- TK On Aug 18, 2008, at 2:52 PM, goutham wrote: Hello Good Evening, I

Re: need to stop maven from looking for updates

2008-08-18 Thread goutham
doesn't start downloading all over again. If not i will reply to this post. Thanks again both of you in helping me out. Cheers, Goutham Rao Tobias Gierke-2 wrote: Hi, Thanks Tommy, Actually i didn't state the complete problem before( sorry my fault).. if i stop maven from updating in between