Re: maven 1.1 and inherited properties

2006-02-03 Thread Arnaud HERITIER
Thanks Nicolas I'll test it ASAP Arnaud On 2/1/06, Nicolas De Loof [EMAIL PROTECTED] wrote: Copy paste error : please read [http://jira.codehaus.org/browse/MAVEN-1741] Nicolas De Loof a écrit : I was first thinking about org.apache.commons.attributes.enable not beeing correctly set, but

Re: maven 1.1 and inherited properties

2006-02-01 Thread Nicolas De Loof
Copy paste error : please read [http://jira.codehaus.org/browse/MAVEN-1741] Nicolas De Loof a écrit : I was first thinking about org.apache.commons.attributes.enable not beeing correctly set, but I've was wrong. I've created http://jira.codehaus.org/browse/MAVEN-1691 I've attached a

maven 1.1 and inherited properties

2006-01-31 Thread Nicolas De Loof
Hello, I'm trying to upgrade to maven 1.1-beta2. My project uses commons-attributes and it's maven plugin When I run a maven war:install on my web sub-project, attributes classes are generated by plugin. When I run a multiproject:install, everything SEEMS good, but attributes classes are not

Re: maven 1.1 and inherited properties

2006-01-31 Thread Arnaud HERITIER
Hi Nicolas, Why do you talk about inherited properties ? can it be related to http://jira.codehaus.org/browse/MAVEN-1691 ? Arnaud On 1/31/06, Nicolas De Loof [EMAIL PROTECTED] wrote: Hello, I'm trying to upgrade to maven 1.1-beta2. My project uses commons-attributes and it's maven

Re: commons-attributes and maven 1.1 (Was: maven 1.1 and inherited properties)

2006-01-31 Thread Nicolas De Loof
Sory for this stupid subjet : I was thinking this comes from a properties failure... created [http://jira.codehaus.org/browse/MAVEN-1741] for this with a minimalist test-case Hello, I'm trying to upgrade to maven 1.1-beta2. My project uses commons-attributes and it's maven plugin When I

Re: maven 1.1 and inherited properties

2006-01-31 Thread Nicolas De Loof
I was first thinking about org.apache.commons.attributes.enable not beeing correctly set, but I've was wrong. I've created http://jira.codehaus.org/browse/MAVEN-1691 I've attached a minimalist multiproject to demonstrate the bug. (war) maven war:install generates the attributes classes (jar)

Re: maven 1.1 and inherited properties

2006-01-31 Thread Lukas Theussl
Did you set the maven.multiproject.type property for each subproject? -Lukas Nicolas De Loof wrote: I was first thinking about org.apache.commons.attributes.enable not beeing correctly set, but I've was wrong. I've created http://jira.codehaus.org/browse/MAVEN-1691 I've attached a