-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63136/
-----------------------------------------------------------
Review request for atlas, Ashutosh Mestry, Madhan Neethiraj, and Sarath
Subramanian.
Bugs: ATLAS-2218
https://issues.apache.org/jira/browse/ATLAS-2218
Repository: atlas
Description
-------
Currently UTs and ITs run under a single mvn goal "pre-integration-test", this
change allows certain tests to run as unit-tests and the remainder run as
integration-tests
Diffs
-----
webapp/pom.xml 7a868086
Diff: https://reviews.apache.org/r/63136/diff/1/
Testing
-------
mvn clean package run as expected
mvn test -DskipITs don't run any Secure server tests or SSL tests (from webapp
module)
mvn verify -pl webapp -DskipITs run all unit + pre-integration tests
mvn test runs only UTs and no secure server, ssl or kerberos tests
mvn verify -pl webapp runs every single test under webapp
Thanks,
Apoorv Naik