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

fatJar not created - missing section from archetype pom.xml #34

Open CoolBalance opened 10 years ago

CoolBalance commented 10 years ago

The pom created using the archetype doesn't create a fatJar. The archetype pom should have another execution section just after pullInDeps execution section to allow fatJar creation. The code is:

                    <execution>
                        <id>createFatJar</id>
                        <phase>prepare-package</phase>
                        <goals>
                            <goal>fatJar</goal>
                        </goals>
                    </execution>
gdelia commented 10 years ago

Yes, I have the same problem. Is there any workaround?

CoolBalance commented 10 years ago

The work around is to add the section manually after creating the prototype. Look at my original posting for the lines to add to the pom.

Gregory "Jimmy" Bruce gabruce@coolbalance.com Squirrel POS extensions, interfaces, customizations http://www.coolbalance.com Current Time in Thailand GMT+7 http://timeanddate.com/worldclock/city.html?n=28

On Fri, Sep 26, 2014 at 11:34 PM, gdelia notifications@github.com wrote:

Yes, I have the same problem. Is there any workaround?

— Reply to this email directly or view it on GitHub https://github.com/vert-x/vertx-maven/issues/34#issuecomment-56986086.