mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
be3bdc1dec
- Set a default value for MAVEN_HOME only when not already defined - Update pkg-message to reflect these changes PR: 96659 Submitted by: hq Approved by: maintainer
8 lines
275 B
Plaintext
8 lines
275 B
Plaintext
|
|
You may initialize your repository with:
|
|
%%DATADIR%%/bin/install_repo.sh ~/.maven/repository
|
|
|
|
If you are behind a proxy, create a ~/.mavenrc file with something like:
|
|
MAVEN_OPTS="$MAVEN_OPTS -Dmaven.proxy.host=YOUR_PROXY_HOSTNAME
|
|
-Dmaven.proxy.port=YOUR_PROXY_PORT"
|