Standalone and Distributed Tigon
mvn clean
MAVEN_OPTS="-Xmx3056m -XX:MaxPermSize=128m" mvn package
mvn package -DskipTests
mvn package -pl [module] -am
mvn -Dtest=TestClass,TestMore*Class,TestClassMethod#methodName -DfailIfNoTests=false test
See Surefire doc for more details
mvn package -DskipTests -pl tigon-examples -am -amd -P examples
mvn clean package -DskipTests -P examples -pl tigon-examples -am -amd && mvn package -DskipTests -Pdist
mvn clean package install -DskipTests -Psql-lib
mvn clean site -DskipTests
mvn package dependency:tree -DskipTests
mvn package dependency:tree -DskipTests -pl [module] -am
mvn -Dsurefire.redirectTestOutputToFile=false ...
mvn -o ....
Copyright © 2014 Cask Data, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Cask is a trademark of Cask Data, Inc. All rights reserved.