vert-x / vertx-maven

Vert.x 2.x is deprecated - use instead
https://github.com/vert-x3/vertx-maven-starter
Other
22 stars 31 forks source link

Archetype for Vert.x 3 #43

Closed thierryler closed 9 years ago

thierryler commented 9 years ago

Hello,

Are you planning to write an archetype for Vert.x 3 ?

Thx, Th.

purplefox commented 9 years ago

Vert.x 3 basically has a vanilla pom.xml so I'm not sure there would be much point.

thierryler commented 9 years ago

OK ;-)

Can you regive the URL, pls. ?

Thx

purplefox commented 9 years ago

There's a simple Maven example in the examples repo:

https://github.com/vert-x3/vertx-examples/tree/master/maven-simplest

purplefox commented 9 years ago

So basically all you need is:

a) Add dependency to vertx-core b) Set compiler to Java 8

thierryler commented 9 years ago

Well, very nice ! Thanks you so much.

Th.