RE: Maven 1.1 and maven-model impact on plugins

2004-11-14 Thread Carlos Sanchez
From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Sunday, November 14, 2004 1:05 AM > To: Maven Developers List > Subject: Re: Maven 1.1 and maven-model impact on plugins > > Hi Carlos, > > This was added because the code references the project from > java code at some

Re: Maven 1.1 and maven-model impact on plugins

2004-11-13 Thread Brett Porter
Hi Carlos, This was added because the code references the project from java code at some point. It will work with Maven 1.0.x, but we don't want a snapshot, so the best plan of attack is to get a release of the model out. If you want to remove the dependency in the meantime, that's fine - but i

Maven 1.1 and maven-model impact on plugins

2004-11-13 Thread Carlos Sanchez
Hi, Brett has added a dependency to maven-model-1.1-SNAPSHOT to linkcheck plugin. I need to remove it in order to make releases working in 1.0.x. I checked other plugins (java, jar) but they have no maven-model dep, this confused me. Should I open a cvs branch for 1.1 (if so, how was it done in