File tree 3 files changed +1
-9
lines changed
3 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ def configurePom(def pom) {
71
71
name rootProject. name
72
72
description ' MongoDB Persistor Module for Vert.x'
73
73
inceptionYear ' 2012'
74
- packaging produceJar == ' false ' ? ' pom ' : ' jar'
74
+ packaging ' jar'
75
75
url ' https://github.com/vert-x/mod-mongo-persistor'
76
76
77
77
developers {
Original file line number Diff line number Diff line change @@ -15,9 +15,6 @@ mongoVersion=2.11.1
15
15
# Set to true if you want module dependencies to be pulled in and nested inside the module itself
16
16
pullInDeps =false
17
17
18
- # Set to true if you want the build to output a jar as well as a module zip file
19
- produceJar =false
20
-
21
18
gradleVersion =1.5
22
19
vertxVersion =2.0.0-CR2
23
20
toolsVersion =2.0.0-CR2
Original file line number Diff line number Diff line change @@ -43,11 +43,6 @@ targetCompatibility = '1.7'
43
43
44
44
project. ext. moduleName = " $modowner ~$modname ~$version "
45
45
46
- if (produceJar == ' false' ) {
47
- jar. enabled = false
48
- assert configurations. archives. artifacts. removeAll { it. file == jar. archivePath }
49
- }
50
-
51
46
configurations {
52
47
provided
53
48
testCompile. extendsFrom provided
You can’t perform that action at this time.
0 commit comments