Need help to find best way to recompile complete project and dep with 1.5

2010-01-18 Thread nodje
Hi, I need to figure out a way to repackage a webapp and all it's dependencies in java5. Currently in 1.6. We use a parent pom that all dep and webapp use. I've never needed an aggregator pom up to now, as we work and release each dependency as needed. It seems obviously a good option now

AW: Need help to find best way to recompile complete project and dep with 1.5

2010-01-18 Thread Entner Harald
Hi, afaik aggregator project do not inherit its plugins. You have to put the compiler plugin into your parent pom (or another parent pom), then all childs will use that plugin. Additionally i would specify the relativePath, so changes to the parent are immediately visible (no need to install