My favorites | Sign in
Project Home Issues Source
Search
for
Develop  
Updated Sep 27, 2010 by arnim.bl...@gmail.com

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

Sign in to add a comment
Powered by Google Project Hosting