Justin Bertram created ARTEMIS-4153:
---------------------------------------
Summary: Support "offline" Maven
Key: ARTEMIS-4153
URL: https://issues.apache.org/jira/browse/ARTEMIS-4153
Project: ActiveMQ Artemis
Issue Type: Bug
Reporter: Justin Bertram
Assignee: Justin Bertram
In order to run Maven in "offline" mode (e.g. {{mvn -o install}}) it is
recommended to first run:
{noformat}
mvn dependency:go-offline{noformat}
However, this currently results in an error:
{noformat}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-dependency-plugin:3.3.0:go-offline (default-cli)
on project artemis-commons:
org.eclipse.aether.resolution.DependencyResolutionException:
io.netty:netty-tcnative:jar:${os.detected.classifier}:2.0.54.Final was not
found in https://remote.maven.repo during a previous attempt. This failure was
cached in the local repository and resolution is not reattempted until the
update interval of my-repository has elapsed or updates are forced -> [Help
1]{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)