generator-prospa
Version:
Create fully working Single Page Applications using various technology combinations
12 lines (11 loc) • 609 B
text/xml
<!-- Other Maven plugins -->
<% if (framework === 'javalin' || framework === 'vertx') { -%>
<exec-maven-plugin.version><%= versions.mavenPlugins.exec %></exec-maven-plugin.version>
<% } -%>
<frontend-maven-plugin.version><%= versions.mavenPlugins.frontend %></frontend-maven-plugin.version>
<% if (framework === 'spring-mvc') { -%>
<jetty-maven-plugin.version><%= versions.mavenPlugins.jetty %></jetty-maven-plugin.version>
<% } -%>
<% if (language === 'scala') { -%>
<scala-maven-plugin.version><%= versions.mavenPlugins.scala %></scala-maven-plugin.version>
<% } -%>