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/11/27 06:30:24 UTC

svn commit: r349181 - in /portals/pluto/trunk: maven-pluto-plugin/ pluto-ant-tasks/ pluto-ant-tasks/src/site/ pluto-container/ pluto-container/src/site/ pluto-descriptor-api/ pluto-descriptor-impl/ pluto-optional-services/ pluto-portal-driver/ pluto-po...

Author: ddewolf
Date: Sat Nov 26 21:30:13 2005
New Revision: 349181

URL: http://svn.apache.org/viewcvs?rev=349181&view=rev
Log:
Site documentation updates

Modified:
    portals/pluto/trunk/maven-pluto-plugin/pom.xml
    portals/pluto/trunk/pluto-ant-tasks/pom.xml
    portals/pluto/trunk/pluto-ant-tasks/src/site/site.xml
    portals/pluto/trunk/pluto-container/pom.xml
    portals/pluto/trunk/pluto-container/src/site/site.xml
    portals/pluto/trunk/pluto-descriptor-api/pom.xml
    portals/pluto/trunk/pluto-descriptor-impl/pom.xml
    portals/pluto/trunk/pluto-optional-services/pom.xml
    portals/pluto/trunk/pluto-portal-driver/pom.xml
    portals/pluto/trunk/pluto-portal/pom.xml
    portals/pluto/trunk/pluto-portal/src/site/site.xml
    portals/pluto/trunk/pluto-site/src/site/apt/subprojects.apt
    portals/pluto/trunk/pluto-site/src/site/site.xml
    portals/pluto/trunk/pluto-taglib/pom.xml
    portals/pluto/trunk/pluto-testsuite/pom.xml
    portals/pluto/trunk/pluto-util/pom.xml

Modified: portals/pluto/trunk/maven-pluto-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/maven-pluto-plugin/pom.xml?rev=349181&r1=349180&r2=349181&view=diff
==============================================================================
--- portals/pluto/trunk/maven-pluto-plugin/pom.xml (original)
+++ portals/pluto/trunk/maven-pluto-plugin/pom.xml Sat Nov 26 21:30:13 2005
@@ -79,6 +79,14 @@
         <includes><include>**/*.mmld</include></includes>
       </resource>
     </resources>
+    <plugins>
+      <plugin>
+        <artifactId>maven-site-plugin</artifactId>
+	    <configuration>
+          <resourcesDirectory>${basedir}/../pluto-site/src/site/resources</resourcesDirectory>
+        </configuration>
+      </plugin>
+	</plugins>
   </build> 
 </project>
 

Modified: portals/pluto/trunk/pluto-ant-tasks/pom.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/pluto-ant-tasks/pom.xml?rev=349181&r1=349180&r2=349181&view=diff
==============================================================================
--- portals/pluto/trunk/pluto-ant-tasks/pom.xml (original)
+++ portals/pluto/trunk/pluto-ant-tasks/pom.xml Sat Nov 26 21:30:13 2005
@@ -37,6 +37,15 @@
     <resources>
 
     </resources>
+	<plugins>
+      <plugin>
+        <artifactId>maven-site-plugin</artifactId>
+	    <configuration>
+          <resourcesDirectory>${basedir}/../pluto-site/src/site/resources</resourcesDirectory>
+        </configuration>
+      </plugin>
+	</plugins>
+
   </build> 
 </project>
 

Modified: portals/pluto/trunk/pluto-ant-tasks/src/site/site.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/pluto-ant-tasks/src/site/site.xml?rev=349181&r1=349180&r2=349181&view=diff
==============================================================================
--- portals/pluto/trunk/pluto-ant-tasks/src/site/site.xml (original)
+++ portals/pluto/trunk/pluto-ant-tasks/src/site/site.xml Sat Nov 26 21:30:13 2005
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <project name="Maven">
   <bannerLeft>
-    <name>Pluto</name>
+    <name>Pluto Ant Plugin</name>
     <src>http://portals.apache.org/pluto/images/pluto.png</src>
     <href>http://portals.apache.org/pluto</href>
   </bannerLeft>
   <bannerRight>
-    <src>http://portals.apache.org/pluto/images/pluto11.png</src>
+    <src>http://portals.apache.org/pluto/images/banner.png</src>
   </bannerRight>
   <body>
     <links>

Modified: portals/pluto/trunk/pluto-container/pom.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/pluto-container/pom.xml?rev=349181&r1=349180&r2=349181&view=diff
==============================================================================
--- portals/pluto/trunk/pluto-container/pom.xml (original)
+++ portals/pluto/trunk/pluto-container/pom.xml Sat Nov 26 21:30:13 2005
@@ -73,28 +73,35 @@
     </resources>
     <plugins>
 
-      <!-- Assembly Plugin - Create Distributions -->
-      <plugin>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <configuration>
-          <descriptor>src/assemble/bin.xml</descriptor>
-          <finalName>pluto-container-1.1.0-SNAPSHOT</finalName>
-        </configuration>
-      </plugin>
+    <!-- Assembly Plugin - Create Distributions -->
+    <plugin>
+      <artifactId>maven-assembly-plugin</artifactId>
+      <configuration>
+        <descriptor>src/assemble/bin.xml</descriptor>
+        <finalName>pluto-container-1.1.0-SNAPSHOT</finalName>
+      </configuration>
+    </plugin>
 
-      <!-- Surefire Plugin - Exec Tests -->
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-	<version>2.0-beta-1</version>
-        <configuration>
-          <includes>
-            <include>**/*Test.java</include>
-          </includes>
-          <excludes>
-            <exclude>**/PlutoTestCase.java</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
-    </plugins>
+    <!-- Surefire Plugin - Exec Tests -->
+    <plugin>
+      <artifactId>maven-surefire-plugin</artifactId>
+      <configuration>
+        <includes>
+          <include>**/*Test.java</include>
+        </includes>
+        <excludes>
+          <exclude>**/PlutoTestCase.java</exclude>
+        </excludes>
+      </configuration>
+    </plugin>
+
+	<plugin>
+      <artifactId>maven-site-plugin</artifactId>
+	  <configuration>
+        <resourcesDirectory>${basedir}/../pluto-site/src/site/resources</resourcesDirectory>
+      </configuration>
+    </plugin>
+
+  </plugins>
   </build>
 </project>

