Author: antoine Date: Sun Oct 22 18:45:04 2006 New Revision: 466903 URL: http://svn.apache.org/viewvc?view=rev&rev=466903 Log: copy the stylesheets into the jar
Modified: ant/core/trunk/src/etc/poms/ant-junit/pom.xml Modified: ant/core/trunk/src/etc/poms/ant-junit/pom.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-junit/pom.xml?view=diff&rev=466903&r1=466902&r2=466903 ============================================================================== --- ant/core/trunk/src/etc/poms/ant-junit/pom.xml (original) +++ ant/core/trunk/src/etc/poms/ant-junit/pom.xml Sun Oct 22 18:45:04 2006 @@ -29,6 +29,30 @@ <build> <plugins> <plugin> + <artifactId>maven-antrun-plugin</artifactId> + <executions> + <execution> + <id>create-timestamp-file</id> + <phase>generate-resources</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <mkdir dir="${project.build.outputDirectory}"/> + <copy todir="${project.build.outputDirectory}/org/apache/tools/ant/taskdefs/optional/junit/xsl"> + <fileset dir="${project.build.sourceDirectory}/../etc"> + <include name="junit-frames.xsl"/> + <include name="junit-noframes.xsl"/> + </fileset> + </copy> + </tasks> + </configuration> + </execution> + + </executions> + </plugin> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]