[maven-release-plugin]  copy for tag myfaces-test-project-1.0.5
diff --git a/assembly/pom.xml b/assembly/pom.xml
index b1b4d16..6656095 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -57,6 +57,12 @@
                   <version>${project.version}</version>
                   <classifier>javadoc</classifier>
                 </artifactItem>
+                <artifactItem>
+                  <groupId>org.apache.myfaces.test</groupId>
+                  <artifactId>myfaces-test22</artifactId>
+                  <version>${project.version}</version>
+                  <classifier>javadoc</classifier>
+                </artifactItem>
               </artifactItems>
               <outputDirectory>${project.build.directory}/javadoc</outputDirectory>
             </configuration>
@@ -83,6 +89,12 @@
                 </artifactItem>
                 <artifactItem>
                   <groupId>org.apache.myfaces.test</groupId>
+                  <artifactId>myfaces-test22</artifactId>
+                  <version>${project.version}</version>
+                  <classifier>sources</classifier>
+                </artifactItem>
+                <artifactItem>
+                  <groupId>org.apache.myfaces.test</groupId>
                   <artifactId>myfaces-test-project</artifactId>
                   <version>${project.version}</version>
                   <type>zip</type>
@@ -190,6 +202,12 @@
       <version>${project.version}</version>
     </dependency>
 
+    <dependency>
+      <groupId>org.apache.myfaces.test</groupId>
+      <artifactId>myfaces-test22</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+
   </dependencies>
 
 </project>
\ No newline at end of file