diff options
Diffstat (limited to 'java/sdo/sdo-api/pom.xml')
-rw-r--r-- | java/sdo/sdo-api/pom.xml | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/java/sdo/sdo-api/pom.xml b/java/sdo/sdo-api/pom.xml index e3249d95a9..450bfa4b19 100644 --- a/java/sdo/sdo-api/pom.xml +++ b/java/sdo/sdo-api/pom.xml @@ -95,13 +95,19 @@ <target>1.4</target> </configuration> </plugin> + <plugin> - <artifactId>maven-jar-plugin</artifactId> - <configuration> - <archive> - <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile> - </archive> - </configuration> + <artifactId>maven-jar-plugin</artifactId> + <configuration> + <archive> + <manifestEntries> + <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id> + <Implementation-Version>1.1-incubating</Implementation-Version> + <X-Compile-Source-JDK>1.4</X-Compile-Source-JDK> + <X-Compile-Target-JDK>1.4</X-Compile-Target-JDK> + </manifestEntries> + </archive> + </configuration> </plugin> <plugin> <groupId>org.apache.felix</groupId> |