maven.repo.remote = http://www.dpml.net,http://www.ibiblio.org/maven # # Banner background and foreground colors. # maven.ui.banner.background = #fff maven.ui.banner.foreground = #000 maven.xdoc.jsl = file:/${basedir}/site/etc/site.jsl maven.javadoc.stylesheet =${basedir}/site/etc/stylesheet.css maven.license.licenseFile = ${basedir}/LICENSE.txt maven.docs.src = ${basedir}/site/xdocs maven.xdoc.poweredby.image= maven.checkstyle.format = avalon pom.organization.identifier = ASF pom.specificationVersion = 1.0 # # custom tags spec # maven.javadoc.customtags = component service entry dependency configuration component.name = avalon.component component.description = Component: component.enabled = true component.scope = class service.name = avalon.service service.description = Service Export: service.enabled = true service.scope = class entry.name = avalon.entry entry.description = Context Entry: entry.enabled = true entry.scope = method dependency.name = avalon.dependency dependency.description = Service Dependency: dependency.enabled = true dependency.scope = method configuration.name = avalon.configuration configuration.description = Configuration Schema: configuration.enabled = true configuration.scope = method # # Declaration of the remote links to assign on javadoc generation. # Link declarations can be overriden in the user's build.properties # file. # sun.j2se.link = http://java.sun.com/j2se/1.4/docs/api/ avalon.framework.link = http://avalon.apache.org/framework/api/ avalon.logkit.link = http://avalon.apache.org/logkit/api/ excalibur.thread.link = http://avalon.apache.org/excalibur/thread/api/ excalibur.event.link = http://avalon.apache.org/excalibur/event/api/ maven.javadoc.links = ${sun.j2se.link},${avalon.logkit.link},${avalon.framework.link},${excalibur.thread.link},${excalibur.event.link}