blob: 7f32a2606e56d983ee27af0117d3d6676b713c06 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project default="default"
xmlns:j="jelly:core"
xmlns:u="jelly:util"
xmlns:ant="jelly:ant"
xmlns:maven="jelly:maven">
<postGoal name="eclipse">
<touch file="${maven.repo.local}/servicemix/jars/${pom.artifactId}-${pom.currentVersion}.jar"/>
</postGoal>
<goal name="default" prereqs="jar:install"/>
<goal name="nightly" prereqs="clean, jar:install, jar:deploy"/>
<postGoal name="clean:clean">
<delete failonerror="false" dir="activemq-data"/>
<delete failonerror="false" dir="ActiveMQ"/>
<delete failonerror="false" dir="ServiceMixWDir"/>
<delete failonerror="false" dir="rootDir"/>
<delete failonerror="false" dir="testWDIR"/>
<delete failonerror="false" dir="testWDR"/>
</postGoal>
</project>