generator-prospa
Version:
Create fully working Single Page Applications using various technology combinations
19 lines (18 loc) • 741 B
text/xml
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<version>${scala-maven-plugin.version}</version>
<configuration>
<source>1.<%= javaVersion %></source>
<target>1.<%= javaVersion %></target>
<encoding>UTF-8</encoding>
</configuration>
<executions>
<execution>
<goals>
<goal>compile</goal>
<goal>testCompile</goal>
</goals>
</execution>
</executions>
</plugin>