Attaching assembly plugin ("attached" goal) to projects with "pom" packaging
I need to make an assembly of several submodules packaged within specific structure. Is it possible on make it on parent POM level within package lifecycle?
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
-
Inappropriate?The parent pom will always build first so it's available to the children. Therefore if you want to make an assembly of the children, it can't be bound there. The better way would be to make a new module with pom packaging as a sibling of the other modules. List the other modules as dependencies and then this will always run after the other ones and you'll be able to get your assembly.
I’m happy, it's christmas after all!
Loading Profile...



EMPLOYEE