Author: borges
Date: 2011-08-03 06:06:47 -0400 (Wed, 03 Aug 2011)
New Revision: 11098
Modified:
trunk/README
trunk/hornetq-core/pom.xml
Log:
Eclipse 3.7 M2E plugin now supports javacc rules.
Therefore there is no more need for the work around in hq-core/pom.xml.
Modified: trunk/README
===================================================================
--- trunk/README 2011-08-02 16:13:17 UTC (rev 11097)
+++ trunk/README 2011-08-03 10:06:47 UTC (rev 11098)
@@ -44,6 +44,6 @@
** Install the m2Eclipse plugin, and use it to import the root
project. Each sub-project will be imported automatically.
-The M2Eclipse plugin has some limitations, after importing the projects
-you should use "Maven / Update project configuration" to fix up the
-projects. If necessary consult the M2Eclipse plugin FAQ.
+The M2Eclipse plugin only works correctly with javacc Maven rules in
+Eclipse 3.7. In Eclipse 3.6 after importing the projects you should use
+"Maven / Update project configuration" to fix up the projects.
Modified: trunk/hornetq-core/pom.xml
===================================================================
--- trunk/hornetq-core/pom.xml 2011-08-02 16:13:17 UTC (rev 11097)
+++ trunk/hornetq-core/pom.xml 2011-08-03 10:06:47 UTC (rev 11098)
@@ -88,36 +88,6 @@
</executions>
</plugin>
</plugins>
- <pluginManagement>
- <plugins>
- <!--This plugin's configuration is used to store Eclipse m2e settings
only. It has no influence
- on the Maven build itself. -->
- <plugin>
- <groupId>org.eclipse.m2e</groupId>
- <artifactId>lifecycle-mapping</artifactId>
- <version>1.0.0</version>
- <configuration>
- <lifecycleMappingMetadata>
- <pluginExecutions>
- <pluginExecution>
- <pluginExecutionFilter>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>javacc-maven-plugin</artifactId>
- <versionRange>[2.6,)</versionRange>
- <goals>
- <goal>javacc</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <ignore/>
- </action>
- </pluginExecution>
- </pluginExecutions>
- </lifecycleMappingMetadata>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
</build>
</project>
Show replies by date