This page describes how to build attester-maven-plugin from sources.
As attester-maven-plugin is not yet included in any public maven repository, this step is mandatory before being able to use attester-maven-plugin.
The following programs have to be installed:
The following program can optionally be used:
The sources of both attester and attester-maven-plugin are needed.
You can either get them with Git:
git clone https://github.com/ariatemplates/attester.gitgit clone https://github.com/ariatemplates/attester-maven-plugin.gitOr you can download the corresponding zip files and extract them to two different directories on your computer:
cd maven
mvn clean install
Copy node.exe from its installation directory (typically C:\Program Files\nodejs\node.exe) to the scripts sub-directory of the folder
where you extracted attester-maven-plugin.
Execute the installNode.cmd script from the same directory.
Press ENTER to confirm the installation.
Download PhantomJS from here, and extract the phantomjs.exe
file from the zip file in the scripts sub-directory of the folder where you extracted attester-maven-plugin.
Execute the installPhantomJS.cmd script from the same directory.
Press ENTER to confirm the installation.
mvn clean install