You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by at...@apache.org on 2008/09/24 11:15:37 UTC

svn commit: r698474 - /portals/jetspeed-2/portal/branches/security-refactoring/pom.xml

Author: ate
Date: Wed Sep 24 02:15:37 2008
New Revision: 698474

URL: http://svn.apache.org/viewvc?rev=698474&view=rev
Log:
adding maven-source-plugin to install (and deploy) -sources.jar for all artifacts to support debugging jetspeed without having to checkout the source tree itself

Modified:
    portals/jetspeed-2/portal/branches/security-refactoring/pom.xml

Modified: portals/jetspeed-2/portal/branches/security-refactoring/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/security-refactoring/pom.xml?rev=698474&r1=698473&r2=698474&view=diff
==============================================================================
--- portals/jetspeed-2/portal/branches/security-refactoring/pom.xml (original)
+++ portals/jetspeed-2/portal/branches/security-refactoring/pom.xml Wed Sep 24 02:15:37 2008
@@ -1290,6 +1290,20 @@
           </configuration>
         </plugin>
         <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-source-plugin</artifactId>
+          <version>2.0.3</version>
+          <inherited>true</inherited>
+          <executions>
+            <execution>
+              <id>attach-sources</id>
+              <goals>
+                <goal>jar</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
+        <plugin>
           <!-- to ensure the jetspeed-portal-resources artifact is visible as plugin dependency
                when it itself is build during a full mvn install -P all (mvn bug?),
                defining it as default provided dependency in pluginManagement.
@@ -1389,6 +1403,13 @@
         
       </plugins>
     </pluginManagement>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-source-plugin</artifactId>
+        <inherited>true</inherited>
+      </plugin>
+    </plugins>
 
     <resources>
       <resource>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org