We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90e9216 commit 84c1a42Copy full SHA for 84c1a42
.classpath
@@ -22,5 +22,10 @@
22
<attribute name="maven.pomderived" value="true"/>
23
</attributes>
24
</classpathentry>
25
+ <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
26
+ <attributes>
27
+ <attribute name="maven.pomderived" value="true"/>
28
+ </attributes>
29
+ </classpathentry>
30
<classpathentry kind="output" path="target/classes"/>
31
</classpath>
pom.xml
@@ -9,8 +9,8 @@
9
<artifactId>maven-compiler-plugin</artifactId>
10
<version>3.3</version>
11
<configuration>
12
- <source>1.7</source>
13
- <target>1.7</target>
+ <source>1.8</source>
+ <target>1.8</target>
14
</configuration>
15
</plugin>
16
</plugins>
0 commit comments