Simple question regarding inheritance

2006-07-06 Thread Tatiana Escovedo
Hi, I need some advice regarding the correct approach to the simple inheritance problem as follows. I have defined a parent and a child project using Maven 2. The parent project's POM specifies the use of the checkstyle plugin: org.apache.maven.plugins maven-checkstyle-plugin m

Re: Simple question regarding inheritance

2006-07-06 Thread Edwin Punzalan
This might help: http://maven.apache.org/plugins/maven-checkstyle-plugin/tips.html ^_^ Tatiana Escovedo wrote: Hi, I need some advice regarding the correct approach to the simple inheritance problem as follows. I have defined a parent and a child project using Maven 2. The parent project'