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 at...@apache.org on 2008/12/13 11:42:07 UTC

svn commit: r726186 - /portals/pluto/trunk/pom.xml

Author: ate
Date: Sat Dec 13 02:42:07 2008
New Revision: 726186

URL: http://svn.apache.org/viewvc?rev=726186&view=rev
Log:
Now that the portlet-api-2.0 artefacts have been published to the central Maven repository, including -source and -javadoc jars,
we don't need to build it ourselves automatically anymore.
This also keeps us from (accidentally) publishing it again when Pluto is released. 

Modified:
    portals/pluto/trunk/pom.xml

Modified: portals/pluto/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pom.xml?rev=726186&r1=726185&r2=726186&view=diff
==============================================================================
--- portals/pluto/trunk/pom.xml (original)
+++ portals/pluto/trunk/pom.xml Sat Dec 13 02:42:07 2008
@@ -258,7 +258,6 @@
     <!-- Pluto Modules ======================================================= -->
 
     <modules>
-      <module>portlet2-api</module>
       <!-- Pluto Container API -->
         <module>pluto-container-api</module>
         
@@ -351,6 +350,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-source-plugin</artifactId>
+                    <inherited>true</inherited>
                     <executions>
                         <execution>
                             <id>attach-sources</id>
@@ -366,6 +366,11 @@
         <plugins>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-source-plugin</artifactId>
+            <inherited>true</inherited>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-site-plugin</artifactId>
           </plugin>
         </plugins>