add <developers/> section to pom (else nexus complains on deploy)
Description
None
Environment
None
Activity
Show:
Steve Ebersole
August 18, 2010, 7:59 PM
After investigation this was only an issue with the main aggregator pom because it does not extend from parent/pom.xml which is where <developers></developers> is defined. Excluding the aggregator pom (as was done as part of ) is the better solution