[
https://issues.apache.org/jira/browse/FLUME-2664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Johny Rufus updated FLUME-2664:
-------------------------------
Fix Version/s: (was: 1.6)
v1.6.0
> Site profile fails due to dependency issues
> -------------------------------------------
>
> Key: FLUME-2664
> URL: https://issues.apache.org/jira/browse/FLUME-2664
> Project: Flume
> Issue Type: Bug
> Affects Versions: 1.6
> Reporter: Hari Shreedharan
> Assignee: Johny Rufus
> Fix For: v1.6.0
>
> Attachments: FLUME-2664.patch
>
>
> Looks like apacheds javadoc bundle download fails, causing flune-ng-auth
> javadoc to fail. I think we have seen this before (though I didn't grep
> through the MLs to figure out when):
> {code}
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-javadoc-plugin:2.9:aggregate-jar (javadoc-jar)
> on project flume-parent: MavenReportException: Error while creating archive:
> Missing:
> [ERROR] ----------
> [ERROR] 1) org.apache.directory.jdbm:apacheds-jdbm1:bundle:2.0.0-M2
> [ERROR]
> [ERROR] Try downloading the file manually from the project website.
> [ERROR]
> [ERROR] Then, install it using the command:
> [ERROR] mvn install:install-file -DgroupId=org.apache.directory.jdbm
> -DartifactId=apacheds-jdbm1 -Dversion=2.0.0-M2 -Dpackaging=bundle
> -Dfile=/path/to/file
> [ERROR]
> [ERROR] Alternatively, if you host your own repository you can deploy the
> file there:
> [ERROR] mvn deploy:deploy-file -DgroupId=org.apache.directory.jdbm
> -DartifactId=apacheds-jdbm1 -Dversion=2.0.0-M2 -Dpackaging=bundle
> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [ERROR]
> [ERROR] Path to dependency:
> [ERROR] 1) org.apache.flume:flume-ng-auth:jar:1.6.0-SNAPSHOT
> [ERROR] 2) org.apache.hadoop:hadoop-minikdc:jar:2.4.0
> [ERROR] 3) org.apache.directory.server:apacheds-jdbm-partition:jar:2.0.0-M15
> [ERROR] 4) org.apache.directory.jdbm:apacheds-jdbm1:bundle:2.0.0-M2
> [ERROR]
> [ERROR] ----------
> [ERROR] 1 required artifact is missing.
> [ERROR]
> [ERROR] for artifact:
> [ERROR] org.apache.flume:flume-ng-auth:jar:1.6.0-SNAPSHOT
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)