- In the project root folder run:
./mvnw clean install -Plight-psi,-main
- Build the rest normally, e.g.:
./mvnw clean test
- In project root folder run:
./gradlew -c settings-bootstrap.gradle publishGradlePlugins
- Build the rest normally, e.g.:
./gradlew clean build
-
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