Maven Artifacts on Windows
Adobe PDF Library Java/Maven
Installing to the local Maven Cache
First, ensure the Environmental Variable JAVA_HOME is set to match the location of your Java SDK.
Then make the Maven artifacts available in your local repository:
.\mvnw -f create-artifacts.xml install
Deploying to a remote repository
To deploy to a remote repository, use the deploy phase, adding the Server ID (from %USERPROFILE%/.m2/settings.xml) and the URL to the repository.
.\mvnw -f create-artifacts.xml -DrepositoryId=SERVER_ID -Durl=http://myurl.com/libs-release-local deploy
(Where SERVER_ID is the name of the Server ID.)