> Is there any way to include the default src/main/webapp into the output of > the uber jar generated by the maven-shade-plugin? > As it stands now, I'm only getting src/main/resources, and I'd rather not > move src/main/webapp into src/main/resources.
Use build-helper-maven-plugin to add this resource path to the build. But I think you are probably misusing or abusing the shade plugin. Why don't you describe the real use case in more detail? Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
