Hi, I'm using continuum 1.0.2 and I've defined two goals for a Maven2 project:
Build Definitions Goals Arguments POM File Profile Schedule From package --batch-mode pom.xml DEFAULT DEFAULT_SCHEDULE Project Edit <http://release.intalio.com:9999/continuum/servlet/continuum/target/BuildDefinition.vm/view/BuildDefinition/buildDefinitionId/11/id/11> | Delete <http://release.intalio.com:9999/continuum/servlet/continuum/target/DeleteBuildDefinition.vm/buildDefinitionId/11/id/11/executorId/maven2> compile --batch-mode pom.xml DEFAULT DEFAULT_SCHEDULE Project Edit <http://release.intalio.com:9999/continuum/servlet/continuum/target/BuildDefinition.vm/view/BuildDefinition/buildDefinitionId/51/id/11> | Delete <http://release.intalio.com:9999/continuum/servlet/continuum/target/DeleteBuildDefinition.vm/buildDefinitionId/51/id/11/executorId/maven2> I've discovered today that only the second goal (compile) gets run every hour (DEFAULT_SCHEDULE). The first goal (package; which is flagged as default) only executes if I trigger the build manually. Is this normal? alex