Skip to content

Commit

Permalink
Add some basic tasks to help/workflow (apache#811)
Browse files Browse the repository at this point in the history
  • Loading branch information
mocobeta authored Apr 18, 2022
1 parent d322be5 commit 872349c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions help/workflow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,22 @@ Assemble a single module's JAR (here for lucene-core):
gradlew -p lucene/core assemble
ls lucene/core/build/libs

Assemble all Lucene artifacts (JARs, and so on):
gradlew assemble

Create all distributable packages, POMs, etc. and create a
local maven repository for inspection:
gradlew mavenLocal
ls -R build/maven-local/

Assemble Javdocs on a module:
gradlew -p lucene/core javadoc
ls lucene/core/build/docs

Assemble entire documentation (including javadocs):
gradlew documentation
ls lucene/documentation/build/site


Other validation and checks
===========================
Expand Down

0 comments on commit 872349c

Please sign in to comment.