I saw that you already committed the patch, thanks :-)
Do I create a series of patch proposals for configuring the Maven build?
My proposals would be as below (note: I'm not going to start this task
before tomorrow, so you have time to tell me if some point are bad ideas):
1. Eventually merge the sis-parent/pom.xml file with the root pom.xml
file, for simplifying a little bit the system.
2. Upgrade the org.apache.apache parent from version 7 to version 10.
3. Add a <pluginManagement> section for the missing declaration of
plugins version, namely maven-javadoc-plugin, maven-jxr-plugin,
maven-surefire-report-plugin and maven-pmd-plugin. This would get
ride of the warnings at building time.
4. Move the version declaration of maven-bundle-plugin (currently
repeated in every modules) to the above cited <pluginManagement>
section.
5. Move the <reporting> section, which is now deprecated, to the
<configuration> section of the maven-site-plugin plugin.
6. Configure the javadoc plugin.
Martin