Modified: portals/pluto/trunk/pluto-container/src/site/site.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/pluto-container/src/site/site.xml?rev=349181&r1=349180&r2=349181&view=diff
==============================================================================
--- portals/pluto/trunk/pluto-container/src/site/site.xml (original)
+++ portals/pluto/trunk/pluto-container/src/site/site.xml Sat Nov 26 21:30:13 2005
@@ -6,7 +6,7 @@
     <href>http://portals.apache.org/pluto</href>
   </bannerLeft>
   <bannerRight>
-    <src>http://portals.apache.org/pluto/images/pluto11.png</src>
+    <src>http://portals.apache.org/pluto/images/banner.png</src>
   </bannerRight>
   <body>
     <links>

Modified: portals/pluto/trunk/pluto-descriptor-api/pom.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/pluto-descriptor-api/pom.xml?rev=349181&r1=349180&r2=349181&view=diff
==============================================================================
--- portals/pluto/trunk/pluto-descriptor-api/pom.xml (original)
+++ portals/pluto/trunk/pluto-descriptor-api/pom.xml Sat Nov 26 21:30:13 2005
@@ -27,6 +27,12 @@
           <finalName>portals-pluto-1.0-SNAPSHOT</finalName>
         </configuration>
       </plugin>
+      <plugin>
+        <artifactId>maven-site-plugin</artifactId>
+	    <configuration>
+          <resourcesDirectory>${basedir}/../pluto-site/src/site/resources</resourcesDirectory>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 </project>

Modified: portals/pluto/trunk/pluto-descriptor-impl/pom.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/pluto-descriptor-impl/pom.xml?rev=349181&r1=349180&r2=349181&view=diff
==============================================================================
--- portals/pluto/trunk/pluto-descriptor-impl/pom.xml (original)
+++ portals/pluto/trunk/pluto-descriptor-impl/pom.xml Sat Nov 26 21:30:13 2005
@@ -39,7 +39,13 @@
           <finalName>pluto-descriptor-impl-${pom.version}</finalName>
         </configuration>
       </plugin>
-    </plugins>
+      <plugin>
+        <artifactId>maven-site-plugin</artifactId>
+	    <configuration>
+          <resourcesDirectory>${basedir}/../pluto-site/src/site/resources</resourcesDirectory>
+        </configuration>
+      </plugin>
+	</plugins>
   </build>
   
   <dependencies>

Modified: portals/pluto/trunk/pluto-optional-services/pom.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/pluto-optional-services/pom.xml?rev=349181&r1=349180&r2=349181&view=diff
==============================================================================
--- portals/pluto/trunk/pluto-optional-services/pom.xml (original)
+++ portals/pluto/trunk/pluto-optional-services/pom.xml Sat Nov 26 21:30:13 2005
@@ -75,6 +75,12 @@
           <finalName>pluto-portal-${pom.version}</finalName>
         </configuration>
       </plugin>
+      <plugin>
+        <artifactId>maven-site-plugin</artifactId>
+	    <configuration>
+          <resourcesDirectory>${basedir}/../pluto-site/src/site/resources</resourcesDirectory>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 </project>

