Bug#767982: aspectj-maven-plugin: missing toolsjarSystemPath property in the pom

Emmanuel Bourg ebourg at apache.org
Mon Nov 3 21:30:33 UTC 2014


Package: aspectj-maven-plugin
Severity: important
Version: 1.7-1

The Maven pom installed in /usr/share/maven-repo is missing the
toolsjarSystemPath property. This prevents Maven from resolving the
com.sun:tools dependency defined by:

  <dependency>
    <groupId>com.sun</groupId>
    <artifactId>tools</artifactId>
    <version>debian</version>
    <scope>system</scope>
    <systemPath>${toolsjarSystemPath}</systemPath>
  </dependency>



More information about the pkg-java-maintainers mailing list