# Copyright (c) 2003, Caltha - Gajda, Krzewski, Mach, Potempski Sp.J. # All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, # are permitted provided that the following conditions are met: # # * Redistributions of source code must retain the above copyright notice, # this list of conditions and the following disclaimer. # * Redistributions in binary form must reproduce the above copyright notice, # this list of conditions and the following disclaimer in the documentation # and/or other materials provided with the distribution. # * Neither the name of the Caltha - Gajda, Krzewski, Mach, Potempski Sp.J. # nor the names of its contributors may be used to endorse or promote products # derived from this software without specific prior written permission. # # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. # IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, # INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, # BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, # OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, # WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # # master project.properties for objectledge # # $Id: project.properties,v 1.37 2005-09-04 13:04:25 rafal Exp $ # repositories maven.repo.remote=http://ibiblio.org/maven,http://dist.objectledge.org # announcement maven.announcement.distributionUrl=${pom.distributionSite}/releases.html # artifact maven.repo.list=robur_local maven.repo.robur_local=file:// maven.repo.robur_local.directory=/home/clients/caltha/www/objectledge.org/maven # checkstyle maven.checkstyle.properties=${basedir}/../ledge-common/checkstyle.xml # changelog maven.changelog.range=30 # clover maven.clover.report.xml=true # findbugs maven.findbugs.jvmargs=-Xmx512m maven.findbugs.excludeFilter=${basedir}/findbugsExclude.xml # java maven.compile.encoding=UTF-8 maven.compile.debug=on maven.compile.optimize=off maven.compile.source=1.5 maven.compile.target=1.5 # javadocs maven.javadoc.links=http://java.sun.com/j2se/1.5.0/docs/api/,http://objectledge.org/modules/ledge-components/apidocs/ maven.javadoc.private=true maven.javadoc.source=${maven.compile.source} maven.javadoc.additionalparam=-charset UTF-8 -breakiterator maven.javadoc.linksource=true # jar maven.jar.index=true # junit maven.junit.fork=true maven.test.failure.ignore=false # war maven.war.src=src/main/webapp maven.war.index=true # xdocs maven.xdoc.date=left maven.docs.outputencoding=UTF-8 #maven.xdoc.distributionUrl=http://objectledge.org/maven/${pom.groupId}/${maven.multiproject.type}s #maven.xdoc.theme.url=http://objectledge.org/style/project.css maven.xdoc.locale.default=en # versions versions.ledge=SNAPSHOT