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

oss-licenses-plugin cannot handle properties on pom files #224

Open
ganadist opened this issue Apr 18, 2022 · 0 comments
Open

oss-licenses-plugin cannot handle properties on pom files #224

ganadist opened this issue Apr 18, 2022 · 0 comments
Labels
oss-licenses Issues related to com.google.android.gms:oss-licenses-plugin

Comments

@ganadist
Copy link

Describe the bug
Until oss-licenses-plugin 0.10.4, license of javax.annotation API was displayed as javax.annotation:javax.annotation-api.
But since oss-licenses-plugin 0.10.5, license is displayed as ${extension.name} API

Screenshots

  • oss-licenses-plugin 0.10.4:

image

  • oss-licenses-plugin 0.10.5:

license0105

Desktop (please complete the following information):

  • Gradle version: 7.4
  • Android Studio version : 7.1.3
  • Plugin name and version : OSS Licenses 0.10.5

Additional context

  • In javax.annotation API case, artifact name is using pom properties.
    <properties>
        <non.final>false</non.final>
        <spec.version>1.3</spec.version>
        <extension.name>javax.annotation</extension.name>
        <bundle.symbolicName>javax.annotation-api</bundle.symbolicName>
        <vendor.name>Oracle Corporation</vendor.name>
        <implementation.vendor.id>org.glassfish</implementation.vendor.id>
        <findbugs.version>2.3.1</findbugs.version>
        <findbugs.exclude>exclude.xml</findbugs.exclude>
        <findbugs.threshold>Low</findbugs.threshold>
    </properties>
    <name>${extension.name} API</name>
    <description>Common Annotations for the JavaTM Platform API</description>
@davidmotson davidmotson added the oss-licenses Issues related to com.google.android.gms:oss-licenses-plugin label Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
oss-licenses Issues related to com.google.android.gms:oss-licenses-plugin
Projects
None yet
Development

No branches or pull requests

2 participants