Ok, thanks.

It's right. We'll release all plugins actually in snapshot state.

Arnaud

> 
> Won't fix was based on the fact the plugin was not being 
> developed. It was a simple patch, and it seems you've got 
> plans to rerelease it to update the dependencies.
> 
> I will update JIRA.
> 
> - Brett
> 
> Arnaud HERITIER wrote:
> > Hi Brett,
> > 
> >     Why did you finally apply a patch to fix an issue you 
> closed as "Won't fix" ?
> > 
> > Arnaud
> > 
> > 
> > 
> >>-----Message d'origine-----
> >>De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : mardi 1 
> >>novembre 2005 04:07 À : [email protected] Objet : 
> svn commit: 
> >>r329958 - in
> >>/maven/maven-1/plugins/trunk/release: plugin.jelly xdocs/changes.xml
> >>
> >>Author: brett
> >>Date: Mon Oct 31 19:06:58 2005
> >>New Revision: 329958
> >>
> >>URL: http://svn.apache.org/viewcvs?rev=329958&view=rev
> >>Log:
> >>PR: MPRELEASE-11
> >>Submitted by: Fredrik Vraalsen
> >>allow non-jar dependencies
> >>
> >>Modified:
> >>    maven/maven-1/plugins/trunk/release/plugin.jelly
> >>    maven/maven-1/plugins/trunk/release/xdocs/changes.xml
> >>
> >>Modified: maven/maven-1/plugins/trunk/release/plugin.jelly
> >>URL: 
> >>http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/rele
> >>ase/plugin.jelly?rev=329958&r1=329957&r2=329958&view=diff
> >>==============================================================
> >>================
> >>--- maven/maven-1/plugins/trunk/release/plugin.jelly (original)
> >>+++ maven/maven-1/plugins/trunk/release/plugin.jelly Mon Oct
> >>31 19:06:58
> >>+++ 2005
> >>@@ -88,7 +88,7 @@
> >>                     <ant:fileset dir="${mavenRepoLocal}">
> >>                         <j:forEach var="dependency" 
> >>items="${pom.dependencies}">
> >>                             <j:if
> >>test='${category.equals(dependency.getProperty("category"))}'>
> >>-                                <ant:include 
> >>name="${dependency.artifactDirectory}/jars/${dependency.artifact}"/>
> >>+                                <ant:include
> >>+ 
> >>name="${dependency.artifactDirectory}/${dependency.type}s/${
dependency
> >>+ .artifact}"/>
> >>                                 <ant:include 
> >>name="${dependency.artifactDirectory}/licenses/${dependency.ar
> > 
> > tifactId}.license"/>
> > 
> >>                             </j:if>
> >>                         </j:forEach>
> >>
> >>Modified: maven/maven-1/plugins/trunk/release/xdocs/changes.xml
> >>URL: 
> >>http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/rele
> >>ase/xdocs/changes.xml?rev=329958&r1=329957&r2=329958&view=diff
> >>==============================================================
> >>================
> >>--- maven/maven-1/plugins/trunk/release/xdocs/changes.xml (original)
> >>+++ maven/maven-1/plugins/trunk/release/xdocs/changes.xml Mon Oct 31
> >>+++ 19:06:58 2005
> >>@@ -26,6 +26,7 @@
> >>   </properties>
> >>   <body>
> >>     <release version="1.5-SNAPSHOT" date="In SVN">
> >>+      <action dev="brett" type="fix" issue="MPRELEASE-11">handle 
> >>+ non-jar dependnecies</action>
> >>       <action dev="aheritier" type="update" 
> >>issue="MAVEN-1712">Update dependencies to match ones in maven
> >>1.1 core and to unify them between plugins. The following 
> dependencies 
> >>are updated :
> >>         <ul>
> >>           <li>maven v1.0-rc2 -> v1.0.2</li>
> >>
> >>
> > 
> > 
> > 
> > 
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED] For 
> > additional commands, e-mail: [EMAIL PROTECTED]
> > 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED] For 
> additional commands, e-mail: [EMAIL PROTECTED]
> 




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to