Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Added Maven SureFire plugin to run the Java UTs
Browse files Browse the repository at this point in the history
  • Loading branch information
piyushghai committed Jan 9, 2019
1 parent 5cdff46 commit 014ecf5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scala-package/infer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.0</version>
<configuration>
<argLine>
-Djava.library.path=${project.parent.basedir}/native/target
</argLine>
</configuration>
</plugin>
<plugin>
<groupId>org.scalatest</groupId>
<artifactId>scalatest-maven-plugin</artifactId>
Expand Down

0 comments on commit 014ecf5

Please sign in to comment.