[MPLUGIN-202] reverted specific tools.jar location on Mac from r 1342453 since it wreaks havoc

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1342857 13f79535-47bb-0310-9956-ffa450edef68
master
Herve Boutemy 2012-05-26 05:57:11 +00:00
parent cdd2a24cab
commit 95b3420c87
1 changed files with 5 additions and 23 deletions

View File

@ -45,28 +45,13 @@
</dependencies>
<profiles>
<!-- olamy: this profile fail on osx so desactivate it -->
<!--profile>
<id>mac</id>
<activation>
<os>
<family>mac</family>
</os>
</activation>
<dependencies>
<dependency>
<groupId>com.sun</groupId>
<artifactId>tools</artifactId>
<version>1.4.2</version>
<scope>system</scope>
<systemPath>${java.home}/../Classes/classes.jar</systemPath>
</dependency>
</dependencies>
</profile-->
<profile>
<id>default</id>
<id>default-tools.jar</id>
<activation>
<activeByDefault>true</activeByDefault>
<property>
<name>java.vendor</name>
<value>Sun Microsystems Inc.</value>
</property>
</activation>
<dependencies>
<dependency>
@ -78,15 +63,12 @@
</dependency>
</dependencies>
</profile>
<profile>
<id>run-its</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<version>${mavenInvokerPluginVersion}</version>
<configuration>
<debug>true</debug>
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>