try fix javadoc on prepare release
diff --git a/test12/pom.xml b/test12/pom.xml
index 1f9f615..fee5ea9 100644
--- a/test12/pom.xml
+++ b/test12/pom.xml
@@ -206,5 +206,29 @@
                 </plugins>
             </build>
         </profile>
+        <profile>
+            <id>generate-assembly-2</id>
+            <activation>
+                <property>
+                    <name>prepareRelease</name>
+                    <value>true</value>
+                </property>
+            </activation>
+            <build>
+                <plugins>
+                    <plugin>
+                        <artifactId>maven-javadoc-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <id>attach-javadoc</id>
+                                <goals>
+                                    <goal>jar</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
     </profiles>
 </project>
diff --git a/test20/pom.xml b/test20/pom.xml
index a8d0ccd..37ffffb 100644
--- a/test20/pom.xml
+++ b/test20/pom.xml
@@ -249,6 +249,30 @@
                 </plugins>
             </build>
         </profile>
+        <profile>
+            <id>generate-assembly-2</id>
+            <activation>
+                <property>
+                    <name>prepareRelease</name>
+                    <value>true</value>
+                </property>
+            </activation>
+            <build>
+                <plugins>
+                    <plugin>
+                        <artifactId>maven-javadoc-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <id>attach-javadoc</id>
+                                <goals>
+                                    <goal>jar</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
     </profiles>
     <reporting>
       <plugins>
diff --git a/test22/pom.xml b/test22/pom.xml
index d06cc23..e736df6 100644
--- a/test22/pom.xml
+++ b/test22/pom.xml
@@ -257,6 +257,30 @@
                 </plugins>
             </build>
         </profile>
+        <profile>
+            <id>generate-assembly-2</id>
+            <activation>
+                <property>
+                    <name>prepareRelease</name>
+                    <value>true</value>
+                </property>
+            </activation>
+            <build>
+                <plugins>
+                    <plugin>
+                        <artifactId>maven-javadoc-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <id>attach-javadoc</id>
+                                <goals>
+                                    <goal>jar</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
     </profiles>
     <reporting>
       <plugins>
diff --git a/test23/pom.xml b/test23/pom.xml
index 0cce028..73b151a 100644
--- a/test23/pom.xml
+++ b/test23/pom.xml
@@ -257,6 +257,30 @@
                 </plugins>

             </build>

         </profile>

+        <profile>

+            <id>generate-assembly-2</id>

+            <activation>

+                <property>

+                    <name>prepareRelease</name>

+                    <value>true</value>

+                </property>

+            </activation>

+            <build>

+                <plugins>

+                    <plugin>

+                        <artifactId>maven-javadoc-plugin</artifactId>

+                        <executions>

+                            <execution>

+                                <id>attach-javadoc</id>

+                                <goals>

+                                    <goal>jar</goal>

+                                </goals>

+                            </execution>

+                        </executions>

+                    </plugin>

+                </plugins>

+            </build>

+        </profile>

     </profiles>

     <reporting>

       <plugins>