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

2009-12-04 Thread Stephen Duncan Jr
? -- Stephen Duncan Jr www.stephenduncanjr.com

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

2009-10-25 Thread Stephen Duncan Jr
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
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

Re: How to update parent during release:prepare

2009-09-11 Thread Stephen Duncan Jr
- 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: 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-plugin to unpack those

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

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

Re: Make Google Code ant projects available

2009-05-28 Thread Stephen Duncan Jr
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

Re: Make Google Code ant projects available

2009-05-28 Thread Stephen Duncan Jr
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

maven-eclipse-plugin 2.6 project references

2009-04-13 Thread Stephen Duncan Jr
, 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 stephane.nic...@gmail.comwrote: 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 file

Re: Maven EAR Plugin ContextRoot

2009-01-16 Thread Stephen Duncan Jr
) 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 stephen.dun...@gmail.com 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 have

Maven EAR Plugin ContextRoot

2009-01-14 Thread Stephen Duncan Jr
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
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
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: [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 - 0.9.0 Sorry about

Re: release:prepare and multi-module projects

2008-08-26 Thread Stephen Duncan Jr
at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Stephen Duncan Jr www.stephenduncanjr.com

Re: Release fails during SVN commit

2008-08-21 Thread Stephen Duncan Jr
: [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: AW: Release fails during SVN commit

2008-08-21 Thread Stephen Duncan Jr
you for your answer. Can anyone else confirm this? So one (probably me) should report this issue at the issue tracker. Andreas. -Ursprüngliche Nachricht- Von: Stephen Duncan Jr [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 21. August 2008 14:48 An: Maven Users List

Re: AW: Release fails during SVN commit

2008-08-21 Thread Stephen Duncan Jr
] 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 before, and I had to make a second release because I didn't realize it. Ideally it'd warn you about remote

Using the Release Plugin For Testing-Releases

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

Re: Using the Release Plugin For Testing-Releases

2008-07-17 Thread Stephen Duncan Jr
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

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 at 1.0-SNAPSHOT. I

Re: Using the Release Plugin For Testing-Releases

2008-07-17 Thread Stephen Duncan Jr
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
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 Thu, Jul 17, 2008 at 9:40 AM, nicolas de loof [EMAIL PROTECTED] wrote: For comparable use case I use

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

2008-06-11 Thread Stephen Duncan Jr
: +46 70 836 9925 Mail: [EMAIL PROTECTED] www.seamless.se -- Stephen Duncan Jr www.stephenduncanjr.com