Re: [Maven 2.0.4] Profiles

2006-11-17 Thread Adam Hardy
Rémy Sanlaville wrote: Are you using the maven plugin snapshots repository? If you are, then many of the maven plugins could have been updated. Not directly but others projects yes. For information, here, is my test pom.xml - http://maven.apache.org/POM/4.0.0"; xmlns:xsi=" http:/

Re: [Maven 2.0.4] Profiles

2006-11-16 Thread Rémy Sanlaville
Are you using the maven plugin snapshots repository? If you are, then many of the maven plugins could have been updated. Not directly but others projects yes. For information, here, is my test pom.xml - http://maven.apache.org/POM/4.0.0"; xmlns:xsi=" http://www.w3.org/2001/XMLSche

Re: [Maven 2.0.4] Profiles

2006-11-16 Thread Adam Hardy
Rémy Sanlaville wrote: Hi Adam, Sorry for the late reply but I was out of my office. 2006/11/3, Adam Hardy <[EMAIL PROTECTED]>: It sounds you like what you are saying is that your profiles become active by default just by virtue of their existence in profiles.xml. Yes exactly. But It's str

Re: [Maven 2.0.4] Profiles

2006-11-15 Thread Rémy Sanlaville
Hi Adam, Sorry for the late reply but I was out of my office. 2006/11/3, Adam Hardy <[EMAIL PROTECTED]>: It sounds you like what you are saying is that your profiles become active by default just by virtue of their existence in profiles.xml. Yes exactly. But It's strange because i try it ag

Re: [Maven 2.0.4] Profiles

2006-11-02 Thread Adam Hardy
Hi Rémy just realised I hadn't replied. Very impolite, sorry. Are you still having an issue with this? What did you want me to try? It sounds you like what you are saying is that your profiles become active by default just by virtue of their existence in profiles.xml. Adam Rémy Sanlaville

Re: [Maven 2.0.4] Profiles

2006-10-23 Thread Rémy Sanlaville
Hi Adam, mvn help:effective-settings will help you determine the problem. Your dev profile would have to be activated by something Nothing in my settings is configure to activate the dev profile. - try renaming it. I already try it : --- profiles.xml common

Re: [Maven 2.0.4] Profiles

2006-10-20 Thread Adam Hardy
Hi Rémy mvn help:effective-settings will help you determine the problem. Your dev profile would have to be activated by something - try renaming it. Adam Rémy Sanlaville wrote: Hi, I try to understand how profiles works. If you create a simple profiles.xml like this :

[Maven 2.0.4] Profiles

2006-10-20 Thread Rémy Sanlaville
Hi, I try to understand how profiles works. If you create a simple profiles.xml like this : common common property dev dev property common