Building ======== OpenFAST uses the Maven2 build tool. Downloaded the latest version of Maven2 from http://maven.apache.org. To build OpenFAST using maven, enter from a command line: > mvn package Eclipse ======= To generate Eclipse .project and .classpath files so that OpenFAST can be imported into Eclipse: > mvn eclipse:eclipse Deploying ========= To deploy to the OpenFAST maven repository complete the following steps: 1. Contact project administrators to get shell access to the OpenFAST 2. Add the following configuration to the M2 settings.xml file where [USERNAME] is an authorized user from step 1. <server> <id>sourceforge.net</id> <username>[USERNAME],openfast</username> <filePermissions>664</filePermissions> <directoryPermissions>775</directoryPermissions> <password>[PASSWORD]</password> </server> SourceForge has new restricted shell access. To release or deploy OpenFAST, use the following steps: For more information see http://maven.apache.org/plugins/maven-site-plugin-3.0-beta-3/examples/site-deploy-to-sourceforge.net.html 1. ssh -t jacob_northey@shell.sourceforge.net create 2. mvn deploy