Skip to content

krico/jas

Repository files navigation

jasify Build StatusSauce Test Status

Janes Asmussen Szarmach

Development should be focused on Jasify Schedule App Engine

Getting Started

  1. Setup git!
  • I suggest using ssh so setup ssh keys.
  • Or get the GitHub native app for mac or windows but this will not integrate with your IDE...
  1. Checkout the project
  • git clone git@github.com:krico/jas.git
  1. Import the project in IntelliJ (todo: document eclipse)
  • Open IntelliJ
  • Select import
  • navigate to "./jas"
  • double click on pom.xml
  • That's it! You should see something like this multi module example

Project Structure

  • Sub modules are placed in category/category-module/pom.xml, they should have groupId com.jasify.category artifactId category-module and the package should be com.jasify.category.module.
  • Example: schedule/schedule-appengine/pom.xml groupId: com.jasify.schedule, artifactId: schedule-appengine and package: com.jasify.schedule.appengine

Developers

Information on how to get started as a developer id described on DEVELOPER.md

Change log

Bitdeli Badge