Skip to content

Commit ff27890

Browse files
committed
Added reference to JIRA and Github.
Updated version junit. Added properties to set source and target for maven-compiler-plugin to 1.8 instead of default 1.5 since lambda expressions are used. Added reporting plugin
1 parent f75d72a commit ff27890

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@
4747
<properties>
4848
<version.junit.junit>4.12</version.junit.junit>
4949
<version.org.wildfly.checkstyle-config>1.0.5.Final</version.org.wildfly.checkstyle-config>
50+
<maven.compiler.source>1.8</maven.compiler.source>
51+
<maven.compiler.target>1.8</maven.compiler.target>
5052
</properties>
5153
<dependencies>
5254
<dependency>
@@ -97,4 +99,13 @@
9799
</plugin>
98100
</plugins>
99101
</build>
102+
<reporting>
103+
<plugins>
104+
<plugin>
105+
<groupId>org.apache.maven.plugins</groupId>
106+
<artifactId>maven-jxr-plugin</artifactId>
107+
<version>2.5</version>
108+
</plugin>
109+
</plugins>
110+
</reporting>
100111
</project>

0 commit comments

Comments
 (0)