You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ka...@apache.org on 2014/08/20 21:55:08 UTC

git commit: [HELIX-501] Skip website module in build by default

Repository: helix
Updated Branches:
  refs/heads/master 05a982a44 -> 010fe5c51


[HELIX-501] Skip website module in build by default


Project: http://git-wip-us.apache.org/repos/asf/helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/helix/commit/010fe5c5
Tree: http://git-wip-us.apache.org/repos/asf/helix/tree/010fe5c5
Diff: http://git-wip-us.apache.org/repos/asf/helix/diff/010fe5c5

Branch: refs/heads/master
Commit: 010fe5c513884ef7299ed0257ffec61d46c7b90f
Parents: 05a982a
Author: Kanak Biscuitwala <ka...@apache.org>
Authored: Tue Aug 19 15:21:53 2014 -0700
Committer: Kanak Biscuitwala <ka...@apache.org>
Committed: Tue Aug 19 15:21:53 2014 -0700

----------------------------------------------------------------------
 pom.xml | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/helix/blob/010fe5c5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index da5d476..4bd6f2e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -200,7 +200,6 @@ under the License.
     <module>helix-provisioning</module>
     <module>helix-examples</module>
     <module>recipes</module>
-    <module>website</module>
   </modules>
 
   <mailingLists>
@@ -247,11 +246,6 @@ under the License.
         <enabled>false</enabled>
       </snapshots>
     </repository>
-    <repository>
-      <id>Sonatype-public</id>
-      <name>SnakeYAML repository</name>
-      <url>http://oss.sonatype.org/content/groups/public/</url>
-    </repository>
   </repositories>
 
 
@@ -689,7 +683,16 @@ under the License.
 
   <profiles>
     <profile>
+      <id>website-modules</id>
+      <modules>
+        <module>website</module>
+      </modules>
+    </profile>
+    <profile>
       <id>rat</id>
+      <modules>
+        <module>website</module>
+      </modules>
       <build>
         <plugins>
           <plugin>