You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scout-dev@ws.apache.org by an...@apache.org on 2006/12/19 06:48:10 UTC

svn commit: r488534 - /webservices/scout/branches/v0.7rc2/modules/scout/pom.xml

Author: anil
Date: Mon Dec 18 21:48:09 2006
New Revision: 488534

URL: http://svn.apache.org/viewvc?view=rev&rev=488534
Log:
add the source plugin

Modified:
    webservices/scout/branches/v0.7rc2/modules/scout/pom.xml

Modified: webservices/scout/branches/v0.7rc2/modules/scout/pom.xml
URL: http://svn.apache.org/viewvc/webservices/scout/branches/v0.7rc2/modules/scout/pom.xml?view=diff&rev=488534&r1=488533&r2=488534
==============================================================================
--- webservices/scout/branches/v0.7rc2/modules/scout/pom.xml (original)
+++ webservices/scout/branches/v0.7rc2/modules/scout/pom.xml Mon Dec 18 21:48:09 2006
@@ -28,6 +28,18 @@
            </filesets>
         </configuration>
      </plugin>
+     <plugin>
+          <artifactId>maven-source-plugin</artifactId>
+          <version>2.0</version>
+          <inherited>true</inherited>
+          <executions>
+              <execution>
+                  <goals>
+                      <goal>jar</goal>
+                   </goals>
+              </execution>
+          </executions>
+       </plugin>
 
     </plugins>
   </build>



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