maven-jar-plugin version 2.3 MANIFEST.MF SNAPSHOT problem

2009-12-04 Thread Stephen Duncan Jr
always use -SNAPSHOT. In 2.3 the versions in the MANIFEST still do not match up to the assembly (after removing the outputFileNameMapping), as in that case all the versions in the assembly are timestamped, but many are not in the manifest. Should I reopen MJAR-28? -- Stephen Duncan Jr www.stephenduncanjr.com

Re: Why are repositories usually separated into releases and snapshots?

2009-10-25 Thread Stephen Duncan Jr
to say now "well, the repository manager can make the distinction between releases and snapshots", but you couldn't assume the existence of sophisticated repository managers when Maven 2 was initially designed/released. At that time simple file-system repositories independent of Maven were used (scp/sftp/webdav). -- Stephen Duncan Jr www.stephenduncanjr.com

Re: How to update parent during release:prepare

2009-09-11 Thread Stephen Duncan Jr
the > >> > > project's parent version to the parent's released version? > >> > > > > >> > > > Best regards, > >> > > > Eric > >> > > > > >> > > > >> - > >> > > > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > >> > > > For additional commands, e-mail: users-h...@maven.apache.org > >> > > > > >> > > > > >> > > > >> > > > >> - > >> > > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > >> > > For additional commands, e-mail: users-h...@maven.apache.org > >> > > > >> > > > >> > > >> - > >> > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > >> > For additional commands, e-mail: users-h...@maven.apache.org > >> > > >> > > >> > > - > > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > > For additional commands, e-mail: users-h...@maven.apache.org > > > > > > - > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org > > -- Stephen Duncan Jr www.stephenduncanjr.com

Re: How to update parent during release:prepare

2009-09-11 Thread Stephen Duncan Jr
I certainly have the exact same problem. And using the versions plugin only helps somewhat in partially automating what I currently do manually. Last time I made the mistake of not manually changing the parent version, the release plugin, I believe, offered to update to a released version, but di

Re: Can I access timestamp version of SNAPSHOT dependency within a build?

2009-08-06 Thread Stephen Duncan Jr
On Fri, Jul 31, 2009 at 10:53 AM, Stephen Duncan Jr < stephen.dun...@gmail.com> wrote: > I'm trying to manually build an assembly that aggregates multiple > assemblies, to make an installer. So, I depend on the .tar.gz produced from > other assemblies, I use the dependency-pl

Can I access timestamp version of SNAPSHOT dependency within a build?

2009-07-31 Thread Stephen Duncan Jr
the rename) -- Stephen Duncan Jr www.stephenduncanjr.com

Re: Make Google Code ant projects available

2009-05-28 Thread Stephen Duncan Jr
ven Ant Tasks: http://maven.apache.org/ant-tasks/index.html and Ant to automate deploying your releases there, and then they'd get sync'd to central. Sorry, I'm not much an Ant person anymore, so I can't give you the step-by-step, but it does seem a viable approach. -- Stephen Duncan Jr www.stephenduncanjr.com

Re: Make Google Code ant projects available

2009-05-28 Thread Stephen Duncan Jr
very much into the infrequent release category, so I built a bundle as described on the site and filed an issue for it to be uploaded. I've done this both for my own Maven-built project, as well as manually building an upload-bundle for binaries for other projects that are built with Ant. -- Stephen Duncan Jr www.stephenduncanjr.com

maven-eclipse-plugin 2.6 project references

2009-04-13 Thread Stephen Duncan Jr
version, the branch project name would be the right version, but not match the expected name). -- Stephen Duncan Jr www.stephenduncanjr.com

Re: Maven EAR Plugin ContextRoot

2009-01-19 Thread Stephen Duncan Jr
On Sun, Jan 18, 2009 at 5:30 AM, Stephane Nicoll wrote: > On Wed, Jan 14, 2009 at 11:39 PM, Stephen Duncan Jr > > It is working with both 2.3.1 and the trunk. I've just tried on a > stupid project that I have for testing and it worked. Can you maybe > post your pom.xml fil

Re: Maven EAR Plugin ContextRoot

2009-01-16 Thread Stephen Duncan Jr
ntions it 1) checks for null, and then sets it to the default if it's still null, even though the constructor initializes it the default, 2) that method (resolveArtifact) is never called. I don't really understand how nested configuration elements like this are supposed to be set. I'd be willing to try to debug the issue further if I knew where to start. -- Stephen Duncan Jr www.stephenduncanjr.com

Re: Maven EAR Plugin ContextRoot

2009-01-15 Thread Stephen Duncan Jr
On Wed, Jan 14, 2009 at 5:39 PM, Stephen Duncan Jr wrote: > I'm following the instructions here to set the context-root for my web > modules as specified here: > http://maven.apache.org/plugins/maven-ear-plugin/examples/customizing-context-root.html > > It seems to h

Maven EAR Plugin ContextRoot

2009-01-14 Thread Stephen Duncan Jr
s. I couldn't find any mention of this problem. Can anyone else indicate if this works or not in the current release of the maven-ear-pluging (2.3.1)? -- Stephen Duncan Jr www.stephenduncanjr.com

