We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f41057e commit a8f16faCopy full SHA for a8f16fa
pom-template.xml
@@ -0,0 +1,15 @@
1
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3
+ <build>
4
+ <plugins>
5
+ <plugin>
6
+ <groupId>org.apache.maven.plugins</groupId>
7
+ <artifactId>maven-compiler-plugin</artifactId>
8
+ <configuration>
9
+ <source>1.8</source>
10
+ <target>1.8</target>
11
+ </configuration>
12
+ </plugin>
13
+ </plugins>
14
+ </build>
15
+</project>
0 commit comments