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

SumoLogic/epigraph

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
bom
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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