You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by dd...@apache.org on 2005/07/30 03:07:59 UTC

svn commit: r226453 - /portals/pluto/branches/pluto-1.1/pluto-site/pom.xml

Author: ddewolf
Date: Fri Jul 29 18:07:55 2005
New Revision: 226453

URL: http://svn.apache.org/viewcvs?rev=226453&view=rev
Log:
Adding Pluto 1.1. Maven Installer.
-- Includes Pluto Maven Plugin
-- Installer Sub Project
-- Updating Release Notes.

Added:
    portals/pluto/branches/pluto-1.1/pluto-site/pom.xml

Added: portals/pluto/branches/pluto-1.1/pluto-site/pom.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/branches/pluto-1.1/pluto-site/pom.xml?rev=226453&view=auto
==============================================================================
--- portals/pluto/branches/pluto-1.1/pluto-site/pom.xml (added)
+++ portals/pluto/branches/pluto-1.1/pluto-site/pom.xml Fri Jul 29 18:07:55 2005
@@ -0,0 +1,27 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <artifactId>pluto</artifactId>
+    <groupId>org.apache.pluto</groupId>
+    <version>1.1-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>maven-site</artifactId>
+  <name>Pluto</name>
+  <url>http://portals.apache.org/pluto/pluto-1.1</url>
+  <inceptionYear>2001</inceptionYear>
+  <distributionManagement>
+    <site>
+      <id>website</id>
+	  <url>scp://minotaur.apache.org/www/portals.apache.org/pluto/pluto-1.1</url>
+    </site>
+  </distributionManagement>
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </reporting>
+</project>