Hi
I am about to release the Felix Parent POM 3. The notable changes compared to
version 2.1 are:
* Add configuration to easily configure Java code level
and API checks by basically configuring three maven
properties:
felix.build.source
felix.build.target
felix.java.signature.artifactId
The current default is for Java 1.3 source and class
files and checking against Sun's Java 1.3 API
See FELIX-3486
* Update to the latest JavaDoc plugin 2.9.1 and have
default configuration to exclude impl and internal
packages (use site.javadoc.exclude to overwrite)
See FELIX-4153
* Update to latest Apache Parent POM 13
See FELIX-4152
The thing I am not sure about is, whether the Java 1.3 defaults for
source/target and API checks is sensible or whether we should default to Java
1.4.
WDYT ? Anything else that would need to go in there ?
Should we have default Bundle plugin configuration like DocURL etc. ?
Thanks and Regards
Felix