Re: Using springframework in maven project

2008-09-10 Thread Stephen Duncan Jr
om". > > Does anyone know how this can be solved? I read on the internet that it > could be because I need the jmx library as well. I tried to include this as > a dependency but also failed! :( > > Regards, > Simon J. > > _ > News, entertainment and everything you care about at Live.com. Get it now! > http://www.live.com/getstarted.aspx -- Stephen Duncan Jr www.stephenduncanjr.com

Re: [ANN] Versions Maven Plugin 1.0-alpha-1 released

2008-09-05 Thread Stephen Duncan Jr
On Fri, Sep 5, 2008 at 9:24 AM, Stephen Duncan Jr <[EMAIL PROTECTED]>wrote: > My first attempt to run it gave this output that seems...incorrect: > > [INFO] The following dependency updates are available: > [INFO] c3p0:c3p0 .. 0.9.1.2 -&

Re: [ANN] Versions Maven Plugin 1.0-alpha-1 released

2008-09-05 Thread Stephen Duncan Jr
rsion as not being provided when derived from the super-pom > > Enjoy, > > -The Mojo team > My first attempt to run it gave this output that seems...incorrect: [INFO] The following dependency updates are available: [INFO] c3p0:c3p0 .. 0.9.1.2 -> 0.9.0 -- Stephen Duncan Jr www.stephenduncanjr.com

Re: release:prepare and multi-module projects

2008-08-26 Thread Stephen Duncan Jr
in multi-module projects > using svn? > > Thanks > > David > -- > View this message in context: > http://www.nabble.com/release%3Aprepare-and-multi-module-projects-tp19161884p19161884.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Stephen Duncan Jr www.stephenduncanjr.com

Re: AW: Release fails during SVN commit

2008-08-21 Thread Stephen Duncan Jr
n Thu, Aug 21, 2008 at 4:15 PM, Daniel Kulp <[EMAIL PROTECTED]> wrote: > > > On Thursday 21 August 2008 10:09:07 am Stephen Duncan Jr wrote: > > > On the other hand, the fact that I forgot to run svn up before running > > the > > > release plugin has bitten me b

Re: AW: Release fails during SVN commit

2008-08-21 Thread Stephen Duncan Jr
x27;t be part of the tag. > > Dan > > > > On Thursday 21 August 2008 9:27:13 am Andreas Heinecke wrote: > > Hi Stephen, > > > > thank you for your answer. > > Can anyone else confirm this? So one (probably me) should report this > issue > > at the issu

Re: Release fails during SVN commit

2008-08-21 Thread Stephen Duncan Jr
nstall > > > > > > > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > -- > > LD. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Stephen Duncan Jr www.stephenduncanjr.com

Re: Using the Release Plugin For Testing-Releases

2008-07-17 Thread Stephen Duncan Jr
htly-buils, and SNAPSHOTS to have a unique timestamp number. You can > also > configure the cron to tag if required, or (simplier IMHO) to include the > SVN > revision in MANIFEST files. > > Nicolas > > 2008/7/17 Stephen Duncan Jr <[EMAIL PROTECTED]>: > > > On

Re: Using the Release Plugin For Testing-Releases

2008-07-17 Thread Stephen Duncan Jr
here will be changes before a final release; I just want versioned & tagged releases to report bugs against for the functionality that is completed now, even though I know, perhaps, that some more issues are being worked on before the final release. -- Stephen Duncan Jr www.stephenduncanjr.com

Re: Using the Release Plugin For Testing-Releases

2008-07-17 Thread Stephen Duncan Jr
On Thu, Jul 17, 2008 at 8:46 AM, Stephen Duncan Jr <[EMAIL PROTECTED]> wrote: > I want to use the release plugin to make testing releases, without > interrupting ongoing development. So, for example I want to take a project > that is at 1.0-SNAPSHOT, and has dependencies that are

Re: Using the Release Plugin For Testing-Releases

2008-07-17 Thread Stephen Duncan Jr
r than what I currently do, which is update the dependencies to beta-1 & commit, then use the release plugin, and then update the dependencies back to 1.0-SNAPSHOT & commit. -- Stephen Duncan Jr www.stephenduncanjr.com

Using the Release Plugin For Testing-Releases

2008-07-17 Thread Stephen Duncan Jr
er that as a feature request/bug? Is there a better practice I should follow? -- Stephen Duncan Jr www.stephenduncanjr.com

Re: How to make nexus work with thirdparty libraries??

2008-06-11 Thread Stephen Duncan Jr
g a > > local repository called "third.party" and use that as repository of > > third party artifacts that are manually deployed to your Nexus server? > > Then, you can include the third.party repository in the public group > > and it's available. > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > -- > Kent Närling > > System Architect > SEAMLESS > Dalagatan 100, 8 tr, 113 43 Stockholm, Sweden > Phone: +46 8 5648 7800, fax: +46 8 5648 7823 > Mobile: +46 70 836 9925 > Mail: [EMAIL PROTECTED] > www.seamless.se > -- Stephen Duncan Jr www.stephenduncanjr.com