Project life cycle management - Maven vs 'manual' approach
Posted
by
jb10210
on Programmers
See other posts from Programmers
or by jb10210
Published on 2012-03-29T13:18:50Z
Indexed on
2012/03/29
17:41 UTC
Read the original article
Hit count: 253
I have a question concerning the life cycle management of a/multiple project(s), more specific to the advantages/disadvantages of using technologies such as Maven.
Currently we work in a continuous-integration environment but lots of things still need to be manually performed (dependency management, deploying, setting up documentation, generating stats, ...). My impression is that this approach often leads to errors, miscommunications or things just are forgotten.
I know and have used Maven in the past but in smaller environments and I was always really enthusiastic about it. But I was wondering if someone could share some insights, experiences, pros, contras, ... about the use of Maven (or similar technology) in larger environments and for multiple projects.
I would like to use the suggestions made here to start the debate about moving to the next level in project management!
© Programmers or respective owner