Revert "Modifies maven files to work with m2e"

This commit causes Eclipse to give a vaugue error message when creating a new Robot Java Project or Robot C++ Project.

This reverts commit 36241b0d6c.

Change-Id: I47b66c53604f07b6e40c0db6aa250b977d9ae903
This commit is contained in:
thomasclark
2014-05-14 14:23:39 -04:00
parent 36241b0d6c
commit 6e01adaa57
23 changed files with 364 additions and 37 deletions

View File

@@ -42,7 +42,6 @@
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -113,6 +112,5 @@
</executions>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>