You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by sj...@apache.org on 2008/08/04 20:18:25 UTC

svn commit: r682452 - /mina/asyncweb/branches/1.0/client/pom.xml

Author: sjlee
Date: Mon Aug  4 11:18:25 2008
New Revision: 682452

URL: http://svn.apache.org/viewvc?rev=682452&view=rev
Log:
added source jar as part of the maven build.

Modified:
    mina/asyncweb/branches/1.0/client/pom.xml

Modified: mina/asyncweb/branches/1.0/client/pom.xml
URL: http://svn.apache.org/viewvc/mina/asyncweb/branches/1.0/client/pom.xml?rev=682452&r1=682451&r2=682452&view=diff
==============================================================================
--- mina/asyncweb/branches/1.0/client/pom.xml (original)
+++ mina/asyncweb/branches/1.0/client/pom.xml Mon Aug  4 11:18:25 2008
@@ -45,6 +45,18 @@
                     <target>1.5</target>
                 </configuration>
             </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>
     </build>