mdiggory 2004/01/28 16:14:09 Added: math maven.xml Log: A maven.xml file with a custom goal for cutting math releases. Does snapshot resolution prior to cutting release. Revision Changes Path 1.1 jakarta-commons/math/maven.xml Index: maven.xml =================================================================== <project xmlns:deploy="deploy"> <goal name="cut-math-release"> <attainGoal name="convert-snapshots" /> <attainGoal name="dist" /> </goal> <preGoal name="dist"> <attainGoal name="ant" /> </preGoal> <preGoal name="dist:build-bin"> <deploy:copy-deps todir="${maven.build.dir}/${maven.final.name}/bin/${maven.final.name}" /> </preGoal> </project>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]