Skip to content

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

@CoolBalance

Description

@CoolBalance

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions