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

MavenDependencyScanner works only for Java language #355

Open
Janpopan opened this issue Nov 19, 2022 · 0 comments
Open

MavenDependencyScanner works only for Java language #355

Janpopan opened this issue Nov 19, 2022 · 0 comments

Comments

@Janpopan
Copy link
Contributor

Janpopan commented Nov 19, 2022

@derkoe as far as I understand the MavenDependencyScanner.java code. This scanner only will be triggert if a java file is found:

        Dependency dependency =
            new Dependency(groupId + ":" + artifactId, version, null, LicenseCheckRulesDefinition.LANG_JAVA);
        if (new File(path).exists())
        {
            dependency.setPomPath(path);
        }
        return dependency;

so far #350 is not solved

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

No branches or pull requests

1 participant