Skip to content

Commit 743c96f

Browse files
committed
Sync with vertx-gradle-template
1 parent ca1efa4 commit 743c96f

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

build.gradle

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ runMod - runs the module. This is similar to executing vertx runmod from the com
3333
not use the version of Vert.x installed and on the PATH to run it. Instead it uses the version of Vert.x
3434
that the module was compiled and tested against.
3535
36+
runModIDEA - run the module from the project resources in IDEA. This allows you to run the module without building it
37+
first!
38+
39+
runModEclipse - run the module from the project resources in Eclipse. This allows you to run the module without
40+
building it first!
41+
3642
pullInDeps - pulls in all dependencies of the module into a nested module directory
3743
3844
uploadArchives - upload the module zip file (and jar if one has been created) to Nexus. You will need to
@@ -74,7 +80,8 @@ def configurePom(def pom) {
7480
name rootProject.name
7581
description 'Description of your module here'
7682
inceptionYear '2013'
77-
packaging 'zip'
83+
packaging 'jar'
84+
7885
url 'Your project url'
7986

8087
developers {
@@ -101,4 +108,4 @@ def configurePom(def pom) {
101108
setProperty('project.build.sourceEncoding', 'UTF8')
102109
}
103110
}
104-
}
111+
}

0 commit comments

Comments
 (0)