Update of /var/cvs/all/maven-base
In directory james.mmbase.org:/tmp/cvs-serv28081
Modified Files:
pom.xml
Log Message:
tried to fix javadoc targets
See also: http://cvs.mmbase.org/viewcvs/all/maven-base
Index: pom.xml
===================================================================
RCS file: /var/cvs/all/maven-base/pom.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- pom.xml 25 Mar 2009 12:27:14 -0000 1.12
+++ pom.xml 25 Mar 2009 13:55:04 -0000 1.13
@@ -439,7 +439,10 @@
<attach>true</attach>
<quiet>true</quiet>
<bottom>MMBase.org</bottom>
- <links>http://java.sun.com/j2se/1.5.0/docs/api/</links>
+ <links>
+ <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
+ <link>http://java.sun.com/javaee/5/docs/api/</link>
+ </links>
<source>1.5</source>
<tags>
<tag>
@@ -511,18 +514,22 @@
<head>This Class needs the indicated version of the MMBase
core.</head>
<name>requires</name>
</tag>
+ <!--
+ This seems to conflict with something and fails to complete
mvn javadoc:jar build
<tag>
<head>Section scope will be narrowed to <scope> (i.e.
private, package, protected)</head>
<name>scope</name>
</tag>
<tag>
- <head>Section uses (direct) SQL queries, which will be
removed/fixed</head>
<name>sql</name>
+ <head>Section uses (direct) SQL queries, which will be removed
or fixed:</head>
</tag>
<tag>
- <head>Section contains VPRO-specific code, which will be
removed/fixed</head>
<name>vpro</name>
+ <head>Section contains VPRO-specific code, which will be
removed or fixed:</head>
</tag>
+ -->
+
</tags>
</configuration>
</plugin>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs