Author: lindner
Date: Mon May  9 01:40:17 2011
New Revision: 1100857

URL: http://svn.apache.org/viewvc?rev=1100857&view=rev
Log:
eclipse:eclipse goal was broken

Modified:
    shindig/trunk/pom.xml

Modified: shindig/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=1100857&r1=1100856&r2=1100857&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Mon May  9 01:40:17 2011
@@ -1006,13 +1006,12 @@
         <plugin>
           <groupId>org.apache.maven.plugins </groupId>
           <artifactId>maven-eclipse-plugin</artifactId>
-          <version>2.8</version>
+          <!-- stay at 2.6, 2.8 has problems with our poms -->
+          <version>2.6</version>
           <configuration>
             <addVersionToProjectName>true</addVersionToProjectName>
+            
<workspaceCodeStylesURL>http://svn.apache.org/repos/asf/shindig/trunk/etc/eclipse/shindig-eclipse-codestyle_2.xml</workspaceCodeStylesURL>
           </configuration>
-<!--          <configuration>-->
-<!--            
<projectNameTemplate>${project.groupId}-${project.artifactId}</projectNameTemplate>-->
-<!--          </configuration>-->
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>


Reply via email to