This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.scripting.sightly.compiler-1.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-compiler.git
commit 8b89d413fb1ef9c5c7c2a7863d7f87ebd89a4c73 Author: Radu Cotescu <[email protected]> AuthorDate: Mon Sep 5 15:05:35 2016 +0000 trivial: configured javadoc plugin git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/sightly/compiler@1759284 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 10 ++++++++++ .../apache/sling/scripting/sightly/compiler/package-info.java | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cc8a66b..54c581d 100644 --- a/pom.xml +++ b/pom.xml @@ -135,6 +135,16 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <!-- No javadocs --> + <excludePackageNames> + org.apache.sling.scripting.sightly.impl + </excludePackageNames> + </configuration> + </plugin> </plugins> </build> diff --git a/src/main/java/org/apache/sling/scripting/sightly/compiler/package-info.java b/src/main/java/org/apache/sling/scripting/sightly/compiler/package-info.java index 9c71040..83443cc 100644 --- a/src/main/java/org/apache/sling/scripting/sightly/compiler/package-info.java +++ b/src/main/java/org/apache/sling/scripting/sightly/compiler/package-info.java @@ -18,7 +18,7 @@ ******************************************************************************/ /** - * The {code org.apache.sling.scripting.sightly.compiler} package defines the API exposed by the + * The {@code org.apache.sling.scripting.sightly.compiler} package defines the API exposed by the * {@link org.apache.sling.scripting.sightly.compiler.SightlyCompiler}. */ @Version("1.0.0") -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
