File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff 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+
3642pullInDeps - pulls in all dependencies of the module into a nested module directory
3743
3844uploadArchives - 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+ }
You can’t perform that action at this time.
0 commit comments