Skip to content

ocelotpotpie/hcsmp-hardcore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1) Install maven: 
   a) http://maven.apache.org/download.cgi
   b) Add maven bin to your PATH 
2) Set JAVA_HOME to your jdk path
3) Setup eclipse workspace and project
   a) mvn -Declipse.workspace=<path-to-eclipse-workspace> eclipse:add-maven-repo
   b) mvn eclipse:eclipse
   c) Copy test.properties.tmpl to test.properties and update for your test database. 
      NOTE: tables are dropped in the test databases as part of the tests!
4) mvn package (should build correctly)
   a) mvn -DskipTests=true package (to skip tests when packaging)

... rejoice -cbarber

About

Hardcore plugin used by HCSMP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%