Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"jdk-system-out" bundled signatures does not work with Maven, because the java-target version is also appended, but the resource is unversioned #1

Closed
GoogleCodeExporter opened this issue Mar 14, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

This does not work:

<properties>
  <!-- 
   It is recommended to set the compiler version globally,
   as the compiler plugin and the forbidden API checker both
   use this version
  -->
  <maven.compiler.target>1.6</maven.compiler.target>
</properties>

<!-- ... -->

<bundledSignature>jdk-system-out</bundledSignature>

It tries to load jdk-system-out-1.6, which does not exist. Versions should only 
be appended for "jdk-*" (this works correct) and if the resources are versioned 
(which is not the case for jdk-system-out).

Original issue reported on code.google.com by uwe.h.schindler on 9 Feb 2013 at 5:48

@GoogleCodeExporter
Copy link
Author

I committed a fix into trunk. Will be fixed in version 1.1.

Original comment by uwe.h.schindler on 9 Feb 2013 at 6:22

@GoogleCodeExporter
Copy link
Author

[deleted comment]

1 similar comment
@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

Original comment by uwe.h.schindler on 11 Feb 2013 at 5:50

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant