Re: Parent POM clean issue

2007-09-22 Thread Maria Odea Ching
Hi Kyle, Try putting your plugin config in the pluginManagement of your child POM. Don't forget to specify the maven-clean-plugin in the pluginManagement of you parent POM as well. Please see http://maven.apache.org/pom.html#Build (Plugins and Plugin Management sections) for the explanation

Parent POM clean issue

2007-09-21 Thread Kyle.Bober
the child module POM it deletes the fileset accordingly. When I call the clean phase from the parent POM it never calls the child modules maven-clean-plugin fileset. Why is this? Am I missing something? -- View this message in context: http://www.nabble.com/Parent-POM-clean-issue-tf4497694s177.html