You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2008/07/28 14:29:20 UTC

svn commit: r680333 - /maven/plugins/trunk/maven-javadoc-plugin/src/it/settings.xml

Author: bentmann
Date: Mon Jul 28 05:29:20 2008
New Revision: 680333

URL: http://svn.apache.org/viewvc?rev=680333&view=rev
Log:
o Enabled workaround for MINVOKER-43

Modified:
    maven/plugins/trunk/maven-javadoc-plugin/src/it/settings.xml

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/it/settings.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/settings.xml?rev=680333&r1=680332&r2=680333&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/settings.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/settings.xml Mon Jul 28 05:29:20 2008
@@ -8,7 +8,7 @@
       </activation>      
       <repositories>
         <repository>
-          <id>local.central</id>
+          <id>it-repo</id>
           <url>file://@localRepository@</url>
           <releases>
             <enabled>true</enabled>
@@ -20,7 +20,7 @@
       </repositories>
       <pluginRepositories>
         <pluginRepository>
-          <id>local.central</id>
+          <id>it-repo</id>
           <url>file://@localRepository@</url>
           <releases>
             <enabled>true</enabled>