Delan Elliot
Created Feb 10, 2022MergeBase Quick Start
Go to your MergeBase homepage
If you don't already have Java installed, follow the Java JRE installation instructions: https://www.java.com/en/download/manual.jsp
Open your terminal of choice, and navigate to your selected application. In the example below we are scanning a very simple Java Maven project.
To run the tool, use the following options:java -jar path/to/mergebase.jar --name=your-project-name [path/to/application/to/scan]
Make sure to specify the path of the MergeBase JAR file after -jar.
In the example: ~/Downloads/mergebase.jar
Replace your-project-name
with your desired project name.
The final argument is the path to scan. In the example, it is scanning the current directory with .
.
To see all command line options available, run: java -jar mergebase.jar --help