# 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. # ======================================================================== # You can uncomment this if you're willing to use the unofficial # Turbine-specific jar repository at the Turbine site. This will # contain all the jars needed to build Fulcrum, even if a jar # is missing on ibiblio # ======================================================================== maven.repo.remote=http://repo1.maven.org/maven/,http://turbine.apache.org/repo maven.checkstyle.format = turbine maven.checkstyle.properties = ${basedir}/project.properties maven.compile.source = 1.4 maven.compile.target = 1.4 maven.compile.debug = on maven.compile.optimize = off maven.compile.deprecation = off # Add information on compilation options to the Manifest maven.jar.manifest.attributes.list=X-Compile-Source-JDK,X-Compile-Target-JDK maven.jar.manifest.attribute.X-Compile-Source-JDK=${maven.compile.source} maven.jar.manifest.attribute.X-Compile-Target-JDK=${maven.compile.target} # ------------------------------------------------------------------- # L I C E N S E P R O P E R T I E S # ------------------------------------------------------------------- maven.license.licenseFile = ${basedir}/LICENSE.txt # display the date on the site maven.xdoc.date = left maven.xdoc.distributionUrl=http://www.apache.org/dyn/closer.cgi/turbine/fulcrum/${pom.artifactId}/binaries maven.xdoc.distributionType=zip # Announcement plugin properties maven.announcement.distributionUrl=http://www.apache.org/dyn/closer.cgi/turbine/fulcrum maven.announcement.mail.to = dev@turbine.apache.org,user@turbine.apache.org # ------------------------------------------------------------------- # C H A N G E L O G S E T T I N G S # ------------------------------------------------------------------- maven.changelog.factory = org.apache.maven.svnlib.SvnChangeLogFactory maven.changelog.svn.baseurl = http://svn.apache.org/repos/asf # ------------------------------------------------------------------- # J U N I T S E T T I N G S # ------------------------------------------------------------------- maven.junit.usefile=true maven.junit.fork=true maven.junit.jvmargs=-Xmx1024m maven.test.failure.ignore=false # ------------------------------------------------------------------- # M U L T I P R O J E C T S E T T I N G S # ------------------------------------------------------------------- maven.multiproject.ignoreFailures=false maven.multiproject.navigation=aggregate maven.multiproject.aggregateDir= maven.multiproject.type=jar maven.multiproject.includes=**/project.xml maven.multiproject.excludes=proposals/**,target/**,parent/**,project.xml # ------------------------------------------------------------------- # D A S H B O A R D S E T T I N G S # ------------------------------------------------------------------- maven.dashboard.runreactor = true maven.dashboard.rungoals = false maven.dashboard.basedir=${basedir} maven.dashboard.includes=**/project.xml maven.dashboard.excludes=proposals/**,target/**,project.xml maven.dashboard.aggregators = junittests,junitpassrate,jcoverageloc,jcoveragelipc,pmdviolations # Generated dashboard raw data file maven.multichanges.data = ${maven.build.dir}/multichanges.xml # Report name (without extension) maven.multichanges.report = multichanges-report