Fixed import problem with Eclipse (m2e plugin). The m2e plugin does not like the goal manifest but this should be executed by default.

git-svn-id: https://svn.apache.org/repos/asf/directmemory/trunk@1400815 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 0722ec2..0cffac1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -211,15 +211,6 @@
           </supportedProjectTypes>
           <unpackBundle>true</unpackBundle>
         </configuration>
-        <executions>
-          <execution>
-            <id>bundle-manifest</id>
-            <phase>process-classes</phase>
-            <goals>
-              <goal>manifest</goal>
-            </goals>
-          </execution>
-        </executions>
       </plugin>
 
     </plugins>
diff --git a/server/directmemory-server-commons/pom.xml b/server/directmemory-server-commons/pom.xml
index 810598d..34a3cfd 100644
--- a/server/directmemory-server-commons/pom.xml
+++ b/server/directmemory-server-commons/pom.xml
@@ -75,7 +75,6 @@
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
-        <version>${rat-plugin.version}</version>
         <executions>
           <execution>
             <id>rat-verify</id>