Getting a configuration parameter into the ReleaseDescriptor

2007-04-24 Thread Pankaj Tandon
Hello, Can someone tell me why is it necessary to generate sources (using generate-sources) ? My initial thought was that the generated file(s) were based on annotations in other files. But in the case of ReleaseDescriptor, I don't see that hapenning. I have enhanced the maven-release-manager/mave

Re: Not able to build maven-release

2007-04-20 Thread Pankaj Tandon
icate your first error, so I changed > the version to 1. Then I tried building maven-release again and was able > to build successfully, without any test failures. Could you post what > your test failures are from the generated surefire reports? > > Thanks, > Deng > &g

Re: Not able to build maven-release

2007-04-19 Thread Pankaj Tandon
Ching-2 wrote: > > Hmm.. it builds successfully in my machine. > Try to update your source and build again :) > > -Deng > > Pankaj Tandon wrote: >> Hi there, >> I changed the version from 1-SNAPSHOT to 1 which exists on repo1. >> That fixed the download but

Re: Not able to build maven-release

2007-04-19 Thread Pankaj Tandon
--- [INFO] Total time: 25 seconds [INFO] Finished at: Thu Apr 19 20:22:31 EDT 2007 [INFO] Final Memory: 13M/26M [INFO] -------- Pankaj Tandon wrote: > > Hi, > I checked out the followi

Not able to build maven-release

2007-04-19 Thread Pankaj Tandon
Hi, I checked out the following code from http://svn.apache.org/repos/asf All the projects under maven-components from the trunk mavent-release-manager and maven-release-plugin from maven/release/trunk into maven-release folder. I then did a mvn install from the maven-release folder. When I do th

Pointers to

2007-04-18 Thread Pankaj Tandon
Hi, I would like to enhance the release plugin's prepare goal to do the following: 1. Create a file in the project folder that holds the release tag that the user has entered as a part of the release:prepare dialog. 2. Check in this file, along with the others in the tag branch (in SVN). 3. Delete