Adding support for creating a web tool eclipse project
------------------------------------------------------
Key: SHINDIG-3
URL: https://issues.apache.org/jira/browse/SHINDIG-3
Project: Shindig
Issue Type: Improvement
Environment: eclipse
Reporter: Sami Shalabi
Priority: Minor
Attached is the fix to have maven create an eclipse war project via:
mvn eclipse:eclipse
Fix:
Index: java/gadgets/pom.xml
===================================================================
--- java/gadgets/pom.xml (revision 609816)
+++ java/gadgets/pom.xml (working copy)
@@ -20,6 +20,13 @@
<finalName>gadgets</finalName>
<plugins>
<plugin>
+ <groupId>org.apache.maven.plugins </groupId>
+ <artifactId>maven-eclipse-plugin</artifactId>
+ <configuration>
+ <wtpversion>1.0</wtpversion>
+ </configuration>
+ </plugin>
+ <plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.