Repository: incubator-atlas Updated Branches: refs/heads/branch-0.5-incubating 23c461734 -> cf30f2916
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/cf30f291 Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/cf30f291 Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/cf30f291 Branch: refs/heads/branch-0.5-incubating Commit: cf30f291677f1d9c78a144f11f0856b353481199 Parents: 23c4617 Author: Venkatesh Seetharam <[email protected]> Authored: Tue Jun 16 16:00:21 2015 -0700 Committer: Venkatesh Seetharam <[email protected]> Committed: Tue Jun 16 16:00:21 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/cf30f291/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/cf30f291/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>
