-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Unable to disable nexus analyzer #327
Comments
This is not actually the NexusAnalyzer. This is core Maven functionality. [INFO] artifact org.apache.tomcat:tomcat-juli: checking for updates from I do not have any internal repositories setup, I am assuming you have an --Jeremy On Fri, Aug 28, 2015 at 10:18 AM, Tomas Bezdek [email protected]
|
Hi Jeremy, maven skips it for the second sime because it stores metadata in but you're correct, it's not from NexusAnalyzer, it's from BaseDependencyCheckMojo, I just don't see any way to disable it
|
Is there a need to disable this check? This call is just base Maven --Jeremy On Tue, Sep 1, 2015 at 6:00 AM, Tomas Bezdek [email protected]
|
CheckMojo is explicitly calling |
This was an attempt at resolving issue #22. As I don't have a good solution for the other interfaces (ant, cli, etc.) I have commented the code that checks for the versions in the 1.3.1-SNAPSHOT. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I have this configuration for maven plugin
but when I run
mvn dependency-check:check
, the plugin is still trying to connect to nexus repositoryThe text was updated successfully, but these errors were encountered: