Copied: incubator/bigtop/trunk/bigtop-tests/test-artifacts/sqoop/src/main/resources/hive-sqoop/hive-drop-table.hql (from r1164137, incubator/bigtop/trunk/bigtop-tests/test-artifacts/sqoop/src/test/resources/hive-sqoop/hive-drop-table.hql) URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/sqoop/src/main/resources/hive-sqoop/hive-drop-table.hql?p2=incubator/bigtop/trunk/bigtop-tests/test-artifacts/sqoop/src/main/resources/hive-sqoop/hive-drop-table.hql&p1=incubator/bigtop/trunk/bigtop-tests/test-artifacts/sqoop/src/test/resources/hive-sqoop/hive-drop-table.hql&r1=1164137&r2=1164279&rev=1164279&view=diff ============================================================================== (empty)
Copied: incubator/bigtop/trunk/bigtop-tests/test-artifacts/sqoop/src/main/resources/hive-sqoop/hive-select-table.hql (from r1164137, incubator/bigtop/trunk/bigtop-tests/test-artifacts/sqoop/src/test/resources/hive-sqoop/hive-select-table.hql) URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/sqoop/src/main/resources/hive-sqoop/hive-select-table.hql?p2=incubator/bigtop/trunk/bigtop-tests/test-artifacts/sqoop/src/main/resources/hive-sqoop/hive-select-table.hql&p1=incubator/bigtop/trunk/bigtop-tests/test-artifacts/sqoop/src/test/resources/hive-sqoop/hive-select-table.hql&r1=1164137&r2=1164279&rev=1164279&view=diff ============================================================================== (empty) Copied: incubator/bigtop/trunk/bigtop-tests/test-artifacts/sqoop/src/main/resources/hive-sqoop/mysql-create-db.sql (from r1164137, incubator/bigtop/trunk/bigtop-tests/test-artifacts/sqoop/src/test/resources/hive-sqoop/mysql-create-db.sql) URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/sqoop/src/main/resources/hive-sqoop/mysql-create-db.sql?p2=incubator/bigtop/trunk/bigtop-tests/test-artifacts/sqoop/src/main/resources/hive-sqoop/mysql-create-db.sql&p1=incubator/bigtop/trunk/bigtop-tests/test-artifacts/sqoop/src/test/resources/hive-sqoop/mysql-create-db.sql&r1=1164137&r2=1164279&rev=1164279&view=diff ============================================================================== (empty) Propchange: incubator/bigtop/trunk/bigtop-tests/test-artifacts/sqoop/src/main/resources/hive-sqoop/mysql-create-db.sql ------------------------------------------------------------------------------ svn:eol-style = native Copied: incubator/bigtop/trunk/bigtop-tests/test-artifacts/sqoop/src/main/resources/hive-sqoop/mysql-load-db.sql (from r1164137, incubator/bigtop/trunk/bigtop-tests/test-artifacts/sqoop/src/test/resources/hive-sqoop/mysql-load-db.sql) URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-artifacts/sqoop/src/main/resources/hive-sqoop/mysql-load-db.sql?p2=incubator/bigtop/trunk/bigtop-tests/test-artifacts/sqoop/src/main/resources/hive-sqoop/mysql-load-db.sql&p1=incubator/bigtop/trunk/bigtop-tests/test-artifacts/sqoop/src/test/resources/hive-sqoop/mysql-load-db.sql&r1=1164137&r2=1164279&rev=1164279&view=diff ============================================================================== (empty) Propchange: incubator/bigtop/trunk/bigtop-tests/test-artifacts/sqoop/src/main/resources/hive-sqoop/mysql-load-db.sql ------------------------------------------------------------------------------ svn:eol-style = native 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=1164279&r1=1164278&r2=1164279&view=diff ============================================================================== --- incubator/bigtop/trunk/bigtop-tests/test-execution/common/pom.xml (original) +++ incubator/bigtop/trunk/bigtop-tests/test-execution/common/pom.xml Thu Sep 1 21:19:05 2011 @@ -256,7 +256,7 @@ def trgt = project.build.directory; def src = project.properties['org.codehaus.groovy.maven.jar'] ?: - "${trgt}/${nm}-${vers}-tests.jar"; + "${trgt}/${nm}-${vers}.jar"; def prefix = project.properties['org.codehaus.groovy.maven.destination']; try { Modified: incubator/bigtop/trunk/bigtop-tests/test-execution/integration/pom.xml URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-execution/integration/pom.xml?rev=1164279&r1=1164278&r2=1164279&view=diff ============================================================================== --- incubator/bigtop/trunk/bigtop-tests/test-execution/integration/pom.xml (original) +++ incubator/bigtop/trunk/bigtop-tests/test-execution/integration/pom.xml Thu Sep 1 21:19:05 2011 @@ -91,7 +91,6 @@ <groupId>org.apache.bigtop.itest</groupId> <artifactId>sqoop-integration</artifactId> <version>${sqoop-integration.version}</version> - <type>test-jar</type> <scope>test</scope> </dependency> <!-- Modified: incubator/bigtop/trunk/bigtop-tests/test-execution/package/pom.xml URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-execution/package/pom.xml?rev=1164279&r1=1164278&r2=1164279&view=diff ============================================================================== --- incubator/bigtop/trunk/bigtop-tests/test-execution/package/pom.xml (original) +++ incubator/bigtop/trunk/bigtop-tests/test-execution/package/pom.xml Thu Sep 1 21:19:05 2011 @@ -41,6 +41,7 @@ <org.apache.maven-dependency-plugin.version>${package-smoke.version}</org.apache.maven-dependency-plugin.version> <org.apache.maven-dependency-plugin.output>${project.build.directory}</org.apache.maven-dependency-plugin.output> + <org.apache.maven-dependency-plugin.type>jar</org.apache.maven-dependency-plugin.type> <org.apache.maven-failsafe-plugin.testInclude>**/PackagesSuite*</org.apache.maven-failsafe-plugin.testInclude> </properties> @@ -49,7 +50,6 @@ <groupId>org.apache.bigtop.itest</groupId> <artifactId>packagesmoke</artifactId> <version>${package-smoke.version}</version> - <type>test-jar</type> </dependency> </dependencies> Modified: incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/flume/pom.xml URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/flume/pom.xml?rev=1164279&r1=1164278&r2=1164279&view=diff ============================================================================== --- incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/flume/pom.xml (original) +++ incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/flume/pom.xml Thu Sep 1 21:19:05 2011 @@ -36,6 +36,7 @@ <org.apache.maven-dependency-plugin.groupId>org.apache.bigtop.itest</org.apache.maven-dependency-plugin.groupId> <org.apache.maven-dependency-plugin.artifactId>flumesmoke</org.apache.maven-dependency-plugin.artifactId> <org.apache.maven-dependency-plugin.version>${flume-smoke.version}</org.apache.maven-dependency-plugin.version> + <org.apache.maven-dependency-plugin.type>jar</org.apache.maven-dependency-plugin.type> </properties> <dependencies> @@ -43,7 +44,6 @@ <groupId>org.apache.bigtop.itest</groupId> <artifactId>flumesmoke</artifactId> <version>${flume-smoke.version}</version> - <type>test-jar</type> </dependency> </dependencies> Modified: incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/hadoop/pom.xml URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/hadoop/pom.xml?rev=1164279&r1=1164278&r2=1164279&view=diff ============================================================================== --- incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/hadoop/pom.xml (original) +++ incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/hadoop/pom.xml Thu Sep 1 21:19:05 2011 @@ -38,6 +38,7 @@ <org.apache.maven-dependency-plugin.version>${hadoop-smoke.version}</org.apache.maven-dependency-plugin.version> <org.apache.maven-dependency-plugin.output>${project.build.directory}</org.apache.maven-dependency-plugin.output> <org.apache.maven-dependency-plugin.pattern>**/*</org.apache.maven-dependency-plugin.pattern> + <org.apache.maven-dependency-plugin.type>jar</org.apache.maven-dependency-plugin.type> </properties> <dependencies> @@ -56,7 +57,6 @@ <groupId>${org.apache.maven-dependency-plugin.groupId}</groupId> <artifactId>${org.apache.maven-dependency-plugin.artifactId}</artifactId> <version>${hadoop-smoke.version}</version> - <type>test-jar</type> </dependency> </dependencies> Modified: incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/hbase/pom.xml URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/hbase/pom.xml?rev=1164279&r1=1164278&r2=1164279&view=diff ============================================================================== --- incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/hbase/pom.xml (original) +++ incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/hbase/pom.xml Thu Sep 1 21:19:05 2011 @@ -36,6 +36,7 @@ <org.apache.maven-dependency-plugin.groupId>org.apache.bigtop.itest</org.apache.maven-dependency-plugin.groupId> <org.apache.maven-dependency-plugin.artifactId>hbasesmoke</org.apache.maven-dependency-plugin.artifactId> <org.apache.maven-dependency-plugin.version>${hbase-smoke.version}</org.apache.maven-dependency-plugin.version> + <org.apache.maven-dependency-plugin.type>jar</org.apache.maven-dependency-plugin.type> <HBASE_HOME>${env.HBASE_HOME}</HBASE_HOME> <ZOOKEEPER_HOME>${env.ZOOKEEPER_HOME}</ZOOKEEPER_HOME> @@ -46,7 +47,6 @@ <groupId>org.apache.bigtop.itest</groupId> <artifactId>hbasesmoke</artifactId> <version>${hbase-smoke.version}</version> - <type>test-jar</type> </dependency> </dependencies> Modified: incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/hive/pom.xml URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/hive/pom.xml?rev=1164279&r1=1164278&r2=1164279&view=diff ============================================================================== --- incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/hive/pom.xml (original) +++ incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/hive/pom.xml Thu Sep 1 21:19:05 2011 @@ -36,6 +36,7 @@ <org.apache.maven-dependency-plugin.groupId>org.apache.bigtop.itest</org.apache.maven-dependency-plugin.groupId> <org.apache.maven-dependency-plugin.artifactId>hivesmoke</org.apache.maven-dependency-plugin.artifactId> <org.apache.maven-dependency-plugin.version>${hive-smoke.version}</org.apache.maven-dependency-plugin.version> + <org.apache.maven-dependency-plugin.type>jar</org.apache.maven-dependency-plugin.type> <HIVE_HOME>${env.HIVE_HOME}</HIVE_HOME> <HBASE_HOME>${env.HBASE_HOME}</HBASE_HOME> @@ -51,7 +52,6 @@ <groupId>org.apache.bigtop.itest</groupId> <artifactId>hivesmoke</artifactId> <version>${hive-smoke.version}</version> - <type>test-jar</type> </dependency> </dependencies> Modified: incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/oozie/pom.xml URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/oozie/pom.xml?rev=1164279&r1=1164278&r2=1164279&view=diff ============================================================================== --- incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/oozie/pom.xml (original) +++ incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/oozie/pom.xml Thu Sep 1 21:19:05 2011 @@ -38,6 +38,7 @@ <org.apache.maven-dependency-plugin.groupId>org.apache.bigtop.itest</org.apache.maven-dependency-plugin.groupId> <org.apache.maven-dependency-plugin.artifactId>ooziesmoke</org.apache.maven-dependency-plugin.artifactId> <org.apache.maven-dependency-plugin.version>${oozie-smoke.version}</org.apache.maven-dependency-plugin.version> + <org.apache.maven-dependency-plugin.type>jar</org.apache.maven-dependency-plugin.type> </properties> <dependencies> @@ -45,7 +46,6 @@ <groupId>org.apache.bigtop.itest</groupId> <artifactId>ooziesmoke</artifactId> <version>${oozie-smoke.version}</version> - <type>test-jar</type> </dependency> </dependencies> 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=1164279&r1=1164278&r2=1164279&view=diff ============================================================================== --- incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/pom.xml (original) +++ incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/pom.xml Thu Sep 1 21:19:05 2011 @@ -123,28 +123,24 @@ need to explicitly specify the version of the artifact in the module POM file. Same goes for the rest of the bunch here--> - <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hbasesmoke</artifactId> <version>${hbase-smoke.version}</version> - <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.bigtop.itest</groupId> <artifactId>hivesmoke</artifactId> <version>${hive-smoke.version}</version> - <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.bigtop.itest</groupId> <artifactId>ooziesmoke</artifactId> <version>${oozie-smoke.version}</version> - <type>test-jar</type> <scope>test</scope> </dependency> <dependency> @@ -157,14 +153,12 @@ <groupId>org.apache.bigtop.itest</groupId> <artifactId>packagesmoke</artifactId> <version>${package-smoke.version}</version> - <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>com.cloudera.sqoop</groupId> <artifactId>sqoop</artifactId> <version>${sqoop.version}</version> - <type>test-jar</type> <scope>test</scope> </dependency> Modified: incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/sqoop/pom.xml URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/sqoop/pom.xml?rev=1164279&r1=1164278&r2=1164279&view=diff ============================================================================== --- incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/sqoop/pom.xml (original) +++ incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/sqoop/pom.xml Thu Sep 1 21:19:05 2011 @@ -40,6 +40,7 @@ <org.apache.maven-dependency-plugin.artifactId>sqoop</org.apache.maven-dependency-plugin.artifactId> <org.apache.maven-dependency-plugin.version>${sqoop.version}</org.apache.maven-dependency-plugin.version> <org.apache.maven-dependency-plugin.output>${project.build.directory}</org.apache.maven-dependency-plugin.output> + <org.apache.maven-dependency-plugin.type>jar</org.apache.maven-dependency-plugin.type> </properties> <dependencies>
