desactivate mac profile as it cause failure for me
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1342547 13f79535-47bb-0310-9956-ffa450edef68master
parent
43e7709cf7
commit
cdd2a24cab
|
|
@ -45,7 +45,8 @@
|
|||
</dependencies>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<!-- olamy: this profile fail on osx so desactivate it -->
|
||||
<!--profile>
|
||||
<id>mac</id>
|
||||
<activation>
|
||||
<os>
|
||||
|
|
@ -61,7 +62,7 @@
|
|||
<systemPath>${java.home}/../Classes/classes.jar</systemPath>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</profile>
|
||||
</profile-->
|
||||
<profile>
|
||||
<id>default</id>
|
||||
<activation>
|
||||
|
|
|
|||
Loading…
Reference in New Issue