I'm talking with the jgit guys to see about adapting the git archive
functionality to implement an effective export that we can use from the
release plugin. Mark, it looks like the git provider is already setup to
easily integrate an alternate implementation so I think this won't be
hard once the jgit side is figured out.
On 4/25/2009 5:07 AM, Stephen Connolly wrote:
will that not remove the release.properties file too?
2009/4/25 Antony Stubbs<[email protected]>
not true!
git reset --hard
git clean -f
git checkout tag
will ensure an exact match with the tag/branch.
struberg wrote:
Do we really need to do a clean checkout from the tag?
I'd strongly recommend it!
The main problems here are files which aren't checked in or ignored but
somehow affect the compile or test outcome. This may imho only be
guaranteed by a clean checkout into a separate directory.
-----
___________________________
http://stubbisms.wordpress.com http://stubbisms.wordpress.com
--
View this message in context:
http://www.nabble.com/Using-GIT-as-the-canonical-repository-for-Maven-3.x-tp23201420p23227239.html
Sent from the Maven Developers mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]