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 ed...@apache.org on 2008/07/23 19:44:35 UTC

svn commit: r679138 - /portals/pluto/branches/pluto-1.1.x/pom.xml

Author: edalquist
Date: Wed Jul 23 10:44:34 2008
New Revision: 679138

URL: http://svn.apache.org/viewvc?rev=679138&view=rev
Log:
PLUTO-491 Add the maven-source-plugin to the build to provide source jars as artifacts

Modified:
    portals/pluto/branches/pluto-1.1.x/pom.xml

Modified: portals/pluto/branches/pluto-1.1.x/pom.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-1.1.x/pom.xml?rev=679138&r1=679137&r2=679138&view=diff
==============================================================================
--- portals/pluto/branches/pluto-1.1.x/pom.xml (original)
+++ portals/pluto/branches/pluto-1.1.x/pom.xml Wed Jul 23 10:44:34 2008
@@ -369,6 +369,18 @@
                     configured) -->
                   <!--version>2.0-beta-7-SNAPSHOT</version-->
               </plugin>
+              <plugin>
+                  <groupId>org.apache.maven.plugins</groupId>
+                  <artifactId>maven-source-plugin</artifactId>
+                  <executions>
+                      <execution>
+                          <id>attach-sources</id>
+                          <goals>
+                              <goal>jar</goal>
+                          </goals>
+                      </execution>
+                  </executions>
+              </plugin>
           </plugins>
         </pluginManagement>