build failed on Mac OSX caused by Failed to resolve artifact.
om.sun:tools:jar:1.5.0
------------------------------------------------------------------------------------
Key: CXF-3178
URL: https://issues.apache.org/jira/browse/CXF-3178
Project: CXF
Issue Type: Bug
Reporter: Freeman Fang
Assignee: Freeman Fang
Fix For: 2.3.2, 2.4
the latest com.puppycrawl.tools.checkstyle have dependency like
<dependency>
<groupId>com.sun</groupId>
<artifactId>tools</artifactId>
<version>1.5.0</version>
<scope>system</scope>
<systemPath>${java.home}/../lib/tools.jar</systemPath>
</dependency>
but on Mac OSX, there's no tools.jar, it should be
${java.home}/../Classes/classes.jar instead, we need add a profile for mac to
replace the path tomake the build pass.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.