[
https://issues.apache.org/jira/browse/DRILL-6637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16556288#comment-16556288
]
ASF GitHub Bot commented on DRILL-6637:
---------------------------------------
Ben-Zvi closed pull request #1400: DRILL-6637: Remove dependency on tests in
the maven-javadoc-plugin in the drill-root pom
URL: https://github.com/apache/drill/pull/1400
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/pom.xml b/pom.xml
index c2447aace72..a5a49952cfd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -254,6 +254,7 @@
<version>${hadoop.version}</version>
<classifier>tests</classifier>
</dependency>
+ <!-- Remove dependency on tests - see DRILL-6637
<dependency>
<groupId>org.apache.drill.exec</groupId>
<artifactId>drill-java-exec</artifactId>
@@ -266,6 +267,7 @@
<version>${project.version}</version>
<classifier>tests</classifier>
</dependency>
+ -->
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-standalone</artifactId>
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Root pom: Release build needs to remove dep to tests in maven-javadoc-plugin
> ----------------------------------------------------------------------------
>
> Key: DRILL-6637
> URL: https://issues.apache.org/jira/browse/DRILL-6637
> Project: Apache Drill
> Issue Type: Bug
> Components: Tools, Build & Test
> Affects Versions: 1.14.0
> Reporter: Boaz Ben-Zvi
> Assignee: Boaz Ben-Zvi
> Priority: Blocker
> Fix For: 1.14.0
>
>
> Error in "Preparing the release: build:
> {code}
> 27111 [INFO] [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:jar (attach-javadocs) on
> project drill-fmpp-maven-plugin: MavenReportException: Error while generating
> Javadoc: artifact not found - Failure to find
> org.apache.drill.exec:drill-java-exec:jar:tests:1.14.0 in
> http://conjars.org/repo was cached in the local repository, resolution will
> not be reattempted until the update interval of conjars has elapsed or
> updates are forced
> {code}
> (Temporary ?) fix following Tim's suggestion: removing the dependencies to
> the test jars in the maven-javadoc-plugin in the drill-root pom.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)