# # 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}/../site/etc/LICENSE.txt maven.checkstyle.format = avalon pom.organization.identifier = ASF pom.specificationVersion = 1.0 # # 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}