1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
#######################
# MAVEN CONFIGURATION #
#######################
#Whether generated documentation should have an xml declaration, e.g.
maven.docs.omitXmlDeclaration=false
#The character encoding for generated documentation
maven.docs.outputencoding=ISO-8859-1
#########################
# PROJECT CONFIGURATION #
#########################
#maven.repo.central=login.ibiblio.org
#This is the directory that Maven will copy the distribution to during a dist:deploy.
#maven.repo.central.directory=/public/html/maven
#The repository maven should use to download artifacts (jars etc) that it can't find in the local repository.
maven.repo.remote=http://www.ibiblio.org/maven,http://maven-plugins.sourceforge.net/maven,http://xdoclet.sourceforge.net/repository,http://www.extreme.indiana.edu/dist/java-repository
maven.site.deploy.method=ssh
#The executable to use for secure copies
maven.scp.executable=scp
#The executable to use for executing commands remotely
maven.ssh.executable=ssh
maven.junit.usefile=false
maven.javadoc.overview=src/java/overview.html
#maven.repo.list=local
#maven.repo.list=sourceforge
#maven.repo.sourceforge=ftp://upload.sourceforge.net/
#maven.repo.sourceforge.username=anonymous
#maven.repo.sourceforge.password=xx
#maven.repo.sourceforge.directory=/incoming
#maven.repo.local=file:///tmp
#maven.repo.local.directory=easyconf
maven.xdoclet.webdoclet.deploymentdescriptor.0=false
maven.xdoclet.webdoclet.jsptaglib.0.filename=${pom.artifactId}.tld
###########################
# SYSTEM PROPERTIES #
###########################
#maven.junit.sysproperties=system-property-1
#system-property-1=XX
###########################
# TEST PROPERTIES #
###########################
test.run.type=Unit
#test.run.type=System
#test.run.type=All
|