Re: Third party jars

2008-12-26 Thread John Stoneham
On Wed, Dec 24, 2008 at 9:20 AM, Alex Athanasopoulos alex.a.athens...@gmail.com wrote: Is there a way to convert a local repository into a remote repository, or should I upload each artifact to Nexus again? (I have a few dozen). I understand that Nexus 1.2 features some command-line scripts to

Re: different behaviour on windows and linux

2008-12-26 Thread Boudewijn van Weert
Hi, thanks for the good tips, I'll try it. I overwrite property files of a war overlay: the base war project has default values, for specific projects I overwrite them. I managed to guarantee the overwriting by calling ant touch, but this seems far from elegant/optimal to me.. Isn't there some

Re: Up-to-date release

2008-12-26 Thread John Stoneham
On Thu, Dec 25, 2008 at 10:20 AM, sverhagen verha...@sander.com wrote: Two questions: - Why is MANIFEST.MF version controlled to begin with. Isn't it a generated file? Depends on your workflow. In OSGi the manifest controls the classes your bundle can even use, and Eclipse's PDE tooling

RE: Question on dowloading the deployed artifact

2008-12-26 Thread Subramanian, N.Venkata
I would appreciate your help on this Thanks -Venkat -Original Message- From: Subramanian, N.Venkata Sent: Tuesday, December 23, 2008 3:40 PM To: Maven Users List Subject: RE: Question on dowloading the deployed artifact Thanks Mathus We are using SNAPSHOT versions only. As I said we

Re: Third party jars

2008-12-26 Thread Brian Fox
Yes we do have a tool for this --Brian (mobile) On Dec 24, 2008, at 3:55 PM, John Stoneham ly...@lyrically.net wrote: On Wed, Dec 24, 2008 at 9:20 AM, Alex Athanasopoulos alex.a.athens...@gmail.com wrote: Is there a way to convert a local repository into a remote repository, or should

Maven2 changes to pom in repository not downloaded.

2008-12-26 Thread Stephen More
In November, maven 2.0.9 downloaded a jar and a pom into my local repository. In the remote repository, the jar has not changed, but the pom has. When I run maven today, the latest and greatest pom is not getting downloaded. Is this a bug ? How can I make sure I always get the latest pom version ?

Re: Maven2 changes to pom in repository not downloaded.

2008-12-26 Thread Wendy Smoak
On Fri, Dec 26, 2008 at 10:51 AM, Stephen More stephen.m...@gmail.com wrote: In November, maven 2.0.9 downloaded a jar and a pom into my local repository. In the remote repository, the jar has not changed, but the pom has. When I run maven today, the latest and greatest pom is not getting

Re: Maven2 changes to pom in repository not downloaded.

2008-12-26 Thread Stephen More
On Fri, Dec 26, 2008 at 1:01 PM, Wendy Smoak wrote: On Fri, Dec 26, 2008 at 10:51 AM, Stephen More wrote: In November, maven 2.0.9 downloaded a jar and a pom into my local repository. In the remote repository, the jar has not changed, but the pom has. When I run maven today, the latest and

Re: Maven2 changes to pom in repository not downloaded.

2008-12-26 Thread Baptiste MATHUS
Really, you should never never update a released artifact... Did you put the updatePolicy inside the right repo? Namely the pluginRepository... Cheers 2008/12/26 Stephen More stephen.m...@gmail.com On Fri, Dec 26, 2008 at 1:01 PM, Wendy Smoak wrote: On Fri, Dec 26, 2008 at 10:51 AM, Stephen

Re: Maven2 changes to pom in repository not downloaded.

2008-12-26 Thread Stephen More
On Fri, Dec 26, 2008 at 1:58 PM, Baptiste MATHUS wrote: Really, you should never never update a released artifact... Thats what I believe, but I have no control over the remote repository. Did you put the updatePolicy inside the right repo? Namely the pluginRepository... Yes, I added it to

Re: Maven2 changes to pom in repository not downloaded.

2008-12-26 Thread Baptiste MATHUS
Well, so why don't you just wipe out your local repository? Do it manually so that everything gets downloaded from scratch properly, or use the more selective mvn dependency:purge-local-repository goal. Cheers 2008/12/26 Stephen More stephen.m...@gmail.com On Fri, Dec 26, 2008 at 1:58 PM,

[ANNOUNCEMENT] - Taglist Maven Plugin 2.3 released

2008-12-26 Thread David J. M. Karlsen
The Taglist Maven Plugin team is pleased to announce the taglist-maven-plugin-2.3 release! Produce a tag list report. Changes in this version include: New features: o Taglist should output xml files in order to be consumed by other plugins e.g. the dashboard plugin Issue: MTAGLIST-30.

Re: Maven2 changes to pom in repository not downloaded.

2008-12-26 Thread Stephen More
On Fri, Dec 26, 2008 at 6:15 PM, Baptiste MATHUS wrote: Well, so why don't you just wipe out your local repository? Do it manually so that everything gets downloaded from scratch properly, or use the more selective mvn dependency:purge-local-repository goal. I have imported many artifacts

Re: Maven2 changes to pom in repository not downloaded.

2008-12-26 Thread Wendy Smoak
On Fri, Dec 26, 2008 at 5:48 PM, Stephen More stephen.m...@gmail.com wrote: I have imported many artifacts that are not part of any repository, simply wiping out my local cache could create many hours of needless work. You don't have to delete your *entire* local repo, just the artifact that

[ANNOUNCEMENT] - Maven XML Beans Plugin 2.3.2 released

2008-12-26 Thread David J. M. Karlsen
The Maven XML Beans Plugin team is pleased to announce the xmlbeans-maven-plugin-2.3.2 release! Runs the xmlbeans parser/code generator against schemas in files and dependent jars. Changes in this version include: New features: o Support XMLBeans 2.4.0 Issue: MXMLBEANS-48. Fixed Bugs: o