You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by so...@apache.org on 2009/01/10 00:17:17 UTC

svn commit: r733186 - in /myfaces/portlet-bridge/core/trunk: api/pom.xml assembly/pom.xml build-api-javadoc.sh examples/pom.xml impl/pom.xml pom.xml

Author: sobryan
Date: Fri Jan  9 15:17:17 2009
New Revision: 733186

URL: http://svn.apache.org/viewvc?rev=733186&view=rev
Log:
Some final changes to clean things up for the next release before moving on to make the same changes in the Portlet Brudge 2.0 branch.

* Removed extra version numbers
* Deleted build-api-javadoc.sh because we went a different route for Continuum

Removed:
    myfaces/portlet-bridge/core/trunk/build-api-javadoc.sh
Modified:
    myfaces/portlet-bridge/core/trunk/api/pom.xml
    myfaces/portlet-bridge/core/trunk/assembly/pom.xml
    myfaces/portlet-bridge/core/trunk/examples/pom.xml
    myfaces/portlet-bridge/core/trunk/impl/pom.xml
    myfaces/portlet-bridge/core/trunk/pom.xml

Modified: myfaces/portlet-bridge/core/trunk/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/api/pom.xml?rev=733186&r1=733185&r2=733186&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/api/pom.xml (original)
+++ myfaces/portlet-bridge/core/trunk/api/pom.xml Fri Jan  9 15:17:17 2009
@@ -18,7 +18,6 @@
   <modelVersion>4.0.0</modelVersion>
   <name>MyFaces Portlet Bridge API</name>
   <artifactId>portlet-bridge-api</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <parent>
@@ -57,6 +56,7 @@
   </dependencies>
 
   <build>
+    <!-- This is for distribution of the APIDocs for the website.  Must be run after the javadoc:javadoc target -->
     <plugins>
       <plugin>
         <groupId>org.apache.myfaces.maven</groupId>
@@ -68,6 +68,8 @@
             <inputDirectory>target/site/apidocs</inputDirectory>
           </configuration>
       </plugin>
+      
+      <!-- Generates the Javadocs for the Website.  Wagon will transport it -->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>

Modified: myfaces/portlet-bridge/core/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/assembly/pom.xml?rev=733186&r1=733185&r2=733186&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/assembly/pom.xml (original)
+++ myfaces/portlet-bridge/core/trunk/assembly/pom.xml Fri Jan  9 15:17:17 2009
@@ -34,7 +34,6 @@
     <plugins>
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
-        <!--version>2.0.1</version-->
         <configuration>
           <descriptors>
             <descriptor>src/main/assembly/dep.xml</descriptor>

Modified: myfaces/portlet-bridge/core/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/pom.xml?rev=733186&r1=733185&r2=733186&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/pom.xml (original)
+++ myfaces/portlet-bridge/core/trunk/examples/pom.xml Fri Jan  9 15:17:17 2009
@@ -18,7 +18,6 @@
   <modelVersion>4.0.0</modelVersion>
   <name>MyFaces Portlet Bridge Examples</name>
   <artifactId>portlet-bridge-examples</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <parent>

Modified: myfaces/portlet-bridge/core/trunk/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/impl/pom.xml?rev=733186&r1=733185&r2=733186&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/impl/pom.xml (original)
+++ myfaces/portlet-bridge/core/trunk/impl/pom.xml Fri Jan  9 15:17:17 2009
@@ -18,7 +18,6 @@
   <modelVersion>4.0.0</modelVersion>
   <name>MyFaces Portlet Bridge Implementation</name>
   <artifactId>portlet-bridge-impl</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   
   <parent>

Modified: myfaces/portlet-bridge/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/pom.xml?rev=733186&r1=733185&r2=733186&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/pom.xml (original)
+++ myfaces/portlet-bridge/core/trunk/pom.xml Fri Jan  9 15:17:17 2009
@@ -32,6 +32,7 @@
   specifications.  This project will work with MyFaces as well as the R.I. and intended to
   be used to develop the Portlet Bridge Reference Implementation.
   </description>
+  
   <url>http://myfaces.apache.org/portlet-bridge/1.0</url>
   
   <parent>
@@ -45,7 +46,6 @@
     <specVersion>1.0</specVersion>
     <projectSeries>1.x</projectSeries>
     <jsf.version>1.2_03</jsf.version>
-    <portlet.version>1.0</portlet.version>
   </properties>
   
   <!-- issueManagement is in parent -->
@@ -80,7 +80,7 @@
         <dependency>
           <groupId>portlet-api</groupId>
           <artifactId>portlet-api</artifactId>
-          <version>${portlet.version}</version>
+          <version>1.0</version>
           <scope>provided</scope>
         </dependency>
 
@@ -177,30 +177,6 @@
     </plugins>
   </build>
   
-  <!--reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.5</version>
-        <configuration>
-          <aggregate>false</aggregate>
-          <linksource>true</linksource>
-          <breakiterator>true</breakiterator>
-          <quiet>true</quiet>
-          <verbose>false</verbose>
-          <source>${jdk.version}</source>
-          <charset>UTF-8</charset>
-          <links>
-            <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
-            <link>http://java.sun.com/javaee/javaserverfaces/1.2_MR1/docs/api</link>
-            <link>http://portals.apache.org/pluto/portlet-1.0-apidocs/</link>
-          </links>
-        </configuration>
-      </plugin>
-    </plugins>
-  </reporting-->
-
   <profiles>  
     <!-- This profile is invoked by -DprepareRelease=true.  This allows mvn release:prepare to
          run successfully on the assembly projects. -->