felipeal 2004/11/07 16:34:02 Modified: integration/maven maven.xml Log: broke post-goal in 2 and also fixed license Revision Changes Path 1.2 +7 -3 jakarta-cactus/integration/maven/maven.xml Index: maven.xml =================================================================== RCS file: /home/cvs/jakarta-cactus/integration/maven/maven.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- maven.xml 14 Oct 2004 02:29:59 -0000 1.1 +++ maven.xml 8 Nov 2004 00:34:02 -0000 1.2 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- /* - * Copyright 2001-2004 The Apache Software Foundation. + * Copyright 2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,11 +24,15 @@ > <postGoal name="plugin:install"> + <attainGoal name="install-cactus-dist"/> + </postGoal> + + <goal name="install-cactus-dist"> <j:set var="jarsDir" value="${maven.repo.local}/${pom.groupId}/jars"/> <ant:echo>Copying Cactus jars to ${jarsDir}</ant:echo> <ant:mkdir dir="${jarsDir}"/> <ant:copy tofile="${jarsDir}/cactus-13-${pom.currentVersion}.jar" file="${maven.jar.cactus}"/> <ant:copy tofile="${jarsDir}/cactus-ant-13-${pom.currentVersion}.jar" file="${maven.jar.cactus.ant}"/> - </postGoal> + </goal> -</project> \ No newline at end of file +</project>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]