Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input directory layout is ignored in output #1

Closed
o-nix opened this issue Dec 18, 2014 · 3 comments
Closed

Input directory layout is ignored in output #1

o-nix opened this issue Dec 18, 2014 · 3 comments

Comments

@o-nix
Copy link

o-nix commented Dec 18, 2014

So, having mainDir > (dir1 > file1.svg) + (dir2 > file2.svg) I'm getting the output like outDir > (file1.png + file2.png). Looks like a problem of this line outside of an output loop.

@trajano
Copy link
Owner

trajano commented Dec 30, 2014

Do you have a pom file that demonstrates this?

@trajano
Copy link
Owner

trajano commented Nov 4, 2016

Closed due to inactivity

@trajano trajano closed this as completed Nov 4, 2016
@catkeeper1
Copy link

I got the same issue. My pom file is:
<plugin> <groupId>net.trajano.mojo</groupId> <artifactId>batik-maven-plugin</artifactId> <version>1.1.1</version> <configuration> <destDir>${basedir}/target/generated-resources/batik/</destDir> <mimeType>image/png</mimeType> <svgResources> <resource> <directory>${basedir}/target/site/apidocs</directory> <filtering>false</filtering> <includes> <include>**/doc-files/*.svg</include> </includes> </resource> </svgResources> </configuration> </plugin>
Actually, there are many svg files under different folder in ${basedir}/target/site/apidocs. After the convertion, all converted files are under ${basedir}/target/generated-resources/batik/ directly. I hope
the folder structure in input can be kept. Any idea?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants