Building SesameTM from the source
Check out the respective source files:
Running the following m2 command generates configuration files for your IDE:
- Eclipse: mvn eclipse:eclipse
- Netbeans: mvn netbeans-freeform:generate-netbeans-project
- IntelliJ IDEA: mvn idea:idea
To build, test and install the project form command line execute:
mvn clean install --update-snapshots