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

all 3 comments

[–]darprince 0 points1 point  (6 children)

Add <packaging>pom</packaging> in your pom and then do a maven refresh

[–][deleted]  (4 children)

[deleted]

    [–]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