Registry Access - Trial
Setup for Maven/Gradle
The instructions below describe how to set up Maven and Gradle client with access to NES trial packages.
Maven
For setting up Maven to access the NES Registry, locate the Maven settings file used to build the application. This is typically included in the USER_HOME/.m2
folder (e.g. ~/.m2/settings.xml
).
The ID of "herodevs-nes-registry" should match that of the ID for source and plugin repositories in the applications' pom.xml
(or parent pom.xml
). See example snippet below.
Gradle
For setting up a Gradle project with access to the NES registry, locate the Gradle properties file used to store variables used for Gradle builds. Typically this is stored in the global gradle.properties
file (e.g. ~/.gradle/gradle.properties
).
Add the following into the properties files:
Note:
Update the application's Gradle build files to include the NES Maven registry in the source and plugin repositories. This is typically in the build.gradle
and/or settings.gradle
files.