Expected Behavior
A clean checkout of OpenMRS trunk should compile and package without displaying warnings, errors, or exceptions.
Observed Behavior
If you create a local copy of OpenMRS trunk:
$ svn co http://svn.openmrs.org/openmrs/trunk/ openmrs-trunk
and then package it:
$ cd openmrs-trunk
$ mvn package
the packaging succeeds, but generates a bunch of warning, errors, and exceptions in the process.
The attached mvn package output was created using the steps above and contains multiple warning messages, error, and exceptions. Tickets to address the individual warnings & errors are subtasks of this ticket.