| # ------------------------------------------------------------------- |
| # Copyright 2001-2004 The Apache Software Foundation. |
| # |
| # Licensed 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. |
| # ------------------------------------------------------------------- |
| # $Rev: 356022 $ $Date: 2005-12-11 12:58:34 -0800 (dim., 11 déc. 2005) $ |
| # ------------------------------------------------------------------- |
| # P R O J E C T P R O P E R T I E S |
| # ------------------------------------------------------------------- |
| |
| maven.repo.remote=http://www.ibiblio.org/maven,http://dist.codehaus.org,http://cvs.apache.org/repository |
| |
| maven.compile.source=1.4 |
| maven.compile.target=1.4 |
| maven.test.source=1.4 |
| maven.compile.deprecation=true |
| maven.compile.debug=true |
| maven.compile.optimize=true |
| |
| maven.javadoc.links=http://java.sun.com/j2se/1.4.1/docs/api/,http://java.sun.com/j2ee/1.4/docs/api/ |
| maven.javadoc.source=1.4 |
| maven.javadoc.additionalparam = -linksource |
| |
| maven.junit.fork = true |
| |
| maven.tasklist.taskTag = TODO |
| |
| # ------------------------------------------------------------------- |
| # ChangeLog Properties (Reports) |
| # ------------------------------------------------------------------- |
| maven.changelog.range=7 |
| maven.changelog.factory = org.apache.maven.svnlib.SvnChangeLogFactory |
| |
| # ------------------------------------------------------------------- |
| # use Sun coding standards |
| # ------------------------------------------------------------------- |
| |
| checkstyle.lcurly.type = eol |
| checkstyle.lcurly.method = eol |
| checkstyle.lcurly.other = eol |
| checkstyle.header.ignore.line = 1,2,3,4,5,6 |
| checkstyle.const.pattern = ^[a-z][a-zA-Z0-9]*$ |
| |
| # disable these non-critical errors to highlight |
| # more important ones line missing javadoc |
| |
| checkstyle.maxlinelen = 132 |
| checkstyle.ignore.whitespace = true |
| #maven.checkstyle.ignore.public.in.interface = true |
| checkstyle.paren.pad = ignore |
| |
| ##################################################### |
| # repository information |
| ##################################################### |
| |
| # maven.xdoc.theme.url=http://codehaus.org/codehaus-style.css |
| |
| maven.repo.list=apache |
| maven.repo.apache=scp://geronimo.apache.org |
| maven.repo.apache.directory=/www/cvs.apache.org/repository |
| maven.repo.apache.group=apcvs |
| maven.repo.apache.ssh.executable=ssh |
| maven.repo.apache.scp.executable=scp |
| |
| maven.repo.remote=\ |
| http://cvs.apache.org/repository,\ |
| http://www.ibiblio.org/maven,\ |
| http://dist.codehaus.org |
| |
| maven.multiproject.includes=\ |
| servicemix-jbi/project.xml,\ |
| servicemix-services/project.xml,\ |
| servicemix-core/project.xml,\ |
| servicemix-components/project.xml,\ |
| servicemix-console/project.xml,\ |
| servicemix-common/project.xml,\ |
| servicemix-soap/project.xml,\ |
| tooling/maven-jbi-plugin/project.xml,\ |
| servicemix-jms/project.xml,\ |
| servicemix-jsr181/project.xml,\ |
| servicemix-sca/project.xml,\ |
| servicemix-http/project.xml,\ |
| servicemix-lwcontainer/project.xml,\ |
| servicemix-bpe/project.xml,\ |
| servicemix-wsn2005/project.xml,\ |
| servicemix-eip/project.xml,\ |
| servicemix-assembly/project.xml,\ |
| tooling/maven-eclipse-plugin-plugin/project.xml,\ |
| tooling/servicemix-packaging-descriptors/project.xml,\ |
| tooling/servicemix-packaging-eclipse-plugin/project.xml |
| |
| |
| # ------------------------------------------------------------------------ |
| # M A V E N J A R O V E R R I D E |
| # ------------------------------------------------------------------------ |
| maven.jar.override = on |
| |
| # ------------------------------------------------------------------------ |
| # Jars set explicity by path (intended for those not at ibiblio). |
| # ------------------------------------------------------------------------ |
| maven.jar.mail = ${basedir}/lib/j2ee/mail.jar |
| maven.jar.activation = ${basedir}/lib/j2ee/activation.jar |
| maven.jar.jaxrpc = ${basedir}/lib/j2ee/jaxrpc.jar |