Re: [Design] Sharing common build files between modules

2005-10-06 Thread Emmanuel Venisse
sure. and we'll can versionned them Emmanuel Vincent Massol a écrit : -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: jeudi 6 octobre 2005 14:00 To: Maven Developers List Subject: Re: [Design] Sharing common build files between modules It isn't ne

RE: [Design] Sharing common build files between modules

2005-10-06 Thread Vincent Massol
> -Original Message- > From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] > Sent: jeudi 6 octobre 2005 14:00 > To: Maven Developers List > Subject: Re: [Design] Sharing common build files between modules > > It isn't necessary to put them in repository

Re: [Design] Sharing common build files between modules

2005-10-06 Thread Emmanuel Venisse
It isn't necessary to put them in repository, but they need only to be accessible by an url. In checkstyle plugin, user can use propertiesURL parameter instead of propertiesFile. Emmanuel Vincent Massol a écrit : Hi, I know this is not slated for Maven 2.0 but I'd like to start a discussion

[Design] Sharing common build files between modules

2005-10-06 Thread Vincent Massol
Hi, I know this is not slated for Maven 2.0 but I'd like to start a discussion about how to share common build files between modules. Example of use cases: - sharing a checkstyle.xml file - sharing a LICENSE file - sharing PMD, findbugs, etc config files - etc We don't want to use relative paths