Unresolved
Details
Assignee
Michael OffnerMichael OffnerReporter
Zac SpitzerZac SpitzerPriority
NewFix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Zac Spitzer
Zac SpitzerPriority
Fix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 28 November 2020 at 01:05
Updated 6 February 2021 at 10:59
https://dev.lucee.org/t/compile-lucee-source-offline/7655
as the topic title says I’m trying to compile the lucee source without an internet connection. Of course this won’t work because maven has to fetch all the needed dependencies. I’m talking about successive builds with prefetched libraries etc…
Running maven with an active internet connection to compile lucee works without any issues. (e.g. mvn package). But removing the connection and rerunning maven (with additional --offline option) doesn’t work and the build fails with the following errors: