Re: how to configure build processes with mavn

2010-06-22 Thread Anders Hammar
Having different flavors of your artifacts, depending on which environment you build for is not recommended. In Maven, a specific artifact defined by GAV (i.e. a specific version of your artifact) cannot (should not) change. We've had numerous discussions regarding this on the list. It simply

how to configure build processes with mavn

2010-06-21 Thread Mariyan Nenchev
Hi, I have a huge java project with several modules. The build is based on maven. There are many parameters, that are used in the project and i have placed them in the database. They are environment specific (for example parameter x has value1 for TEST, value2 for UAT, value3 for PROD so on..). I

AW: how to configure build processes with mavn

2010-06-21 Thread Bernhard Neuhauser
- Von: Mariyan Nenchev [mailto:mnenc...@trinitascapital.com] Gesendet: Montag, 21. Juni 2010 14:59 An: users@maven.apache.org Betreff: how to configure build processes with mavn Hi, I have a huge java project with several modules. The build is based on maven. There are many parameters