Re: Controlling location of activemq-data with maven plugin

2007-04-06 Thread Tim Morrow 2
Maven (the source directory) . Given that I'm using the plugin for > integration-tests, I'd like to place activemq-data in the target > directory so that it is deleted automatically when I execute the > "clean" target. > -- View this message in context: http://www.

Controlling location of activemq-data with maven plugin

2007-04-06 Thread Tim Morrow
Right now when I start the broker via the Maven plugin, it creates the "activemq-data" directory in the directory from which I'm executing Maven (the source directory) . Given that I'm using the plugin for integration-tests, I'd like to place activemq-data in the target directory so that it is de