Modified: portals/pluto/trunk/pluto-portal-driver/pom.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/pluto-portal-driver/pom.xml?rev=349181&r1=349180&r2=349181&view=diff
==============================================================================
--- portals/pluto/trunk/pluto-portal-driver/pom.xml (original)
+++ portals/pluto/trunk/pluto-portal-driver/pom.xml Sat Nov 26 21:30:13 2005
@@ -107,6 +107,12 @@
           <finalName>pluto-portal-${pom.version}</finalName>
         </configuration>
       </plugin>
+      <plugin>
+        <artifactId>maven-site-plugin</artifactId>
+	    <configuration>
+          <resourcesDirectory>${basedir}/../pluto-site/src/site/resources</resourcesDirectory>
+        </configuration>
+      </plugin>
     </plugins>
 
   </build>

Modified: portals/pluto/trunk/pluto-portal/pom.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/pluto-portal/pom.xml?rev=349181&r1=349180&r2=349181&view=diff
==============================================================================
--- portals/pluto/trunk/pluto-portal/pom.xml (original)
+++ portals/pluto/trunk/pluto-portal/pom.xml Sat Nov 26 21:30:13 2005
@@ -46,6 +46,12 @@
 		  <finalName>pluto-portal-${pom.version}</finalName>
         </configuration>
       </plugin>
+      <plugin>
+        <artifactId>maven-site-plugin</artifactId>
+	    <configuration>
+          <resourcesDirectory>${basedir}/../pluto-site/src/site/resources</resourcesDirectory>
+        </configuration>
+      </plugin>
     </plugins>
 
   </build>

Modified: portals/pluto/trunk/pluto-portal/src/site/site.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/pluto-portal/src/site/site.xml?rev=349181&r1=349180&r2=349181&view=diff
==============================================================================
--- portals/pluto/trunk/pluto-portal/src/site/site.xml (original)
+++ portals/pluto/trunk/pluto-portal/src/site/site.xml Sat Nov 26 21:30:13 2005
@@ -6,7 +6,7 @@
     <href>http://portals.apache.org/pluto</href>
   </bannerLeft>
   <bannerRight>
-    <src>http://portals.apache.org/pluto/images/pluto11.png</src>
+    <src>http://portals.apache.org/pluto/images/banner.png</src>
   </bannerRight>
   <body>
     <links>

Modified: portals/pluto/trunk/pluto-site/src/site/apt/subprojects.apt
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/pluto-site/src/site/apt/subprojects.apt?rev=349181&r1=349180&r2=349181&view=diff
==============================================================================
--- portals/pluto/trunk/pluto-site/src/site/apt/subprojects.apt (original)
+++ portals/pluto/trunk/pluto-site/src/site/apt/subprojects.apt Sat Nov 26 21:30:13 2005
@@ -12,32 +12,30 @@
   automation tool.  Pluto follows maven's best practices and is
   organized into modules or subprojects.
 
-* Pluto Container
+* Container Subprojects
+
+  * Pluto Container
 
   The Pluto Container is the core compontent of the Apache Pluto
   project.  All other modules either support the development.  The
   Pluto Container is the reference implementation of the Portlet 
   Specification.
 
-* Pluto Descriptor API
+  * Pluto Tags
 
-  A domain model which represents the deployment descriptors read
-  by the portlet container.  Contains service interfaces for reading
-  and writing portlet.xml and web.xml.
+  The Java Portlet Tag Library implementation which is provided
+  with the container.
 
-* Pluto Descriptor Impl
 
-  The default implementation of the Pluto Descriptor API Subproject.
-  The default implementation utilzes castor for reading and writing
-  portlet and web application descriptors.
+* Portal/Testing Subprojects
 
-* Pluto Portal Driver
+  * Pluto Portal Driver
 
   A driver library for the Pluto Portlet Container.  Provides service 
   implementations and utilities for implementing a portal which utilizes
   the container.
 
-* Pluto Portal
+  * Pluto Portal
 
   The user interface components (web application) of the Pluto Portal.
   The pluto portal is a simple portal application which embeds the portal.
@@ -45,14 +43,52 @@
   is meant to be an example of how to embed the container and a lightweight
   environment for developing and testing portlets.
 
-* Pluto Deploy
-
-  Deployment Utilities for working with the Pluto Portal.
-
-* Pluto Testsuite
+  * Pluto Testsuite
 
   A test portlet which can be used to exercise and test any 
   portlet container.
