indexer-core/src/main/java/org/apache/maven/index/creator/MavenArchetypeArtifactInfoIndexCreator.java [91:103]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        } catch (Exception e) {
            if (getLogger().isDebugEnabled()) {
                getLogger()
                        .info("Failed to parse Maven artifact " + artifact.getAbsolutePath() + " due to exception:", e);
            } else {
                getLogger()
                        .info("Failed to parse Maven artifact " + artifact.getAbsolutePath() + " due to "
                                + e.getMessage());
            }
        }
    }

    public void updateDocument(ArtifactInfo ai, Document doc) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



indexer-core/src/main/java/org/apache/maven/index/creator/MavenPluginArtifactInfoIndexCreator.java [111:123]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        } catch (Exception e) {
            if (getLogger().isDebugEnabled()) {
                getLogger()
                        .info("Failed to parse Maven artifact " + artifact.getAbsolutePath() + " due to exception:", e);
            } else {
                getLogger()
                        .info("Failed to parse Maven artifact " + artifact.getAbsolutePath() + " due to "
                                + e.getMessage());
            }
        }
    }

    public void updateDocument(ArtifactInfo ai, Document doc) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



