Author: plightbo
Date: Sun Apr  2 09:39:47 2006
New Revision: 390851

URL: http://svn.apache.org/viewcvs?rev=390851&view=rev
Log:
scm url and idea configurations

Modified:
    incubator/webwork2/pom.xml

Modified: incubator/webwork2/pom.xml
URL: 
http://svn.apache.org/viewcvs/incubator/webwork2/pom.xml?rev=390851&r1=390850&r2=390851&view=diff
==============================================================================
--- incubator/webwork2/pom.xml (original)
+++ incubator/webwork2/pom.xml Sun Apr  2 09:39:47 2006
@@ -53,8 +53,9 @@
         </mailingList>
     </mailingLists>
     <scm>
-        <connection>:pserver:[EMAIL PROTECTED]:/cvs/webwork</connection>
-        <url>https://webwork.dev.java.net/source/browse/webwork/</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/webwork2/trunk/</connection>
+        
<developerConnection>scm:svn:http://svn.apache.org/repos/asf/incubator/webwork2/trunk/</developerConnection>
+        <url>http://svn.apache.org/repos/asf/incubator/webwork2/trunk/</url>
     </scm>
     <licenses>
         <license>
@@ -134,6 +135,25 @@
             </testResource>
         </testResources>
         <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-idea-plugin</artifactId>
+                <configuration>
+                    <jdkName>1.5</jdkName>
+                    <exclude>target,test-output,.clover</exclude>
+                    <useShortDependencyNames>true</useShortDependencyNames>
+                    <libraries>
+                        <library>
+                            <name>xwork</name>
+                            <sources>file://$xwork$/src/java</sources>
+                        </library>
+                        <library>
+                            <name>xwork-tiger</name>
+                            <sources>file://$xwork$/tiger/src/java</sources>
+                        </library>
+                    </libraries>
+                </configuration>
+            </plugin>
             <plugin>
                 <artifactId>maven-compiler-plugin</artifactId>
                 <configuration>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to