Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Error when src/main/resources does not exist #8

Open
rikvermeer opened this issue Dec 7, 2015 · 1 comment
Open

Error when src/main/resources does not exist #8

rikvermeer opened this issue Dec 7, 2015 · 1 comment

Comments

@rikvermeer
Copy link

When the resource dir is not existent, the plugin crashes on archiving.
This is annoying while GIT does not commit empty directories.

src/main/resources isn't a directory.
at org.codehaus.plexus.archiver.AbstractArchiver.addFileSet(AbstractArchiver.java:266)
at org.codehaus.plexus.archiver.AbstractArchiver.addDirectory(AbstractArchiver.java:252)
at org.mule.tools.maven.plugin.domain.MuleArchiver.addResources(MuleArchiver.java:38)
at org.mule.tools.maven.plugin.domain.MuleDomainMojo.addResourcesFile(MuleDomainMojo.java:263)
at org.mule.tools.maven.plugin.domain.MuleDomainMojo.createMuleDomain(MuleDomainMojo.java:197)
at org.mule.tools.maven.plugin.domain.MuleDomainMojo.execute(MuleDomainMojo.java:80)

@yuri1969
Copy link

yuri1969 commented Feb 8, 2019

Any news here?

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

No branches or pull requests

2 participants