On 12/11/06, Lukas Theussl <[EMAIL PROTECTED]> wrote:

If we fix all backward compat problems then there is no reason for
anyone to use a new plugin with an old release of maven...


I'm completely agreed ;-)


The artifact plugin should be released for RC1, as it contains the fix
for MPARTIFACT-71 (the reject HostKey error), which was the only
blocking plugin issue we had in beta-3.


yes. I hope also to add MPARTIFACT-16 (I already did it on my computer and
it works fine) which isn't a bug fix but a new feature. It will allow our
users to publish artifacts on archiva which is very useful to have
heterogeneous builds in maven 1 and maven 2 at the same time.

Arnaud

-Lukas


Arnaud HERITIER wrote:
> Yes it's documented. But it's annoying for us and our users because this
> plugin and a lot of others are now working only with maven 1.1...
> In fact the main problem is that we haven't a different classloader for
> plugins which could allow us to read the model with dom4j in the plugin
and
> with another reader in the core.
>
> Arnaud
>
>
>
> brettporter wrote:
>
>>Yes, I thought I documented that it would only work from beta 3 and
>>up, and the old version was to be used on old ones.
>>
>>- Brett
>>
>>On 11/12/2006, at 10:37 AM, Arnaud HERITIER wrote:
>>
>>
>>>Because the plugin depends of a given release of maven-model which is
>>>override by the one in the core.
>>>For example a release of this plugin which uses the Dom4J reader
>>>can't run
>>>on a maven release which doesn't provide a model with this reader
>>>(1.1 beta
>>>1 or 2 in this case).
>>>It annoying in a long term but will there a long term for m1 ;-)
>>>
>>>Arnaud
>>>
>>>
>>>
>>>On 12/11/06, Brett Porter <[EMAIL PROTECTED]> wrote:
>>>
>>>>What's the problem with this?
>>>>
>>>>- Brett
>>>>
>>>>On 10/12/2006, at 12:31 AM, Arnaud HERITIER wrote:
>>>>
>>>>
>>>>>The artifact plugin for the PomRewriter uses directly the maven-
>>>>>model [1]
>>>>>:-(
>>>>>
>>>>>*import* org.apache.maven.project.io.dom4j.MavenDom4jReader;
>>>>>*import* org.apache.maven.project.io.dom4j.MavenDom4jWriter;
>>>>>
>>>>>
>>>>>It's bad and very annoying to keep the compatibility with a given
>>>>>version of
>>>>>the core ...
>>>>>
>>>>>Arnaud
>>>>>
>>>>>[1]
>>>>>http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/artifact/
>>>>>src/main/org/apache/maven/artifact/PomRewriter.java?view=markup
>>>>>
>>>>>On 12/9/06, Lukas Theussl <[EMAIL PROTECTED]> wrote:
>>>>>
>>>>>>
>>>>>>
>>>>>>Arnaud Héritier wrote:
>>>>>>
>>>>>>
>>>>>>>  Those plugins use maven-model, thus it could be interesting to
>>>>>>
>>>>>>wait
>>>>>>
>>>>>>>for the release of maven-model 3.0.2 before to release them :
>>>>>>>
>>>>>>
>>>>>>artifact, eclipse, ejb, multiproject and xdoc are ready, they
>>>>>>should be
>>>>>>released for RC1 even without upgraded model dependency.
>>>>>>
>>>>>>-Lukas
>>>>>>
>>>>>>
>>>>
>>>>---------------------------------------------------------------------
>>>>
>>>>>>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]
>>
>>
>>
>
>

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


Reply via email to