0

We use Jenkins to build and deploy our projects and we have not done a release yet. What I was thinking was Jenkins would read the parent POM and build the project modules, on release it would update all the project's modules versions, and create tags in the child module's tags directory. Is this possible and has anyone had experience with doing a Maven release on Jenkins with this kind of SVN structure?

We have the Maven Release Plugin on Jenkins right now.

An example of our SVN project structure:

Database  
-trunk
-pom.xml
--HibernateProject
---pom.xml 
--DatabaseSchemaProject
---pom.xml
-branches
-tags
4

0 回答 0