diff --git a/DruidCorporateCLA.pdf b/DruidCorporateCLA.pdf deleted file mode 100644 index d3f24b3d79f..00000000000 Binary files a/DruidCorporateCLA.pdf and /dev/null differ diff --git a/DruidIndividualCLA.pdf b/DruidIndividualCLA.pdf deleted file mode 100644 index eee4c72eb89..00000000000 Binary files a/DruidIndividualCLA.pdf and /dev/null differ diff --git a/distribution/pom.xml b/distribution/pom.xml index ef09f026309..e7ad4ef79a3 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -45,6 +45,41 @@ --clean + + + + + net.nicoulaj.maven.plugins + checksum-maven-plugin + 1.7 + + + dist-checksum + + files + + + + + + SHA-512 + + false + + + ${project.build.directory} + + *-src.tar.gz + *-bin.tar.gz + + + + false + + + + + dist @@ -231,13 +266,28 @@ single - ${project.parent.artifactId}-${project.parent.version} + apache-druid-${project.parent.version} posix src/assembly/assembly.xml + + source-release-assembly-druid + package + + single + + + apache-druid-${project.version}-src + posix + + src/assembly/source-assembly.xml + + false + + diff --git a/distribution/src/assembly/assembly.xml b/distribution/src/assembly/assembly.xml index 5bc99ee49cf..c1251f45a48 100644 --- a/distribution/src/assembly/assembly.xml +++ b/distribution/src/assembly/assembly.xml @@ -18,9 +18,9 @@ ~ under the License. --> - + xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd"> bin tar.gz @@ -223,6 +223,7 @@ LICENSE NOTICE + DISCLAIMER diff --git a/distribution/src/assembly/source-assembly.xml b/distribution/src/assembly/source-assembly.xml new file mode 100644 index 00000000000..59903d4fe98 --- /dev/null +++ b/distribution/src/assembly/source-assembly.xml @@ -0,0 +1,61 @@ + + + + + source-release + + tar.gz + + + + ../ + + true + + + %regex[(?!((?!${project.build.directory}/)[^/]+/)*src/).*${project.build.directory}.*] + + + %regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?\.idea(/.*)?] + %regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?[^/]*\.iml] + eclipse_formatting.xml + eclipse.importorder + + + %regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?pom\.xml\.releaseBackup] + %regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?release\.properties] + + .gitignore + .travis.yml + publications/** + upload.sh + + + + ${project.build.directory} + + git.version + + + + + diff --git a/pom.xml b/pom.xml index 7a054daaf1a..6fdfa193b50 100644 --- a/pom.xml +++ b/pom.xml @@ -23,9 +23,9 @@ 4.0.0 - io.druid - oss-parent - 2 + org.apache + apache + 21 org.apache.druid @@ -33,9 +33,9 @@ 0.13.0-incubating-SNAPSHOT pom - ${project.groupId}:${project.artifactId} + Druid Druid - A Distributed Column Store - http://druid.io/ + https://druid.apache.org/ @@ -51,6 +51,16 @@ + + + Apache Druid (incubating) developers list + dev-subscribe@druid.apache.org + dev-unsubscribe@druid.apache.org + dev@druid.apache.org + https://mail-archives.apache.org/mod_mbox/druid-dev + + + 2011 @@ -61,7 +71,9 @@ + 1.8 1.8 + UTF-8 4.0.0 2.12.0 1.10.0 @@ -88,9 +100,9 @@ 2.5.5 3.4.11 - org-apache-id - org-apache-name - https://repository.apache.org/content/repositories/public/ + apache.snapshots + Apache Snapshot Repository + https://repository.apache.org/snapshots 3 @@ -157,13 +169,13 @@ distribution - - - ${repoOrgId} - ${repoOrgName} - ${repoOrgUrl} - - + + + ${repoOrgId} + ${repoOrgName} + ${repoOrgUrl} + + @@ -1012,6 +1024,60 @@ + + org.apache.maven.plugins + maven-jar-plugin + + + + ${java.version} (${java.vendor} ${java.vm.version}) + ${os.name} ${os.arch} ${os.version} + ${git.build.time} + ${git.build.version} + ${git.commit.id} + ${git.commit.id.describe} + + + + + + pl.project13.maven + git-commit-id-plugin + 2.2.5 + + + + revision + + + + + ${project.basedir}/.git + Etc/UTC + false + json + true + ${project.build.directory}/git.version + false + + git.build.user.email + git.build.host + git.commit.id.describe-short + git.commit.user.* + git.commit.message.* + git.closest.tag.* + git.commit.id.abbrev + git.dirty + + + false + false + 7 + -dirty + true + + + @@ -1106,7 +1172,7 @@ org.apache.maven.plugins maven-assembly-plugin - 2.5.5 + 3.1.0 org.codehaus.mojo @@ -1121,6 +1187,7 @@ org.apache.maven.plugins maven-javadoc-plugin + 2.10.1 -Xdoclint:none @@ -1151,10 +1218,20 @@ org.apache.maven.plugins maven-compiler-plugin - ${maven.compiler.target} + ${maven.compiler.source} ${maven.compiler.target} + + + maven-remote-resources-plugin + + + process-resource-bundles + none + + + @@ -1173,7 +1250,7 @@ true 1024m 3000m - ${maven.compiler.target} + ${maven.compiler.source} ${maven.compiler.target} false @@ -1291,7 +1368,7 @@ MIT - MIT JQyery + MIT JQuery Copyright 2012 jQuery Foundation and other contributors; Licensed MIT @@ -1328,7 +1405,7 @@ - MIT JQyery + MIT JQuery Underscore @@ -1375,5 +1452,22 @@ + + + apache-release + + + + maven-assembly-plugin + + + source-release-assembly + none + + + + + +