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@579524 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/plugin/pom.xml b/ipojo/plugin/pom.xml
index c222ca9..8e65fe2 100644
--- a/ipojo/plugin/pom.xml
+++ b/ipojo/plugin/pom.xml
@@ -6,7 +6,8 @@
     <relativePath>../../pom/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <artifactId>org.apache.felix.ipojo.plugin</artifactId>
+  <!-- <artifactId>org.apache.felix.ipojo.plugin</artifactId>  -->
+  <artifactId>maven-ipojo-plugin</artifactId>
   <version>0.7.5-SNAPSHOT</version>
   <name>Apache Felix iPOJO Maven Plugin</name>
   <packaging>maven-plugin</packaging>
diff --git a/ipojo/plugin/src/main/resources/archetype-resources/pom.xml b/ipojo/plugin/src/main/resources/archetype-resources/pom.xml
index 90f46b4..4f9683c 100644
--- a/ipojo/plugin/src/main/resources/archetype-resources/pom.xml
+++ b/ipojo/plugin/src/main/resources/archetype-resources/pom.xml
@@ -23,7 +23,7 @@
       </plugin>
       <plugin>
 	      <groupId>org.apache.felix</groupId>
-	      <artifactId>org.apache.felix.ipojo.plugin</artifactId>
+	      <artifactId>maven-ipojo-plugin</artifactId>
 		  <executions>
           	<execution>
             	<goals>