Update to the latest release (2.9.0) of the Rackspace translation artifact
- Added pipeline implementation, which was removed from the translation artifact in version 2.4.0 - Updated the classpath URIs to use the prefix classpath:// instead of just classpath: - Updated saxon reference to match the dependency in the translation component
This commit is contained in:
@@ -1065,7 +1065,7 @@ public class PDFBuilder {
|
||||
|
||||
protected Source createSource(String inputFilename, File sourceFile, PreprocessingFilter filter, Map<String, Object> map)
|
||||
throws MojoExecutionException {
|
||||
String pathToPipelineFile = "classpath:/pdf.xpl"; //use "classpath:/path" for this to work
|
||||
String pathToPipelineFile = "classpath:///pdf.xpl"; //use "classpath:///path" for this to work
|
||||
|
||||
String sourceFileNameNormalized = sourceFile.toURI().toString();
|
||||
//from super
|
||||
|
||||
Reference in New Issue
Block a user