You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2007/03/04 23:50:51 UTC

svn commit: r514489 - /myfaces/core/branches/jsf12/pom.xml

Author: bommel
Date: Sun Mar  4 14:50:50 2007
New Revision: 514489

URL: http://svn.apache.org/viewvc?view=rev&rev=514489
Log:
jetty should work again

Modified:
    myfaces/core/branches/jsf12/pom.xml

Modified: myfaces/core/branches/jsf12/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/pom.xml?view=diff&rev=514489&r1=514488&r2=514489
==============================================================================
--- myfaces/core/branches/jsf12/pom.xml (original)
+++ myfaces/core/branches/jsf12/pom.xml Sun Mar  4 14:50:50 2007
@@ -66,6 +66,20 @@
         </configuration>
       </plugin>
     </plugins>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-idea-plugin</artifactId>
+	        <configuration>
+            <jdkName>1.5</jdkName>
+            <linkModules>true</linkModules>
+            <downloadSources>true</downloadSources>
+            <jdkLevel>5.0</jdkLevel>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
   </build>
   <dependencyManagement>
     <dependencies>
@@ -140,6 +154,10 @@
           <exclusion>
             <groupId>log4j</groupId>
             <artifactId>log4j</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
           </exclusion>
           <exclusion>
             <groupId>avalon-framework</groupId>