You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Justin Bertram (Jira)" <ji...@apache.org> on 2023/01/31 21:18:00 UTC

[jira] [Created] (ARTEMIS-4152) Support "offline" Maven

Justin Bertram created ARTEMIS-4152:
---------------------------------------

             Summary: Support "offline" Maven
                 Key: ARTEMIS-4152
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-4152
             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://maven.repository.redhat.com/earlyaccess/all/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of jboss-earlyaccess-repository has elapsed or updates are forced -> [Help 1]{noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)