Code Review
/
aai
/
champ.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
282a342
)
Fix jdk tools system dependency in champ-lib
19/41919/1
author
Michael Arrastia
<MArrasti@amdocs.com>
Tue, 10 Apr 2018 12:36:51 +0000
(13:36 +0100)
committer
Michael Arrastia
<MArrasti@amdocs.com>
Tue, 10 Apr 2018 12:36:51 +0000
(13:36 +0100)
Update jdk tools systempath definition to use java.home property.
Issue-ID: AAI-1017
Change-Id: Iec7ad7bb42908b9844df875f74c4d9a65244afe9
Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
champ-lib/pom.xml
patch
|
blob
|
history
diff --git
a/champ-lib/pom.xml
b/champ-lib/pom.xml
index
37f8db4
..
4f82dff
100644
(file)
--- a/
champ-lib/pom.xml
+++ b/
champ-lib/pom.xml
@@
-106,7
+106,7
@@
limitations under the License.
<artifactId>jdk.tools</artifactId>
<version>1.8</version>
<scope>system</scope>
- <systemPath>${
JAVA_HOME}
/lib/tools.jar</systemPath>
+ <systemPath>${
java.home}/..
/lib/tools.jar</systemPath>
</dependency>
<dependency>
<groupId>org.jacoco</groupId>