File: INSTALL

package info (click to toggle)
carrotsearch-randomizedtesting 2.1.17-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,620 kB
  • sloc: java: 20,503; xml: 2,985; sh: 12; ansic: 7; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 267 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
We're using Maven 3.x to reduce the size of the project. The top-level project
is a parent aggregator for everything else.

# Compile, test and create JAR files.
mvn clean verify

# Deploy a snapshot or stage a release
mvn -Psonatype-oss-release,release clean deploy