MOJO-735 was raised to allow the XSL specified in a transformation set
to be obtained from the context class loader's resources. Looking at
the commits, it only seems to address loading resources via
URIResolvers and EntityResolvers, but not the actual initial XSL used
for transformation.
Using the syntax of the MOJO-735 patch, I'd like to be able to say:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>xml-maven-plugin</artifactId>
<configuration>
<transformationSets>
<transformationSet>
<stylesheet>resource:my.xsl</stylesheet>
</transformationSet>
</transformationSets>
</configuration>
<dependencies>
<dependency>
<groupId>foo</groupId>
<artifactId>bar</artifactId>
<version>1.0</version>
</dependency>
</dependencies>
</plugin>
Where my.xsl lives inside the foo:bar:1.0 jar. As this doesn't
currently work, shall I reopen MOJO-735?
Cheers,
Mark
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email