You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2010/07/27 12:50:13 UTC

svn commit: r979636 - /maven/plugins/trunk/maven-linkcheck-plugin/pom.xml

Author: dennisl
Date: Tue Jul 27 10:50:13 2010
New Revision: 979636

URL: http://svn.apache.org/viewvc?rev=979636&view=rev
Log:
o Use latest parent
o Add a l10n-maven-plugin report in a reporting profile

Modified:
    maven/plugins/trunk/maven-linkcheck-plugin/pom.xml

Modified: maven/plugins/trunk/maven-linkcheck-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-linkcheck-plugin/pom.xml?rev=979636&r1=979635&r2=979636&view=diff
==============================================================================
--- maven/plugins/trunk/maven-linkcheck-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-linkcheck-plugin/pom.xml Tue Jul 27 10:50:13 2010
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>14</version>
+    <version>18</version>
   </parent>
 
   <artifactId>maven-linkcheck-plugin</artifactId>
@@ -158,6 +158,26 @@ under the License.
 
   <profiles>
     <profile>
+      <id>reporting</id>
+      <reporting>
+        <plugins>
+          <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>l10n-maven-plugin</artifactId>
+            <version>1.0-alpha-2</version>
+            <configuration>
+              <!-- Add locales here when the plugin is localized
+              <locales>
+                <locale>de</locale>
+              </locales>
+              -->
+            </configuration>
+          </plugin>
+        </plugins>
+      </reporting>
+    </profile>
+
+    <profile>
       <id>run-its</id>
       <build>
         <plugins>