You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2010/01/16 13:20:35 UTC

svn commit: r899925 - in /myfaces/trinidad/trunk: pom.xml trinidad-impl/src/main/resources/META-INF/agent/ie7win.xml

Author: matzew
Date: Sat Jan 16 12:20:34 2010
New Revision: 899925

URL: http://svn.apache.org/viewvc?rev=899925&view=rev
Log:
adding source plugin

Modified:
    myfaces/trinidad/trunk/pom.xml
    myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/agent/ie7win.xml   (props changed)

Modified: myfaces/trinidad/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/pom.xml?rev=899925&r1=899924&r2=899925&view=diff
==============================================================================
--- myfaces/trinidad/trunk/pom.xml (original)
+++ myfaces/trinidad/trunk/pom.xml Sat Jan 16 12:20:34 2010
@@ -502,7 +502,20 @@
     </pluginManagement>
     
     <plugins>
-      <!-- is this right? -->      
+      <!-- force generating a *-sources.jar when building a jar -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-source-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-source</id>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+
       <plugin>
         <groupId>org.apache.myfaces.trinidadbuild</groupId>
         <artifactId>maven-xrts-plugin</artifactId>

Propchange: myfaces/trinidad/trunk/trinidad-impl/src/main/resources/META-INF/agent/ie7win.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain