[ http://jira.codehaus.org/browse/MOJO-122?page=all ]
Brett Porter updated MOJO-122:
------------------------------
Component: Plugin Submission
> XSLT Mojo
> ---------
>
> Key: MOJO-122
> URL: http://jira.codehaus.org/browse/MOJO-122
> Project: Mojo
> Type: New Feature
> Components: Plugin Submission
> Reporter: Cameron Taggart
> Priority: Minor
> Attachments: xslt-maven-plugin_2005-11-15.tar
>
>
> Attached is an XSLT Mojo I created a couple of days ago. I am currently
> using it successfully like this:
> <plugin>
> <groupId>org.codehaus.mojo</groupId>
> <artifactId>xslt-maven-plugin</artifactId>
> <version>1.0-SNAPSHOT</version>
> <executions>
> <execution>
> <phase>generate-test-resources</phase>
> <configuration>
> <xslFile>src/main/hibernate-mutable.xsl</xslFile>
> <!--srcDir>src/main</srcDir-->
> <srcIncludes>**/*.hbm.xml</srcIncludes>
> <!--destDir>/tmp</destDir-->
> <fileNameRegex>.hbm.xml</fileNameRegex>
> <fileNameReplacement>-mutable.hbm.xml</fileNameReplacement>
> </configuration>
> <goals>
> <goal>transform</goal>
> </goals>
> </execution>
> </executions>
> </plugin>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira