[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-ffa450edef68master
parent
cdd2a24cab
commit
95b3420c87
|
|
@ -45,28 +45,13 @@
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<profiles>
|
<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>
|
<profile>
|
||||||
<id>default</id>
|
<id>default-tools.jar</id>
|
||||||
<activation>
|
<activation>
|
||||||
<activeByDefault>true</activeByDefault>
|
<property>
|
||||||
|
<name>java.vendor</name>
|
||||||
|
<value>Sun Microsystems Inc.</value>
|
||||||
|
</property>
|
||||||
</activation>
|
</activation>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
@ -78,15 +63,12 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</profile>
|
</profile>
|
||||||
|
|
||||||
<profile>
|
<profile>
|
||||||
<id>run-its</id>
|
<id>run-its</id>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-invoker-plugin</artifactId>
|
<artifactId>maven-invoker-plugin</artifactId>
|
||||||
<version>${mavenInvokerPluginVersion}</version>
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<debug>true</debug>
|
<debug>true</debug>
|
||||||
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
|
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue