Repository: bigtop Updated Branches: refs/heads/master 37976e5a7 -> b5c3f9119
BIGTOP-1930. [bigpetstore] Add mvn plugin to gradle buildfile Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/b5c3f911 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/b5c3f911 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/b5c3f911 Branch: refs/heads/master Commit: b5c3f9119ea03b1efc958f8de9ac88270126c9e5 Parents: 37976e5 Author: jayunit100 <[email protected]> Authored: Sun Jul 12 08:44:29 2015 -0400 Committer: jayunit100 <[email protected]> Committed: Sun Jul 12 12:47:16 2015 -0400 ---------------------------------------------------------------------- bigtop-bigpetstore/bigpetstore-data-generator/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/b5c3f911/bigtop-bigpetstore/bigpetstore-data-generator/build.gradle ---------------------------------------------------------------------- diff --git a/bigtop-bigpetstore/bigpetstore-data-generator/build.gradle b/bigtop-bigpetstore/bigpetstore-data-generator/build.gradle index 957529d..5728b9b 100644 --- a/bigtop-bigpetstore/bigpetstore-data-generator/build.gradle +++ b/bigtop-bigpetstore/bigpetstore-data-generator/build.gradle @@ -16,7 +16,7 @@ apply plugin: 'eclipse' apply plugin: 'groovy' apply plugin: 'java' - +apply plugin: 'maven' group = 'org.apache.bigtop' version = '0.9.0-SNAPSHOT'
