Re: [maven-release-plugin] release-prepare does not update parent-SNAPSHOT-dependency. issue?

2008-01-21 Thread dhoffer
ver-ending maven version range bugs. Daniel Niklas wrote: > > Hi Dave, > > > dhoffer wrote: >> >> Just wondering, did you figure this out? I too have this problem and I >> don't have any snapshot dependencies parent or otherwise. >> > > I

Re: [maven-release-plugin] release-perform does not update parent-SNAPSHOT-dependency. issue?

2008-01-19 Thread dhoffer
Just wondering, did you figure this out? I too have this problem and I don't have any snapshot dependencies parent or otherwise. I would like to know what was intended by this feature. I have never seen it before 2.0-beta-7 and I can find no documentation of it. I would go back and use 2.0-be

Re: How to deploy custom archetype to all users?

2007-10-19 Thread dhoffer
> http://www.appfuse.org/display/APF/AppFuse+QuickStart > > Wayne > > On 10/18/07, dhoffer <[EMAIL PROTECTED]> wrote: >> >> I want to create a custom archetype all our developers will use to >> bootstrap >> the artifact creation process. Installing this o

How to deploy custom archetype to all users?

2007-10-18 Thread dhoffer
I want to create a custom archetype all our developers will use to bootstrap the artifact creation process. Installing this on my system is no problem and I can release to our corporate repo. The question is how can I get this installed on all our corporate developer's systems so it is available

Re: Version Ranges & Dependency Conflicts

2007-10-18 Thread dhoffer
I don't know if you can override maven's standard version number, but I have my doubts. I suggest you change your policy and go with maven's versioning, this is likely to be less trouble in the end. See comments below... Christian Weber-5 wrote: > > Hi all, > > i'm using Maven + Artifactor

Re: Why doesn't my index.html get generated when generating my site?

2007-04-29 Thread dhoffer
Are you saying I must have site.xml in order for index.html to be generated? I too have projects where I index.html is missing and have not tracked down the cause. However I have only started to use site.xml recently. -Dave Eric Redmond wrote: > > I don't understand your problem - it looks

Re: Maven rant

2006-10-31 Thread dhoffer
tten > collaboratively? No. And I'm convinced that if it had been, it would > be much higher quality and much more accessible today. > > Just my 2 cents. > > 2006/10/31, dhoffer <[EMAIL PROTECTED]>: >> >> Jeff, >> >> I use maven and I really like it and I

Re: Maven rant

2006-10-31 Thread dhoffer
Jeff, I use maven and I really like it and I don't want this to sound like negative criticism but you are right, the learning curve for maven newbie’s is huge and there just isn't much good docs available. I have wound up getting bits of pieces of info from here and there...it just takes so long

How to create zip of all artifacts during release goal?

2006-10-30 Thread dhoffer
I have a multi-module maven project and when I run the release goal and deploy the web site for this project I want to create a zip of the artifacts and all their dependents. I would like this zip file to be downloadable from the deployed web site. How can I do this? I have used the assembly pl