In a single-module project, I don’t see how to get a ‘classified’ artifact from the project itself into the descriptor and thus the assembly. Do I list it as a dependency?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Did you try the Build Helper Maven Plugin (I’m thinking to
build-helper:attach-artifact)? See Attach additional artifacts to your project in the plugin Usage page.If it doesn’t work, then indeed declare your ‘classified’ artifact as dependency using one of the advanced identity pattern.