fix 1.7 build

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1354978 13f79535-47bb-0310-9956-ffa450edef68
master
Olivier Lamy 2012-06-28 12:29:34 +00:00
parent c312cac3bb
commit 44ba0e4554
1 changed files with 18 additions and 0 deletions

View File

@ -63,6 +63,24 @@
</dependency>
</dependencies>
</profile>
<profile>
<id>jdk1.7</id>
<activation>
<property>
<name>java.vendor</name>
<value>Oracle Corporation</value>
</property>
</activation>
<dependencies>
<dependency>
<groupId>com.sun</groupId>
<artifactId>tools</artifactId>
<version>1.4.2</version>
<scope>system</scope>
<systemPath>${java.home}/../lib/tools.jar</systemPath>
</dependency>
</dependencies>
</profile>
<profile>
<id>run-its</id>
<build>