[
https://issues.apache.org/jira/browse/ARTEMIS-4153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17684886#comment-17684886
]
ASF subversion and git services commented on ARTEMIS-4153:
----------------------------------------------------------
Commit f154c0b7ddc63bdfb908ed6a0ad0c25217489b74 in activemq-artemis's branch
refs/heads/main from Justin Bertram
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=f154c0b7dd ]
ARTEMIS-4153 Support 'offline' Maven
> 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
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)