Hi,
It looks related sure :-).
I didn't notice the existing jira entry.
I'm currently made some tests with current trunk on some projects
(company ones and oss ones) to test backward compatibility/

And I have noticed I couldn't run anymore : mvn site:site (just
generate the site works now all reporting looks to be an other story
:-) ).

--
Olivier

2009/6/11 Lukas Theussl <[email protected]>:
>
> Hi Olivier,
>
> How does this relate to MNG-3402?
>
> Just wondering because we had a lot of discussions about this issue in the
> past wrt Doxia release plan [1], and from other peoples' comments I always
> got the impression that it will lead to trouble... even though I never
> noticed anything myself.
>
> -Lukas
>
> [1] http://www.nabble.com/MNG-3402-tt17207692.html
>
>
>
> [email protected] wrote:
>>
>> Author: olamy
>> Date: Wed Jun 10 21:30:40 2009
>> New Revision: 783525
>>
>> URL: http://svn.apache.org/viewvc?rev=783525&view=rev
>> Log:
>> don't filter doxia-sink-api. users will be still able to run : mvn
>> site:site
>>
>>
>> Modified:
>>
>>  maven/components/trunk/maven-core/src/main/java/org/apache/maven/DefaultArtifactFilterManager.java
>>
>> Modified:
>> maven/components/trunk/maven-core/src/main/java/org/apache/maven/DefaultArtifactFilterManager.java
>> URL:
>> http://svn.apache.org/viewvc/maven/components/trunk/maven-core/src/main/java/org/apache/maven/DefaultArtifactFilterManager.java?rev=783525&r1=783524&r2=783525&view=diff
>>
>> ==============================================================================
>> ---
>> maven/components/trunk/maven-core/src/main/java/org/apache/maven/DefaultArtifactFilterManager.java
>> (original)
>> +++
>> maven/components/trunk/maven-core/src/main/java/org/apache/maven/DefaultArtifactFilterManager.java
>> Wed Jun 10 21:30:40 2009
>> @@ -54,7 +54,7 @@
>>         artifacts.add( "classworlds" );
>>         artifacts.add( "plexus-classworlds" );
>>         artifacts.add( "commons-cli" );
>> -        artifacts.add( "doxia-sink-api" );
>> +        //artifacts.add( "doxia-sink-api" );
>>         artifacts.add( "jsch" );
>>         artifacts.add( "maven-artifact" );
>>         artifacts.add( "maven-artifact-manager" );
>>
>>
>>
>
> ---------------------------------------------------------------------
> 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