2005-12-12 12:53:59 -05:00
|
|
|
# -------------------------------------------------------------------
|
|
|
|
# Build Properties
|
|
|
|
# -------------------------------------------------------------------
|
|
|
|
maven.repo.remote=\
|
|
|
|
http://dist.codehaus.org,\
|
|
|
|
http://www.ibiblio.org/maven,\
|
|
|
|
http://cvs.apache.org/repository
|
|
|
|
|
|
|
|
maven.multiproject.includes=\
|
2005-12-12 15:28:34 -05:00
|
|
|
activecluster/project.xml,\
|
2005-12-12 12:53:59 -05:00
|
|
|
activemq-core/project.xml,\
|
|
|
|
activemq-jaas/project.xml,\
|
|
|
|
activemq-ra/project.xml,\
|
|
|
|
activemq-web/project.xml,\
|
|
|
|
assembly/project.xml
|
2005-12-19 15:50:54 -05:00
|
|
|
#activeio/project.xml,\
|
2005-12-12 12:53:59 -05:00
|
|
|
#activemq-systest/project.xml,\
|
|
|
|
|
|
|
|
maven.multiproject.excludes=\
|
|
|
|
etc/project.xml
|
|
|
|
|
|
|
|
maven.jar.mainclass=org.activemq.broker.impl.Main
|
|
|
|
maven.remote.group=activemq
|
|
|
|
|
|
|
|
# -------------------------------------------------------------------
|
|
|
|
# ChangeLog Properties (Reports)
|
|
|
|
# -------------------------------------------------------------------
|
|
|
|
maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
|
|
|
|
maven.changelog.range=7
|