[
https://issues.apache.org/jira/browse/MTOOLCHAINS-35?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17286490#comment-17286490
]
Delany commented on MTOOLCHAINS-35:
-----------------------------------
I notice my reactor takes 20min when using the toolchain configured to use
/usr/lib/jvm/java-8-openjdk-amd64/bin
I use that same JDK normally and it takes 5min. Watching the logs, its slowing
a lot at maven-compiler-plugin. What's it doing, starting a new JVM every time?
> No javac should be an error
> ---------------------------
>
> Key: MTOOLCHAINS-35
> URL: https://issues.apache.org/jira/browse/MTOOLCHAINS-35
> Project: Maven Toolchains Plugin
> Issue Type: Bug
> Affects Versions: 3.0.0
> Reporter: Delany
> Priority: Major
>
> If the selected toolchain is configured to point to a JRE instead of a JDK,
> it should fail with an error. Instead there is a warning.
> [WARNING] Unable to autodetect 'javac' path, using 'javac' from the
> environment.
> I'm assuming it falls back to whatever javac is available on the system?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)