fr33r / noti

A RESTful API offering resources to power an notification system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix Dependency Details Reporting

fr33r opened this issue · comments

Description

When issuing the mvn site command to generate project and javadoc documentation, an issue is experienced when retrieving details about the project's dependencies. Here is an example of the console output encountered:

[INFO] Generating "Dependencies" report    --- maven-project-info-reports-plugin:2.9
[WARNING] The repository url 'http://packages.confluent.io/maven/' is invalid - Repository 'confluent' will be blacklisted.
[WARNING] The repository url 'https://flywaydb.org/repo' is invalid - Repository 'flyway-repo' will be blacklisted.
[WARNING] The repository url 's3://flyway-repo/release' is invalid - Repository 'flyway-repo-private' will be blacklisted.
[WARNING] The repository url 'http://repository.springsource.com/maven/bundles/external' is invalid - Repository 'spring-external' will be blacklisted.
[WARNING] The repository url 'http://nexus.codehaus.org/snapshots/' is invalid - Repository 'codehaus-snapshots' will be blacklisted.
[WARNING] The repository url 'https://github.com/tzolov/maven-repo/raw/master/' is invalid - Repository 'git-tzolov' will be blacklisted.
[ERROR] Unable to determine if resource antlr:antlr:jar:2.7.7:compile exists in http://maven.glassfish.org/content/groups/glassfish
[ERROR] Unable to determine if resource antlr:antlr:jar:2.7.7:compile exists in http://download.java.net/maven/2/
[ERROR] Unable to determine if resource antlr:antlr:jar:2.7.7:compile exists in http://oss.sonatype.org/content/repositories/jetty-snapshots
[ERROR] Unable to determine if resource antlr:antlr:jar:2.7.7:compile exists in http://download.java.net/maven/glassfish
[ERROR] Unable to determine if resource ch.qos.logback:logback-access:jar:1.2.3:compile exists in http://maven.glassfish.org/content/groups/glassfish
[ERROR] Unable to determine if resource ch.qos.logback:logback-access:jar:1.2.3:compile exists in http://download.java.net/maven/2/
[ERROR] Unable to determine if resource ch.qos.logback:logback-access:jar:1.2.3:compile exists in http://oss.sonatype.org/content/repositories/jetty-snapshots
[ERROR] Unable to determine if resource ch.qos.logback:logback-access:jar:1.2.3:compile exists in http://download.java.net/maven/glassfish
[ERROR] Unable to determine if resource ch.qos.logback:logback-classic:jar:1.2.3:compile exists in http://maven.glassfish.org/content/groups/glassfish
[ERROR] Unable to determine if resource ch.qos.logback:logback-classic:jar:1.2.3:compile exists in http://download.java.net/maven/2/
[ERROR] Unable to determine if resource ch.qos.logback:logback-classic:jar:1.2.3:compile exists in http://oss.sonatype.org/content/repositories/jetty-snapshots
[ERROR] Unable to determine if resource ch.qos.logback:logback-classic:jar:1.2.3:compile exists in http://download.java.net/maven/glassfish
[ERROR] Unable to determine if resource ch.qos.logback:logback-core:jar:1.2.3:compile exists in http://maven.glassfish.org/content/groups/glassfish
[ERROR] Unable to determine if resource ch.qos.logback:logback-core:jar:1.2.3:compile exists in http://download.java.net/maven/2/
[ERROR] Unable to determine if resource ch.qos.logback:logback-core:jar:1.2.3:compile exists in http://oss.sonatype.org/content/repositories/jetty-snapshots
[ERROR] Unable to determine if resource ch.qos.logback:logback-core:jar:1.2.3:compile exists in http://download.java.net/maven/glassfish
[ERROR] Unable to determine if resource com.101tec:zkclient:jar:0.10:compile exists in http://maven.glassfish.org/content/groups/glassfish
[ERROR] Unable to determine if resource com.101tec:zkclient:jar:0.10:compile exists in http://download.java.net/maven/2/

As a short-term mitigation, <dependencyLocationsEnabled>false</dependencyLocationsEnabled> is specified for maven-project-info-reports-plugin.