You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@portals.apache.org by as...@apache.org on 2022/01/04 23:24:25 UTC

svn commit: r1896685 - /portals/site/pom.xml

Author: asfgriff
Date: Tue Jan  4 23:24:25 2022
New Revision: 1896685

URL: http://svn.apache.org/viewvc?rev=1896685&view=rev
Log:
PLUTO-795 Committing site changes associated with the Pluto 3.1.1 release

Modified:
    portals/site/pom.xml

Modified: portals/site/pom.xml
URL: http://svn.apache.org/viewvc/portals/site/pom.xml?rev=1896685&r1=1896684&r2=1896685&view=diff
==============================================================================
--- portals/site/pom.xml (original)
+++ portals/site/pom.xml Tue Jan  4 23:24:25 2022
@@ -35,4 +35,18 @@
   <description>
     Apache Portals Site project    
   </description>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-site-plugin</artifactId>
+        <version>3.7.1</version>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>3.0.0</version>
+      </plugin>
+    </plugins>
+  </build>
 </project>
\ No newline at end of file