I work at a company that has around 10 applications, each application is a maven project, each of which may or may not get modified in a given 2 week iteration. At the end of every iteration I want an automated process for checking which applications have been modified since the last release and then release only those applications. Something along the lines of the following;

1. retrieve previous release version from our archiva repo
2. in subversion compare that versions tag against trunk to see any differences
3. if any differences then perform a release of that project
4. repeat for each application

I've been trying to find a maven way of doing this but haven't had any luck, has anybody done something similar with success.

Cheers
Matt Milliss

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to