Author: clement
Date: Wed Sep 26 02:00:40 2007
New Revision: 579524

URL: http://svn.apache.org/viewvc?rev=579524&view=rev
Log:
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.

Modified:
    felix/trunk/ipojo/plugin/pom.xml
    felix/trunk/ipojo/plugin/src/main/resources/archetype-resources/pom.xml

Modified: felix/trunk/ipojo/plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/ipojo/plugin/pom.xml?rev=579524&r1=579523&r2=579524&view=diff
==============================================================================
--- felix/trunk/ipojo/plugin/pom.xml (original)
+++ felix/trunk/ipojo/plugin/pom.xml Wed Sep 26 02:00:40 2007
@@ -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>

Modified: 
felix/trunk/ipojo/plugin/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/ipojo/plugin/src/main/resources/archetype-resources/pom.xml?rev=579524&r1=579523&r2=579524&view=diff
==============================================================================
--- felix/trunk/ipojo/plugin/src/main/resources/archetype-resources/pom.xml 
(original)
+++ felix/trunk/ipojo/plugin/src/main/resources/archetype-resources/pom.xml Wed 
Sep 26 02:00:40 2007
@@ -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>


Reply via email to