You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by jb...@apache.org on 2007/03/04 18:33:25 UTC

svn commit: r514445 - /incubator/tuscany/java/sca/kernel/pom.xml

Author: jboynes
Date: Sun Mar  4 09:33:23 2007
New Revision: 514445

URL: http://svn.apache.org/viewvc?view=rev&rev=514445
Log:
use released javadoc plugin
configure link to JDK JavaDoc as we reference this from ours

Modified:
    incubator/tuscany/java/sca/kernel/pom.xml

Modified: incubator/tuscany/java/sca/kernel/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/kernel/pom.xml?view=diff&rev=514445&r1=514444&r2=514445
==============================================================================
--- incubator/tuscany/java/sca/kernel/pom.xml (original)
+++ incubator/tuscany/java/sca/kernel/pom.xml Sun Mar  4 09:33:23 2007
@@ -110,6 +110,23 @@
         </dependencies>
     </dependencyManagement>
 
+    <build>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-javadoc-plugin</artifactId>
+                    <version>2.2</version>
+                    <configuration>
+                        <links>
+                            <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
+                        </links>
+                    </configuration>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+    </build>
+
     <profiles>
         <profile>
             <!-- default profile that just builds the jar files -->



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org