You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2009/02/27 14:15:37 UTC

svn commit: r748506 - /maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

Author: vsiveton
Date: Fri Feb 27 13:15:37 2009
New Revision: 748506

URL: http://svn.apache.org/viewvc?rev=748506&view=rev
Log:
o fix TODO

Modified:
    maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml?rev=748506&r1=748505&r2=748506&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml Fri Feb 27 13:15:37 2009
@@ -305,31 +305,6 @@
   <profiles>
     <profile>
       <id>reporting</id>
-      <!-- TODO: Remove when l10n-maven-plugin is released -->
-      <repositories>
-        <repository>
-          <id>Codehaus Snapshots</id>
-          <url>http://snapshots.repository.codehaus.org/</url>
-          <snapshots>
-            <enabled>true</enabled>
-          </snapshots>
-          <releases>
-            <enabled>false</enabled>
-          </releases>
-        </repository>
-      </repositories>
-      <pluginRepositories>
-        <pluginRepository>
-          <id>Codehaus Snapshots</id>
-          <url>http://snapshots.repository.codehaus.org/</url>
-          <snapshots>
-            <enabled>true</enabled>
-          </snapshots>
-          <releases>
-            <enabled>false</enabled>
-          </releases>
-        </pluginRepository>
-      </pluginRepositories>
       <reporting>
         <plugins>
           <plugin>