On Mon, 07 Sep 2009 09:06:54 -0700, Dan Tran wrote: > For the native release process, it becomes multiple steps process > > 1. do release:prepare on native tree first > > 2. go to each platform and run mvn scm:bootstrap to build the just > released native tag. > Note you can use maven profile to detect the running platform and > set up appropriate build properties for you platform specific build
Thanks Dan, this is just what I was after. I was messing around trying to use the release plugin to deploy on each platform, but the solution of just grabbing the tagged release and manually deploying it is equally valid. Thanks Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
