Index: plugin.jelly =================================================================== RCS file: /home/cvspublic/maven-plugins/javadoc/plugin.jelly,v retrieving revision 1.51 diff -u -r1.51 plugin.jelly --- plugin.jelly 13 Jul 2004 12:20:03 -0000 1.51 +++ plugin.jelly 25 Jul 2004 15:40:13 -0000 @@ -51,6 +51,10 @@ maven.compile.encoding = [${maven.compile.encoding}] maven.compile.src.set = [${context.getAntProject().getReferences().get('maven.compile.src.set')}] ================================== +=== docs properties === +================================== +maven.docs.outputencoding = [${maven.docs.outputencoding}] +================================== === javadoc plugin properties === ================================== maven.javadoc.additionalparam = [${maven.javadoc.additionalparam}] @@ -173,6 +177,11 @@ + @@ -198,6 +207,12 @@ link="javadoc" description="Report on the generation of JavaDoc." /> + @@ -209,6 +224,7 @@ + @@ -423,6 +439,21 @@ inputText="${inputText}" output="${genDocs}/javadoc.xml"/> + + + Index: plugin.properties =================================================================== RCS file: /home/cvspublic/maven-plugins/javadoc/plugin.properties,v retrieving revision 1.14 diff -u -r1.14 plugin.properties --- plugin.properties 7 Jul 2004 23:01:12 -0000 1.14 +++ plugin.properties 25 Jul 2004 15:40:20 -0000 @@ -50,4 +50,4 @@ maven.javadoc.use = true maven.javadoc.useexternalfile = yes maven.javadoc.version = true -maven.javadoc.windowtitle = ${pom.name} ${pom.currentVersion} API \ No newline at end of file +maven.javadoc.windowtitle = ${pom.name} ${pom.currentVersion} API Index: project.xml =================================================================== RCS file: /home/cvspublic/maven-plugins/javadoc/project.xml,v retrieving revision 1.42 diff -u -r1.42 project.xml --- project.xml 13 Jul 2004 12:22:27 -0000 1.42 +++ project.xml 25 Jul 2004 15:40:33 -0000 @@ -124,4 +124,37 @@ 2.0 + + src/main + src/test + + + **/*TestCase.java + + + + src/test + + report.txt + + + + + + + ${basedir}/src/plugin-resources + plugin-resources + + + ${basedir} + + plugin.jelly + plugin.properties + project.properties + project.xml + javadoc-warnings.jsl + + + +