Could well do with a bit of a tidy-up Of course I need to get it to build before I can tidy it up
Issues I've see so far: 1. Abuse of packaging type mapping (where an artifact is referenced with and without <type>ejb</type>... only works if you use "mvn clean install" as that way the type mapping reduces to looking in the local repo with type = jar) 2. Wrong goal used to copy dependencies (dependency:copy is used to copy artifacts produced outside of the reactor... yet it is being used to copy dependencies produced in the reactor... the copy-dependencies goal should be used instead) 3. No plugin versions locked down for a number of plugins: m-dependency-p, m-surefire-p, m-bundle-p... 4. Old version of m-release-p used... and it wouldn't work anyway due to issues #1 and #2 above I'll start filing issues and submitting patches... I am assuming: component = build and version = 3.1.x
