[
https://issues.apache.org/jira/browse/DRILL-6280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16408395#comment-16408395
]
ASF GitHub Bot commented on DRILL-6280:
---------------------------------------
Github user vdiravka commented on a diff in the pull request:
https://github.com/apache/drill/pull/1177#discussion_r176195052
--- Diff: common/pom.xml ---
@@ -113,20 +113,10 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
- <version>1.2.1</version>
- <executions>
- <execution>
- <phase>process-classes</phase>
- <goals>
- <goal>java</goal>
- </goals>
- </execution>
- </executions>
<configuration>
-
<mainClass>org.apache.drill.common.scanner.BuildTimeScan</mainClass>
- <arguments>
- <argument>${project.build.outputDirectory}</argument>
- </arguments>
+ <additionalClasspathElements>
+
<additionalClasspathElement>${project.basedir}/src/test/resources/</additionalClasspathElement>
--- End diff --
How it was in classpath earlier?
> Cleanup execution of BuildTimeScan during maven build
> -----------------------------------------------------
>
> Key: DRILL-6280
> URL: https://issues.apache.org/jira/browse/DRILL-6280
> Project: Apache Drill
> Issue Type: Improvement
> Reporter: Vlad Rozov
> Assignee: Vlad Rozov
> Priority: Minor
>
> {{exec:java}} has a dependency on {{logback-classic}} that is only available
> in {{test}} scope.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)