+
+* Libraries and Supporting Subprojects
+
+  * Pluto Descriptor API
+
+  A domain model which represents the deployment descriptors read
+  by the portlet container.  Contains service interfaces for reading
+  and writing portlet.xml and web.xml.
+
+  * Pluto Descriptor Impl
+
+  The default implementation of the Pluto Descriptor API Subproject.
+  The default implementation utilzes castor for reading and writing
+  portlet and web application descriptors.
+
+  * Pluto Optional Services
+
+  Provides optional implementations of the Pluto Container Services.
+  Includes database implementations of the PortletPreferencesService
+  and the UserAttributeService.
+
+* Utilities and Tools (for working with the Pluto Portal)
+
+  * Pluto Util
+
+  Utilities for working with the Pluto Portal.  Includes libraries for 
+  installing pluto, assembling portlet applications for deployment in
+  pluto, deploying to pluto, and publishing portlets to pluto.
+
+  * Maven Plugin
+
+  Provides Maven goals for utilizing the Pluto utilities. Install
+  the portal within a servlet container, assemble portlets, 
+  deploy portlets, and publish portlets to th Pluto Portal.
+
+  * Ant Tasks
+
+  Ant tasks which allow developers to utilize the Pluto utilities
+  within ant.  Currently supports assembling wars for deployment 
+  within pluto.
+
+
 
 
 

Modified: portals/pluto/trunk/pluto-site/src/site/site.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/pluto-site/src/site/site.xml?rev=349181&r1=349180&r2=349181&view=diff
==============================================================================
--- portals/pluto/trunk/pluto-site/src/site/site.xml (original)
+++ portals/pluto/trunk/pluto-site/src/site/site.xml Sat Nov 26 21:30:13 2005
@@ -45,11 +45,18 @@
 
       <menu name="Subprojects" href="subprojects.html" collapsed="true">
         <item name="Portlet Container" href="/pluto-container/index.html"/>
+		<item name="Portlet Tags" href="/pluto-taglib/index.html"/>
+
         <item name="Portal Driver" href="/pluto-container/index.html"/>
         <item name="Portal" href="/pluto-container/index.html"/>
+		<item name="Testsuite" href="/pluto-testsuite/index.html"/>
 
         <item name="Descriptor API" href="/pluto-descriptor-api/index.html"/>
         <item name="Descriptor Impl" href="/pluto-descriptor-impl/index.html"/>
+
+		<item name="Optional Services" href="/pluto-optional-services/index.html"/>
+		<item name="Maven Plugin" href="/maven-pluto-plugin/index.html"/>
+		<item name="Ant Tasks" href="/pluto-ant-tasks/index.html"/>
         <item name="Util" href="/pluto-container/index.html"/>
       </menu>
     </menu>

Modified: portals/pluto/trunk/pluto-taglib/pom.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/pluto-taglib/pom.xml?rev=349181&r1=349180&r2=349181&view=diff
==============================================================================
--- portals/pluto/trunk/pluto-taglib/pom.xml (original)
+++ portals/pluto/trunk/pluto-taglib/pom.xml Sat Nov 26 21:30:13 2005
@@ -50,6 +50,12 @@
 		  <finalName>pluto-taglib-${pom.currentVersion}</finalName>
         </configuration>
       </plugin>
+      <plugin>
+        <artifactId>maven-site-plugin</artifactId>
+	    <configuration>
+          <resourcesDirectory>${basedir}/../pluto-site/src/site/resources</resourcesDirectory>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 </project>

Modified: portals/pluto/trunk/pluto-testsuite/pom.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/pluto-testsuite/pom.xml?rev=349181&r1=349180&r2=349181&view=diff
==============================================================================
--- portals/pluto/trunk/pluto-testsuite/pom.xml (original)
+++ portals/pluto/trunk/pluto-testsuite/pom.xml Sat Nov 26 21:30:13 2005
@@ -80,6 +80,12 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <artifactId>maven-site-plugin</artifactId>
+	    <configuration>
+          <resourcesDirectory>${basedir}/../pluto-site/src/site/resources</resourcesDirectory>
+        </configuration>
+      </plugin>
     <!--
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>

Modified: portals/pluto/trunk/pluto-util/pom.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/pluto-util/pom.xml?rev=349181&r1=349180&r2=349181&view=diff
==============================================================================
--- portals/pluto/trunk/pluto-util/pom.xml (original)
+++ portals/pluto/trunk/pluto-util/pom.xml Sat Nov 26 21:30:13 2005
@@ -78,6 +78,12 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
       </plugin>
+      <plugin>
+        <artifactId>maven-site-plugin</artifactId>
+	    <configuration>
+          <resourcesDirectory>${basedir}/../pluto-site/src/site/resources</resourcesDirectory>
+        </configuration>
+      </plugin>
     </plugins>
   </reporting>
 </project>