[seam-commits] Seam SVN: r10882 - examples/trunk/servlet-permalink.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon May 11 22:25:22 EDT 2009


Author: dan.j.allen
Date: 2009-05-11 22:25:22 -0400 (Mon, 11 May 2009)
New Revision: 10882

Modified:
   examples/trunk/servlet-permalink/pom.xml
Log:
add eclipse project generation config


Modified: examples/trunk/servlet-permalink/pom.xml
===================================================================
--- examples/trunk/servlet-permalink/pom.xml	2009-05-12 01:09:20 UTC (rev 10881)
+++ examples/trunk/servlet-permalink/pom.xml	2009-05-12 02:25:22 UTC (rev 10882)
@@ -73,6 +73,13 @@
       </dependency>
 
       <dependency>
+         <!-- needed for reference by maven-eclipse-plugin -->
+         <groupId>javax.servlet</groupId>
+         <artifactId>servlet-api</artifactId>
+         <scope>provided</scope>
+      </dependency>
+
+      <dependency>
          <groupId>javax.transaction</groupId>
          <artifactId>jta</artifactId>
       </dependency>
@@ -171,6 +178,43 @@
          </plugin>
 
          <plugin>
+            <artifactId>maven-eclipse-plugin</artifactId>
+            <configuration>
+               <additionalBuildcommands>
+                  <buildCommand>
+                      <name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
+                  </buildCommand>
+                  <buildCommand>
+                      <name>org.jboss.tools.common.verification.verifybuilder</name>
+                  </buildCommand>
+               </additionalBuildcommands>
+               <additionalConfig>
+                  <file>
+                     <name>.settings/org.maven.ide.eclipse.prefs</name>
+                     <content>activeProfiles=jdk5
+eclipse.preferences.version=1
+fullBuildGoals=process-test-resources
+includeModules=false
+resolveWorkspaceProjects=true
+resourceFilterGoals=process-resources resources\:testResources
+skipCompilerPlugin=true
+version=1</content>
+                  </file>
+               </additionalConfig>
+               <additionalProjectFacets>
+                  <jst.jsf>1.2</jst.jsf> <!-- 2.0 is not yet supported -->
+               </additionalProjectFacets>
+               <additionalProjectnatures>
+                  <projectnature>org.eclipse.wst.jsdt.core.jsNature</projectnature>
+                  <projectnature>org.jboss.tools.jsf.jsfnature</projectnature>
+               </additionalProjectnatures>
+               <workspace>${user.home}/.eclipse/workspace</workspace>
+               <wtpdefaultserver>JBoss</wtpdefaultserver>
+               <wtpversion>1.5</wtpversion>
+            </configuration>
+         </plugin>
+
+         <plugin>
             <artifactId>maven-surefire-plugin</artifactId>
             <executions>
                <execution>




More information about the seam-commits mailing list