properties file valorization during integration

2006-06-26 Thread Sebastien Moreno
Hello, I would like to change properties values during integration. In order to put values into properties file specific to an environnement (path to generate files, etc), I would like to describe the properties to valorize into the pom. Then a maven "plugin" could change the values following a

Re: properties file valorization during integration

2006-06-27 Thread Sebastien Moreno
Hi Wayne "filter resources during build" could be acceptable, but how notify the build to use a filter file for a specified environment? For example, in the pom we can write: ... src/test/filters/dico.properties src/main/resources

Re: properties file valorization during integration

2006-06-27 Thread Sebastien Moreno
ok after good reading I see the potential issue in using profiles to put different filters file: ... src/test/filters/dico.properties src/main/resources

Re: properties file valorization during integration

2006-06-27 Thread Sebastien Moreno
ok after good reading I see the potential issue in using profiles to put different filters file: ... src/test/filters/dico.properties src/main/resources

eclipse:eclipse ExternalToolBuilder

2006-06-27 Thread Sebastien Moreno
Hi I have specified Eclipse to build a module using maven, but eclipse:eclipse goal delete the ExternalToolBuilder instance in the .project file. I saw we can specified in the pom for the Eclipse plugin, but how to notify the arguments? The goal is to generate the following .project info: ...

Re: Set default deploy server in settings.xml?

2006-09-12 Thread Sebastien Moreno
Hello, what do youy think of "injecting" pom distribution information from settings file: http://maven.apache.org/examples/injecting-properties-via-settings.html http://maven.apache.org/examples/injecting-properties-via-settings.html Sébastien Clifton Craig-3 wrote: > > Marcel, > > Thank

Re: Parent POM across projects

2006-10-31 Thread Sebastien Moreno
Hi, What about use tag inherited into child pom to put information? Parent POM will define with this property version, and child module will use also the property to define their version. For example, you will have Parent like this: ... pom 2.2 COMMON http://m