Build MindRaider with Maven 2
Get access to the latest features! Contribute! Tweak MR!
Prerequisities to build MR distribution:
Prerequisities to build MR distribution:Method:
- Log in to SourceForge CVS:
cvs -d:pserver:anonymous@mindraider.cvs.sourceforge.net:\
/cvsroot/mindraider login - When prompted for a password for anonymous, simply press the Enter key.
- Checkout MindRaider7 CVS module (to a directory e.g. CVS):
cvs -z3 -d:pserver:anonymous@mindraider.cvs.sourceforge.net:\
/cvsroot/mindraider co -P mindraider7 - Build MindRaider distribution:
cd CVS/mindraider7 && mvn install - Find the distribution in the directory:
CVS/mindraider7/mr7-release/target - Unpack the distribution (in a directory e.g. MR)
- Change to directory:
MR/mindraider-7.1 - Run MindRaider:
java -jar run.jar
To start development in Eclipse:
- Create Eclipse project:
cd CVS/mindraider7/mr7 && mvn eclipse:eclipse - Import the created project to Eclipse and open the mr7 project.
- Open class MindRaiderApplication and run it as Java Application
And that's it.
Labels: maven, mindraider


