Change the iPOJO Plugin name to be "Maven compliant" (org.apache.felix.ipojo becomes maven-ipojo-plugin)
Fix a bug on fields from super class in the manipulator.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@579523 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/core/pom.xml b/ipojo/core/pom.xml
index 3eff517..a585389 100644
--- a/ipojo/core/pom.xml
+++ b/ipojo/core/pom.xml
@@ -81,7 +81,7 @@
       </plugin>
        <plugin>
 	      <groupId>org.apache.felix</groupId>
-	      <artifactId>org.apache.felix.ipojo.plugin</artifactId>
+	      <artifactId>maven-ipojo-plugin</artifactId>
               <version>${pom.version}</version>
 		  <executions>
           	<execution>