Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@liuchg1011
Copy link

adding build management system(Maven) support, executables will be placed in the target folder (installing the third parties libraries to local maven repository by the install_jars_maven.sh script)
To build the ONE simulator, use 'mvn compile';
To run the test cases under 'src/test', use 'mvn test';
To run the ONE simulator, use 'mvn exec:java' (POM has been configured using the Exec-Maven-Plugin, see http://www.mojohaus.org/exec-maven-plugin/)
Hope this will make integrating the ONE simulator with Travis CI easier.

…in the target folder (installing the third parties libraries to local maven repository by the install_jars_maven.sh script)
@julianofischer
Copy link
Contributor

(y)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants