diff --git a/common/pom.xml b/common/pom.xml index 8c714047729..3bfeccf0a0b 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -18,11 +18,12 @@ limitations under the License. --> - + 4.0.0 - drill-root + apache-drill org.apache.drill 1.17.0-SNAPSHOT diff --git a/contrib/data/pom.xml b/contrib/data/pom.xml index 6278d820e19..809a2f95c76 100644 --- a/contrib/data/pom.xml +++ b/contrib/data/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 drill-contrib-parent diff --git a/contrib/data/tpch-sample-data/pom.xml b/contrib/data/tpch-sample-data/pom.xml index 128c3e4f112..973349899f6 100644 --- a/contrib/data/tpch-sample-data/pom.xml +++ b/contrib/data/tpch-sample-data/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 drill-contrib-data-parent @@ -49,7 +50,7 @@ http://apache-drill.s3.amazonaws.com/files/sf-0.01_tpc-h_parquet_typed.tgz tpch.tgz true - ${project.build.directory}/classes/tpch + ${project.build.outputDirectory}/tpch diff --git a/contrib/format-ltsv/pom.xml b/contrib/format-ltsv/pom.xml index 9d83e9e4690..35eda3cd7ab 100644 --- a/contrib/format-ltsv/pom.xml +++ b/contrib/format-ltsv/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 @@ -64,7 +65,7 @@ copy-resources - ${basedir}/target/classes/org/apache/drill/exec/store/ltsv + ${project.build.outputDirectory}/org/apache/drill/exec/store/ltsv diff --git a/contrib/format-maprdb/pom.xml b/contrib/format-maprdb/pom.xml index bff7b695ba1..1d4ad4bf769 100644 --- a/contrib/format-maprdb/pom.xml +++ b/contrib/format-maprdb/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 diff --git a/contrib/format-syslog/pom.xml b/contrib/format-syslog/pom.xml index ca3e61e4d05..7b0a9487084 100644 --- a/contrib/format-syslog/pom.xml +++ b/contrib/format-syslog/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 @@ -71,7 +72,7 @@ copy-resources - ${basedir}/target/classes/org/apache/drill/exec/store/syslog + ${project.build.outputDirectory}/org/apache/drill/exec/store/syslog diff --git a/contrib/pom.xml b/contrib/pom.xml index 0004031c8f3..1394e5c0676 100644 --- a/contrib/pom.xml +++ b/contrib/pom.xml @@ -18,11 +18,12 @@ limitations under the License. --> - + 4.0.0 - drill-root org.apache.drill + apache-drill 1.17.0-SNAPSHOT diff --git a/contrib/storage-hbase/pom.xml b/contrib/storage-hbase/pom.xml index 859e2428da6..6d01d8a1ce8 100644 --- a/contrib/storage-hbase/pom.xml +++ b/contrib/storage-hbase/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 drill-contrib-parent @@ -114,7 +115,7 @@ copy-resources - ${basedir}/target/classes/org/apache/drill/exec/expr/fn/impl + ${project.build.outputDirectory}/org/apache/drill/exec/expr/fn/impl src/main/java/org/apache/drill/exec/expr/fn/impl @@ -125,7 +126,7 @@ true - target/generated-sources + ${project.build.directory}/generated-sources true diff --git a/contrib/storage-hive/core/pom.xml b/contrib/storage-hive/core/pom.xml index b4acdac3c96..8f97f6ef228 100644 --- a/contrib/storage-hive/core/pom.xml +++ b/contrib/storage-hive/core/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 diff --git a/contrib/storage-hive/hive-exec-shade/pom.xml b/contrib/storage-hive/hive-exec-shade/pom.xml index a767000451b..c5ae4db9dcc 100644 --- a/contrib/storage-hive/hive-exec-shade/pom.xml +++ b/contrib/storage-hive/hive-exec-shade/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 @@ -178,7 +179,7 @@ ${project.version} jar true - ${project.build.directory}/classes + ${project.build.outputDirectory} **/** diff --git a/contrib/storage-hive/pom.xml b/contrib/storage-hive/pom.xml index e99181651a6..840d340fec8 100644 --- a/contrib/storage-hive/pom.xml +++ b/contrib/storage-hive/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 org.apache.drill.contrib diff --git a/contrib/storage-jdbc/pom.xml b/contrib/storage-jdbc/pom.xml index 2a4286c074c..63f5c93d80f 100755 --- a/contrib/storage-jdbc/pom.xml +++ b/contrib/storage-jdbc/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 drill-contrib-parent diff --git a/contrib/storage-kafka/pom.xml b/contrib/storage-kafka/pom.xml index 83a1a299bf9..a89e27b5b15 100644 --- a/contrib/storage-kafka/pom.xml +++ b/contrib/storage-kafka/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 diff --git a/contrib/storage-kudu/pom.xml b/contrib/storage-kudu/pom.xml index b9f676a60de..4ad3075608e 100644 --- a/contrib/storage-kudu/pom.xml +++ b/contrib/storage-kudu/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 drill-contrib-parent diff --git a/contrib/storage-mongo/pom.xml b/contrib/storage-mongo/pom.xml index a58ed57400a..052b9d3a56b 100644 --- a/contrib/storage-mongo/pom.xml +++ b/contrib/storage-mongo/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 drill-contrib-parent diff --git a/contrib/storage-opentsdb/pom.xml b/contrib/storage-opentsdb/pom.xml index 7891a0f2f0e..ff8ae3cfc3d 100644 --- a/contrib/storage-opentsdb/pom.xml +++ b/contrib/storage-opentsdb/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 drill-contrib-parent diff --git a/contrib/udfs/pom.xml b/contrib/udfs/pom.xml index 38f7dfa92c0..b71e49b4b05 100644 --- a/contrib/udfs/pom.xml +++ b/contrib/udfs/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 @@ -94,7 +95,7 @@ copy-resources - ${basedir}/target/classes/org/apache/drill/exec/udfs + ${project.build.outputDirectory}/org/apache/drill/exec/udfs src/main/java/org/apache/drill/exec/udfs @@ -110,7 +111,7 @@ copy-resources - ${project.build.directory}/classes/sample-data + ${project.build.outputDirectory}/sample-data sample-data diff --git a/distribution/pom.xml b/distribution/pom.xml index 0e3d792b8a7..616ec3887a9 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -18,10 +18,11 @@ limitations under the License. --> - + 4.0.0 - drill-root + apache-drill org.apache.drill 1.17.0-SNAPSHOT @@ -170,7 +171,7 @@ src/assemble/bin-assembly.xml false - apache-drill-${project.version} + ${project.parent.artifactId}-${project.version} @@ -185,7 +186,7 @@ src/assemble/bin-assembly-dir.xml false - apache-drill-${project.version} + ${project.parent.artifactId}-${project.version} @@ -390,7 +391,7 @@ /opt/drill - target/apache-drill-${project.version}/apache-drill-${project.version}/git.properties + ${project.build.directory}/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/git.properties @@ -398,7 +399,7 @@ /opt/drill - target/apache-drill-${project.version}/apache-drill-${project.version}/KEYS + ${project.build.directory}/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/KEYS @@ -406,7 +407,7 @@ /opt/drill - target/apache-drill-${project.version}/apache-drill-${project.version}/LICENSE + ${project.build.directory}/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/LICENSE @@ -414,7 +415,7 @@ /opt/drill - target/apache-drill-${project.version}/apache-drill-${project.version}/NOTICE + ${project.build.directory}/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/NOTICE @@ -422,7 +423,7 @@ /opt/drill - target/apache-drill-${project.version}/apache-drill-${project.version}/README.md + ${project.build.directory}/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/README.md @@ -430,7 +431,7 @@ /opt/drill/jars - target/apache-drill-${project.version}/apache-drill-${project.version}/jars + ${project.build.directory}/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/jars @@ -438,7 +439,7 @@ /opt/drill/bin - target/apache-drill-${project.version}/apache-drill-${project.version}/bin + ${project.build.directory}/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/bin @@ -446,7 +447,7 @@ /opt/drill/sample-data - target/apache-drill-${project.version}/apache-drill-${project.version}/sample-data + ${project.build.directory}/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/sample-data @@ -454,7 +455,7 @@ /etc/drill/conf - target/apache-drill-${project.version}/apache-drill-${project.version}/conf + ${project.build.directory}/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/conf true @@ -490,10 +491,10 @@ false - distribution/target/apache-drill-${project.version}/apache-drill-${project.version}.deb + ${project.build.directory}/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}.deb - target/apache-drill-${project.version}/apache-drill-${project.version}/git.properties + ${project.build.directory}/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/git.properties file perm @@ -501,7 +502,7 @@ - target/apache-drill-${project.version}/apache-drill-${project.version}/KEYS + ${project.build.directory}/${project.parent.artifactId}-${project.version}${project.parent.artifactId}-${project.version}/KEYS file perm @@ -509,7 +510,7 @@ - target/apache-drill-${project.version}/apache-drill-${project.version}/LICENSE + ${project.build.directory}/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/LICENSE file perm @@ -517,7 +518,7 @@ - target/apache-drill-${project.version}/apache-drill-${project.version}/NOTICE + ${project.build.directory}/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/NOTICE file perm @@ -525,7 +526,7 @@ - target/apache-drill-${project.version}/apache-drill-${project.version}/README.md + ${project.build.directory}/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/README.md file perm @@ -533,7 +534,7 @@ - target/apache-drill-${project.version}/apache-drill-${project.version}/jars + ${project.build.directory}/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/jars directory perm @@ -541,7 +542,7 @@ - target/apache-drill-${project.version}/apache-drill-${project.version}/bin + ${project.build.directory}/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/bin directory perm @@ -550,7 +551,7 @@ - target/apache-drill-${project.version}/apache-drill-${project.version}/sample-data + ${project.build.directory}/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/sample-data directory perm @@ -559,7 +560,7 @@ - target/apache-drill-${project.version}/apache-drill-${project.version}/conf + ${project.build.directory}/${project.parent.artifactId}-${project.version}/${project.parent.artifactId}-${project.version}/conf directory perm diff --git a/drill-shaded/drill-shaded-guava/pom.xml b/drill-shaded/drill-shaded-guava/pom.xml index 83645d9e677..211e7f55574 100644 --- a/drill-shaded/drill-shaded-guava/pom.xml +++ b/drill-shaded/drill-shaded-guava/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 diff --git a/drill-shaded/pom.xml b/drill-shaded/pom.xml index b3bb3f8b974..20a78256194 100644 --- a/drill-shaded/pom.xml +++ b/drill-shaded/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 diff --git a/drill-yarn/pom.xml b/drill-yarn/pom.xml index 9de6d477610..724da3ed6b3 100644 --- a/drill-yarn/pom.xml +++ b/drill-yarn/pom.xml @@ -18,10 +18,11 @@ limitations under the License. --> - + 4.0.0 - drill-root + apache-drill org.apache.drill 1.17.0-SNAPSHOT @@ -57,7 +58,7 @@ ${project.basedir}/../.git - target/classes/git.properties + ${project.build.outputDirectory}/git.properties diff --git a/exec/java-exec/pom.xml b/exec/java-exec/pom.xml index 366b174524e..1874c471bbc 100644 --- a/exec/java-exec/pom.xml +++ b/exec/java-exec/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 exec-parent diff --git a/exec/java-exec/src/test/resources/drill-udf/pom.xml b/exec/java-exec/src/test/resources/drill-udf/pom.xml index 0a68198b9c6..affafc37d17 100644 --- a/exec/java-exec/src/test/resources/drill-udf/pom.xml +++ b/exec/java-exec/src/test/resources/drill-udf/pom.xml @@ -31,7 +31,7 @@ 1.8 1.8 ${project.name} - ${project.basedir}/target + ${project.build.directory} 1.13.0 **/*.java **/*.conf diff --git a/exec/jdbc-all/pom.xml b/exec/jdbc-all/pom.xml index be79b418c85..510ab02ed7e 100644 --- a/exec/jdbc-all/pom.xml +++ b/exec/jdbc-all/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 org.apache.drill.exec @@ -267,7 +268,7 @@ ${settings.localRepository}/junit/junit/${junit.version}/junit-${junit.version}.jar ${settings.localRepository}/org/hamcrest/hamcrest-core/${hamcrest.core.version}/hamcrest-core-${hamcrest.core.version}.jar - ${project.build.directory}/test-classes/ + ${project.build.testOutputDirectory}/ diff --git a/exec/jdbc/pom.xml b/exec/jdbc/pom.xml index 23fec3abaeb..4da9835ba9b 100644 --- a/exec/jdbc/pom.xml +++ b/exec/jdbc/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 org.apache.drill.exec diff --git a/exec/memory/base/pom.xml b/exec/memory/base/pom.xml index 0839a339a17..642830763a7 100644 --- a/exec/memory/base/pom.xml +++ b/exec/memory/base/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 memory-parent diff --git a/exec/memory/pom.xml b/exec/memory/pom.xml index 55f544d7b47..f1ff1ff2c96 100644 --- a/exec/memory/pom.xml +++ b/exec/memory/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 exec-parent diff --git a/exec/pom.xml b/exec/pom.xml index c360f5a39d8..db47abbfd68 100644 --- a/exec/pom.xml +++ b/exec/pom.xml @@ -18,10 +18,11 @@ limitations under the License. --> - + 4.0.0 - drill-root + apache-drill org.apache.drill 1.17.0-SNAPSHOT diff --git a/exec/rpc/pom.xml b/exec/rpc/pom.xml index 0dcc7ca5f31..18517b14889 100644 --- a/exec/rpc/pom.xml +++ b/exec/rpc/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 exec-parent diff --git a/exec/vector/pom.xml b/exec/vector/pom.xml index 830b5455d98..7abac3298f1 100644 --- a/exec/vector/pom.xml +++ b/exec/vector/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 exec-parent diff --git a/logical/pom.xml b/logical/pom.xml index b1e8ab8ec42..db959841baf 100644 --- a/logical/pom.xml +++ b/logical/pom.xml @@ -18,11 +18,12 @@ limitations under the License. --> - + 4.0.0 - drill-root + apache-drill org.apache.drill 1.17.0-SNAPSHOT diff --git a/metastore/file-metadata/pom.xml b/metastore/file-metadata/pom.xml index d0bd79428da..65ab004e68a 100644 --- a/metastore/file-metadata/pom.xml +++ b/metastore/file-metadata/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 diff --git a/metastore/metastore-api/pom.xml b/metastore/metastore-api/pom.xml index d3f3aed8e7d..550f2c2e0fe 100644 --- a/metastore/metastore-api/pom.xml +++ b/metastore/metastore-api/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 diff --git a/metastore/pom.xml b/metastore/pom.xml index 2558e11b628..6230ff372e4 100644 --- a/metastore/pom.xml +++ b/metastore/pom.xml @@ -18,12 +18,13 @@ limitations under the License. --> - + 4.0.0 org.apache.drill - drill-root + apache-drill 1.17.0-SNAPSHOT diff --git a/pom.xml b/pom.xml index f2b626d6754..484955a3bb0 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 @@ -29,7 +30,7 @@ org.apache.drill - drill-root + apache-drill 1.17.0-SNAPSHOT pom @@ -42,8 +43,7 @@ 1.8 source-release-zip-tar - ${project.basedir}/target/generated-sources - ${project.basedir}/src/main/protobuf/ + ${project.build.directory}/generated-sources 4.12 1.7.25 23.0 @@ -546,7 +546,7 @@ revision - target/classes/git.properties + ${project.build.outputDirectory}/git.properties @@ -1805,9 +1805,9 @@ ${project.build.directory} - apache-drill-${project.version}.tar.gz - apache-drill-${project.version}-src.tar.gz - apache-drill-${project.version}-src.zip + ${project.artifactId}-${project.version}.tar.gz + ${project.artifactId}-${project.version}-src.tar.gz + ${project.artifactId}-${project.version}-src.zip @@ -1822,7 +1822,7 @@ source-release-assembly false - apache-drill-${project.version}-src + ${project.artifactId}-${project.version}-src diff --git a/protocol/pom.xml b/protocol/pom.xml index 04629ac1b94..ebf59cc088d 100644 --- a/protocol/pom.xml +++ b/protocol/pom.xml @@ -18,11 +18,12 @@ limitations under the License. --> - + 4.0.0 - drill-root + apache-drill org.apache.drill 1.17.0-SNAPSHOT diff --git a/tools/fmpp/pom.xml b/tools/fmpp/pom.xml index ac12752e87c..5f2c6c94bab 100644 --- a/tools/fmpp/pom.xml +++ b/tools/fmpp/pom.xml @@ -18,7 +18,8 @@ limitations under the License. --> - + 4.0.0 diff --git a/tools/pom.xml b/tools/pom.xml index 1511c910317..83de3a5dc78 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -18,10 +18,11 @@ limitations under the License. --> - + 4.0.0 - drill-root + apache-drill org.apache.drill 1.17.0-SNAPSHOT