maven - Can i have a build goal that excludes from a WAR static files (.js, .css, images) and another build goal to export these static files -
i trying maven exclude tomcat bound war static files these served via apache, , yet build goal package these static files can deploy them separately apache.
exclude resources configuring pom accordingly, http://maven.apache.org/plugins/maven-resources-plugin/examples/include-exclude.html, maven-resources-plugin provides that.
assemblies option.
as exporting files, i'd call second artifact of same project not healthy breaks modularity, how create 2 jars 1 project (…and why shouldn't).
Comments
Post a Comment