Re: [all] maven2 pom.xml files of commons

2006-07-13 Thread Henri Yandell
On 7/12/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote: > Commons does not have pom.xml for its components. Them pom files you > find at the repositories (i.e. ibiblio) are converted by a piece of > software from our (Maven 1) project.xml files. This conversion is made > automatically. We are ab

Re: [all] maven2 pom.xml files of commons

2006-07-12 Thread Nicolas De Loof
Commons does not have pom.xml for its components. Them pom files you find at the repositories (i.e. ibiblio) are converted by a piece of software from our (Maven 1) project.xml files. This conversion is made automatically. We are able to add some comments in our project.xml files to fix some

Re: [all] maven2 pom.xml files of commons

2006-07-12 Thread Dennis Lundberg
Joerg Hohwiller wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, I used maven2 and a lot of the maven commons in some projects. To me it seems that there are various mistakes in the POMs of some projects of the commons. The major one is that "junit" is added with scope "compile"

[all] maven2 pom.xml files of commons

2006-07-12 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, I used maven2 and a lot of the maven commons in some projects. To me it seems that there are various mistakes in the POMs of some projects of the commons. The major one is that "junit" is added with scope "compile" (default) instead of test