activemq/systest/bdb/project.properties

10 lines
270 B
Properties
Raw Normal View History

#
# Testing system properties
#
maven.junit.sysproperties = activemq.persistenceAdapter activemq.store.dir
activemq.persistenceAdapter = org.activemq.store.bdb.BDbPersistenceAdapter
activemq.store.dir = ${basedir}/target/MessageStore
maven.test.search.classdir = true