On 11-Jun-09, at 8:53 AM, Lukas Theussl wrote:


Hi Olivier,

How does this relate to MNG-3402?


This doesn't relate to anything in 3.x because it's not going to be an issue because no doxia classes will be distributed with 3.x. Not sure what you guys are planning for 3.x.

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



ol...@apache.org 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: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org


Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder,  Apache Maven
http://twitter.com/jvanzyl
http://twitter.com/SonatypeNexus
http://twitter.com/SonatypeM2E
----------------------------------------------------------

A man enjoys his work when he understands the whole and when he
is responsible for the quality of the whole

 -- Christopher Alexander, A Pattern Language


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to