forked from Lainports/freebsd-ports
- Add pre-fetch target to download Maven dependencies to avoid network access during build PR: 265478 Approved by: Angelo Polo <language.devel@gmail.com> (maintainer)
4 lines
262 B
Text
4 lines
262 B
Text
# Maven2 Repository Locations (you can override these in "build.properties" to point to a local proxy, e.g. Nexus)
|
|
artifact.remoteRepository.central: https://repo1.maven.org/maven2
|
|
artifact.remoteRepository.apache: https://repo.maven.apache.org/maven2
|
|
|