Skip to content

Commit

Permalink
add pct and make the report a txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
rlf committed Sep 26, 2015
1 parent 5d14381 commit c78403c
Showing 2 changed files with 265 additions and 293 deletions.
8 changes: 8 additions & 0 deletions pom.xml
100644 → 100755
Original file line number Diff line number Diff line change
@@ -117,6 +117,14 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.14</version>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.3</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
</plugins>
</build>
<reporting>
Loading

0 comments on commit c78403c

Please sign in to comment.