# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. maven.compile.encoding=ISO-8859-1 maven.docs.outputencoding=UTF-8 maven.javadoc.additionalparam=-J-showversion maven.javadoc.author=false maven.javadoc.bottom=Copyright maven.javadoc.customtags=tag1 tag2 tag1.name=todo tag1.description=To Do: tag1.enabled=true tag1.scope=all tag2.name=task tag2.description=Task: tag2.enabled=false tag2.scope=all maven.javadoc.destdir=apidocs maven.javadoc.doclet=org.apache.MyDoclet maven.javadoc.docletpath=/path/to/doclet maven.javadoc.excludepackagenames=org.apache.internal,org.apache.test maven.javadoc.footer=The footer maven.javadoc.header=The header maven.javadoc.links=http://java.sun.com/j2se/1.4/docs/api/ maven.javadoc.locale=en_US maven.javadoc.maxmemory=1024m maven.javadoc.mode.online=true maven.javadoc.offlineLinks=/opt/java-apidoc/j2sdk1.4.2/docs/api/ maven.javadoc.overview=src/main/java/org/apache/overview.html maven.javadoc.package=true maven.javadoc.private=false maven.javadoc.public=false maven.javadoc.source=1.3 maven.javadoc.stylesheet=myStylesheet.css maven.javadoc.taglets=org.apache.MyTaglet maven.javadoc.tagletpath=/path/to/taglet maven.javadoc.use=true maven.javadoc.version=true maven.javadoc.windowtitle=The title pom.package=org.apache.maven