[
https://issues.apache.org/jira/browse/CALCITE-861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14958231#comment-14958231
]
Josh Elser commented on CALCITE-861:
------------------------------------
I think the general problem is that the test-jar isn't available to the reactor
(thus other modules only have access to it if it's been installed). I believe
the recommended approach would be to put these into src/main. To prevent these
classes from "leaking" out to users, we can just make a new module which the
other modules only depend on at the test scope.
> Fix or document issue where first time user cannot use mvn compile
> ------------------------------------------------------------------
>
> Key: CALCITE-861
> URL: https://issues.apache.org/jira/browse/CALCITE-861
> Project: Calcite
> Issue Type: Bug
> Reporter: Jacques Nadeau
> Assignee: Josh Elser
> Fix For: next
>
>
> Having come up from last vote:
> While I managed to get it to compile, note that a “mvn compile” will fail
> with:
> Could not find artifact
> org.apache.calcite:calcite-avatica:jar:tests:1.4.0-incubating in central
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)