mirror of https://github.com/apache/activemq.git
41 lines
1.1 KiB
Properties
41 lines
1.1 KiB
Properties
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.junit.fork = true
|
|
|
|
# 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
|
|
|
|
#####################################################
|
|
# codehaus theme
|
|
#####################################################
|
|
maven.xdoc.theme.url=http://codehaus.org/codehaus-style.css
|
|
|
|
maven.repo.central = dist.codehaus.org
|
|
maven.repo.central.directory = /dist
|
|
|
|
maven.remote.group = activecluster
|
|
|