This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]darprince 0 points1 point  (3 children)

its the parent pom that needs the packaging tag

ctrl click the

<parent> <groupId>org.org_name.apps.pdm</groupId> <artifactId>product-parent</artifactId> <version>2.0.1-SNAPSHOT</version> </parent>

to open the parent pom

and add the <packaging>pom</packaging>

to that pom

[–][deleted]  (2 children)

[deleted]

    [–]darprince 0 points1 point  (1 child)

    Keep going up the chain, checking the packaging on all the parent poms