In my specific case I’m looking to use the value of the WAR plugin’s <webappDirectory> setting as configuration to an execution of the dependency plugin.
Is there a general way to refer to the WAR plugin’s settings as a property?
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.
No.
You’d need to have both plugins reference a property that you define in your pom to achieve this… and in such cases any pom overriding the configuration but not the property would cause issues.