You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ol...@apache.org on 2012/10/26 22:56:05 UTC

[3/3] git commit: workaround for issue with current parent pom

workaround for issue with current parent pom


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

Branch: refs/heads/master
Commit: b49bd70858a5fee3ca5b509d7edd9ae257dfef84
Parents: 633f278
Author: olivier lamy <ol...@apache.org>
Authored: Fri Oct 26 22:31:32 2012 +0200
Committer: olivier lamy <ol...@apache.org>
Committed: Fri Oct 26 22:31:32 2012 +0200

----------------------------------------------------------------------
 pom.xml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/b49bd708/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a115b63..d596944 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,6 +117,8 @@ under the License.
     <helix.siteUrlDeployment>file://${helix.siteFilePath}</helix.siteUrlDeployment>
     <helix.scmPubCheckoutDirectory>${user.home}/helix-site-content</helix.scmPubCheckoutDirectory>
     <scmSkipDeletedFiles>false</scmSkipDeletedFiles>
+    <!-- fix issue with current apache parent pom -->
+    <arguments></arguments>
 
   </properties>