Author: rvs
Date: Fri Mar 9 18:51:47 2012
New Revision: 1298977
URL: http://svn.apache.org/viewvc?rev=1298977&view=rev
Log:
BIGTOP-440. need to cleanup pom files in bigtop-tests/test-execution
Added:
incubator/bigtop/trunk/bigtop-tests/test-execution/pom.xml
Modified:
incubator/bigtop/trunk/bigtop-tests/test-execution/common/pom.xml
incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/pom.xml
Modified: incubator/bigtop/trunk/bigtop-tests/test-execution/common/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-execution/common/pom.xml?rev=1298977&r1=1298976&r2=1298977&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-execution/common/pom.xml (original)
+++ incubator/bigtop/trunk/bigtop-tests/test-execution/common/pom.xml Fri Mar
9 18:51:47 2012
@@ -100,50 +100,12 @@
This equals to classifier="tests"
-->
<org.apache.maven-dependency-plugin.type>test-jar</org.apache.maven-dependency-plugin.type>
-
- <!--
- MAINTAINER property: not to be overridden by users
- -->
-
<asf.snapshots>https://repository.apache.org/content/repositories/snapshots</asf.snapshots>
-
<maven.testsnaps>https://repository.cloudera.com/content/repositories/testsnaps/</maven.testsnaps>
-
<maven.releases>https://repository.cloudera.com/content/repositories/releases/</maven.releases>
-
<maven.rcs>https://repository.cloudera.com/content/groups/cdh-releases-rcs/</maven.rcs>
</properties>
- <repositories>
- <repository>
- <releases>
- <enabled>false</enabled>
- <updatePolicy>always</updatePolicy>
- </releases>
- <id>snapshots</id>
- <name>Test Snapshots</name>
- <url>${maven.testsnaps}</url>
- </repository>
- <repository>
- <id>rcs</id>
- <name>Cloudera RCS</name>
- <url>${maven.rcs}</url>
- </repository>
- <repository>
- <id>releases</id>
- <name>Cloudera Releases</name>
- <url>${maven.releases}</url>
- </repository>
- </repositories>
-
<scm>
<connection>scm:svn:https://svn.apache.org/repos/asf/incubator/bigtop/</connection>
</scm>
- <distributionManagement>
- <snapshotRepository>
- <id>cloudera-snapshots</id>
- <name>Internal Snapshots</name>
- <url>${maven.testsnaps}</url>
- </snapshotRepository>
- </distributionManagement>
-
<dependencyManagement>
<dependencies>
<!-- Gmaven plugin enables a lot of runtime flexibility for us -->
Added: incubator/bigtop/trunk/bigtop-tests/test-execution/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-execution/pom.xml?rev=1298977&view=auto
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-execution/pom.xml (added)
+++ incubator/bigtop/trunk/bigtop-tests/test-execution/pom.xml Fri Mar 9
18:51:47 2012
@@ -0,0 +1,39 @@
+<?xml version="1.0"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.bigtop</groupId>
+ <artifactId>bigtop</artifactId>
+ <version>0.3.0-incubating-SNAPSHOT</version>
+ <relativePath>../../pom.xml</relativePath>
+ </parent>
+
+ <groupId>org.apache.bigtop.itest</groupId>
+ <artifactId>bigtop-test-execution</artifactId>
+ <packaging>pom</packaging>
+ <version>0.3.0-incubating-SNAPSHOT</version>
+ <name>bigtop-smokes</name>
+
+ <modules>
+ <module>common</module>
+ <module>conf</module>
+ <module>package</module>
+ </modules>
+</project>
Modified: incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/pom.xml?rev=1298977&r1=1298976&r2=1298977&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/pom.xml (original)
+++ incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/pom.xml Fri Mar
9 18:51:47 2012
@@ -37,9 +37,12 @@
<!--
BOM definitions
-->
+ <hadoop.version>1.0.1</hadoop.version>
+ <pig.version>0.9.2</pig.version>
+ <pig-smoke.version>0.9.2-SNAPSHOT</pig-smoke.version>
+ <sqoop.version>1.4.1-incubating</sqoop.version>
<itest-conf.version>0.3.0-incubating-SNAPSHOT</itest-conf.version>
<itest-common.version>0.3.0-incubating-SNAPSHOT</itest-common.version>
- <hadoop.version>0.20.205.0</hadoop.version>
<hadoop-smoke.version>0.3.0-incubating-SNAPSHOT</hadoop-smoke.version>
<flume-smoke.version>0.3.0-incubating-SNAPSHOT</flume-smoke.version>
<hbase-smoke.version>0.3.0-incubating-SNAPSHOT</hbase-smoke.version>
@@ -47,9 +50,6 @@
<mahout-smoke.version>0.3.0-incubating-SNAPSHOT</mahout-smoke.version>
<oozie-smoke.version>0.3.0-incubating-SNAPSHOT</oozie-smoke.version>
<package-smoke.version>0.3.0-incubating-SNAPSHOT</package-smoke.version>
- <pig-smoke.version>0.9.0-SNAPSHOT</pig-smoke.version>
- <pig.version>0.9.1</pig.version>
- <sqoop.version>1.3.0</sqoop.version>
<!--
End of BOM definitions
-->