You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2013/02/17 00:06:19 UTC

svn commit: r1446976 - /archiva/redback/redback-components/trunk/modello-plugins/jpox-modello-maven-plugin/pom.xml

Author: olamy
Date: Sat Feb 16 23:06:18 2013
New Revision: 1446976

URL: http://svn.apache.org/r1446976
Log:
add reporting section

Modified:
    archiva/redback/redback-components/trunk/modello-plugins/jpox-modello-maven-plugin/pom.xml

Modified: archiva/redback/redback-components/trunk/modello-plugins/jpox-modello-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/modello-plugins/jpox-modello-maven-plugin/pom.xml?rev=1446976&r1=1446975&r2=1446976&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/modello-plugins/jpox-modello-maven-plugin/pom.xml (original)
+++ archiva/redback/redback-components/trunk/modello-plugins/jpox-modello-maven-plugin/pom.xml Sat Feb 16 23:06:18 2013
@@ -81,6 +81,17 @@
       </plugin>
     </plugins>
   </build>
+
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-plugin-plugin</artifactId>
+        <version>3.2</version>
+      </plugin>
+    </plugins>
+  </reporting>
+
   <profiles>
     <profile>
       <id>run-its</id>