Skip to content
This repository has been archived by the owner on Apr 13, 2019. It is now read-only.

SumoLogic/epigraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Epigraph

Build Status codecov.io License

First-time Maven build bootstrap:

  • In the project root folder run: ./mvnw clean install -Plight-psi,-main
  • Build the rest normally, e.g.: ./mvnw clean test

First-time Gradle build bootstrap:

  • In project root folder run: ./gradlew -c settings-bootstrap.gradle publishGradlePlugins
  • Build the rest normally, e.g.: ./gradlew clean build

IntelliJ IDEA project set-up (Maven):

  • In the project root folder run:

    ./mvnw clean install -Plight-psi dependency:sources

    Faster way:

    ./mvnw clean install -am -pl maven-plugin,java/maven-plugin -Plight-psi -Dmaven.test.skip

    (installs current development version of Epigraph Maven plugin(s) - to make these available to IDEA builds)

  • In IDEA menu: File > Open... > Select project root folder