ATLAS-13 Add project website - take 2. Contributed by Venkatesh Seetharam
Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/9071ce2a Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/9071ce2a Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/9071ce2a Branch: refs/heads/branch-0.5-incubating Commit: 9071ce2a3317b8e1906151c33cd70ddff78c1f42 Parents: caff3c2 Author: Venkatesh Seetharam <[email protected]> Authored: Tue Jun 16 16:01:08 2015 -0700 Committer: Venkatesh Seetharam <[email protected]> Committed: Tue Jun 16 16:01:08 2015 -0700 ---------------------------------------------------------------------- InstallationSteps.txt | 2 +- docs/src/site/twiki/InstallationSteps.twiki | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/9071ce2a/InstallationSteps.txt ---------------------------------------------------------------------- diff --git a/InstallationSteps.txt b/InstallationSteps.txt index b9b630a..23c416d 100755 --- a/InstallationSteps.txt +++ b/InstallationSteps.txt @@ -42,7 +42,7 @@ Building Atlas from the source repository Once the build successfully completes, artifacts can be packaged for deployment. -* mvn clean assembly:assembly -DskipTests -DskipITs +* mvn clean verify assembly:assembly -DskipTests Tar can be found in atlas/target/apache-atlas-${project.version}-bin.tar.gz http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/9071ce2a/docs/src/site/twiki/InstallationSteps.twiki ---------------------------------------------------------------------- diff --git a/docs/src/site/twiki/InstallationSteps.twiki b/docs/src/site/twiki/InstallationSteps.twiki index 23df1a9..680ffb3 100644 --- a/docs/src/site/twiki/InstallationSteps.twiki +++ b/docs/src/site/twiki/InstallationSteps.twiki @@ -14,7 +14,7 @@ Once the build successfully completes, artifacts can be packaged for deployment. <verbatim> -mvn clean assembly:assembly -DskipTests +mvn clean verify assembly:assembly -DskipTests </verbatim>
