Skip to content

Commit

Permalink
ARTEMIS-4153 Support 'offline' Maven
Browse files Browse the repository at this point in the history
  • Loading branch information
jbertram committed Feb 6, 2023
1 parent ed5f635 commit f154c0b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/hacking-guide/en/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,9 @@ simply run

## Building the docs

From either `docs/hacking-guide/en` or `docs/user-manual/en` run `gitbook build` (after you've installed gitbook)
From either `docs/hacking-guide/en` or `docs/user-manual/en` run `gitbook build` (after you've installed gitbook)

## Building offline

$ mvn dependency:go-offline
$ mvn -o ...
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1479,6 +1479,15 @@
</profiles>

<build>
<extensions>
<!-- Generate os.detected.classifier property for Netty native dependencies -->
<extension>
<groupId>kr.motd.maven</groupId>
<artifactId>os-maven-plugin</artifactId>
<version>1.7.1</version>
</extension>
</extensions>

<pluginManagement>
<plugins>
<plugin>
Expand Down

0 comments on commit f154c0b

Please sign in to comment.