You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2011/08/11 06:17:26 UTC

svn commit: r1156478 - /myfaces/core/trunk/shared/pom.xml

Author: lu4242
Date: Thu Aug 11 04:17:25 2011
New Revision: 1156478

URL: http://svn.apache.org/viewvc?rev=1156478&view=rev
Log:
small fix on javadoc report version

Modified:
    myfaces/core/trunk/shared/pom.xml

Modified: myfaces/core/trunk/shared/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/shared/pom.xml?rev=1156478&r1=1156477&r2=1156478&view=diff
==============================================================================
--- myfaces/core/trunk/shared/pom.xml (original)
+++ myfaces/core/trunk/shared/pom.xml Thu Aug 11 04:17:25 2011
@@ -208,11 +208,33 @@
       </plugin>
     </plugins>
   </build>
+  <profiles>
+    <profile>
+        <id>generate-assembly</id>
+        <build>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-javadoc-plugin</artifactId>
+                    <version>2.4</version>
+                    <executions>
+                        <execution>
+                            <id>attach-javadoc</id>
+                            <goals>
+                                <goal>jar</goal>
+                            </goals>
+                        </execution>
+                    </executions>
+                </plugin>
+            </plugins>
+        </build>
+    </profile>
+  </profiles>
   <reporting>
     <plugins>
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.3</version>
+        <version>2.4</version>
       </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>