diff --git a/project.properties b/project.properties index 128b794d3..4d3d01b9d 100644 --- a/project.properties +++ b/project.properties @@ -27,6 +27,12 @@ maven.xdoc.date=left maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html maven.xdoc.poweredby.image=maven-feather.png +# Jar Manifest Additional Attributes +maven.jar.manifest.attributes.list=Implementation-Vendor-Id,X-Compile-Source-JDK,X-Compile-Target-JDK +maven.jar.manifest.attribute.Implementation-Vendor-Id=org.apache +maven.jar.manifest.attribute.X-Compile-Source-JDK=${maven.compile.source} +maven.jar.manifest.attribute.X-Compile-Target-JDK=${maven.compile.target} + # The Sun Javadoc for versions prior to 1.3 are off-line. maven.javadoc.links=http://java.sun.com/j2se/1.3/docs/api/ maven.javadoc.source=1.3