You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2024. It is now read-only.
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: