generator-prospa
Version:
Create fully working Single Page Applications using various technology combinations
9 lines (8 loc) • 469 B
text/xml
<!-- Core Maven plugins -->
<% if (language === 'java' || language === 'groovy') { -%>
<maven-compiler-plugin.version><%= versions.mavenPlugins.compiler %></maven-compiler-plugin.version>
<% } -%>
<maven-resources-plugin.version><%= versions.mavenPlugins.resources %></maven-resources-plugin.version>
<% if (framework === 'spring-mvc') { -%>
<maven-war-plugin.version><%= versions.mavenPlugins.war %></maven-war-plugin.version>
<% } -%>