I performed the following changes/enhancements:
Updated dependencies
Updated repositories
Updated reporting method (section vs within site plugin config)
Added sonatype as parent (part of sonatype publishing)
I was able to build and test the source without any issues. Tested on maven 2.2.1 and Maven 3.0.4
I'm attaching the resulting POM for review.
It looks like this has broken the nightly build. See http://ci.pcgen.org/jenkins/job/PCGen%20Nightly%20Build%20%28Trunk%29%20via%20Shell/52/console for the error message.
The command use to do the build is
mvn -Djava.io.tmpdir=/home/tomcat/tmp -Djna.boot.library.path=/usr/lib/jna -e clean package site site:deploy
which is run using maven 2.2.1
Revision: 18169
Author: javydreamercsw
Date: 2012-11-05 16:59
Message: Fix a maven-site plug-in dependency so it works on Maven 2.2.1
Is there a way for me to get notified by Jenkins when I break a build?
It should be mailing you as a developer, and it mails the dev list.
The notification for that job was turned off. This dated back to when I was doing a lot of testing to get it working properly.
I turned the notification back on and configured it as per normal (i.e. as Andrew described).