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/09/22 00:11:05 UTC

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

Author: bentmann
Date: Sun Sep 21 15:11:05 2008
New Revision: 697629

URL: http://svn.apache.org/viewvc?rev=697629&view=rev
Log:
o Enabled Codehaus snapshot repository for l10n-maven-plugin

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=697629&r1=697628&r2=697629&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml Sun Sep 21 15:11:05 2008
@@ -305,6 +305,31 @@
   <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>