[FELIX-2829] - The maven-ipojo-plugin archetype descriptor is not conform

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1067958 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/plugin/doc/changelog.txt b/ipojo/plugin/doc/changelog.txt
index 821dd1c..cd9fe58 100644
--- a/ipojo/plugin/doc/changelog.txt
+++ b/ipojo/plugin/doc/changelog.txt
@@ -1,3 +1,8 @@
+Changes from the 1.8.0 to 1.8.2

+-------------------------------

+** Bug

+    * [FELIX-2829] - The maven-ipojo-plugin archetype descriptor is not conform

+

 Changes from the 1.6.0 to 1.8.0

 -------------------------------

 ** Improvement

diff --git a/ipojo/plugin/src/main/resources/META-INF/maven/archetype-metadata.xml b/ipojo/plugin/src/main/resources/META-INF/maven/archetype-metadata.xml
index f98380b..513ca70 100644
--- a/ipojo/plugin/src/main/resources/META-INF/maven/archetype-metadata.xml
+++ b/ipojo/plugin/src/main/resources/META-INF/maven/archetype-metadata.xml
@@ -16,8 +16,10 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<archetype>
-	<id>maven-ipojo-plugin</id>
+<archetype-descriptor xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0 http://maven.apache.org/xsd/archetype-descriptor-1.0.0.xsd"
+  name="maven-ipojo-plugin">
+
 	<fileSets>
     <fileSet filtered="true" packaged="true" encoding="UTF-8">
       <directory>src/main/java</directory>
@@ -40,4 +42,4 @@
     </fileSet>
   </fileSets>
 
-</archetype>
\ No newline at end of file
+</archetype-descriptor>