File tree Expand file tree Collapse file tree 4 files changed +11
-1
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 4 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 5050 </target >
5151
5252 <target name =" jar" depends =" compile" >
53- <jar destfile =" lib/jdbc-custom-data-source.jar" basedir =" ${ build } " />
53+ <jar destfile =" lib/jdbc-custom-data-source.jar" basedir =" ${ build } "
54+ manifest=" src/main/resources/META-INF/MANIFEST.MF" />
5455 </target >
5556
5657 <target name =" run" depends =" compile" >
Original file line number Diff line number Diff line change 5959 <excludes >
6060 <exclude >**/log4j.properties</exclude >
6161 </excludes >
62+ <archive >
63+ <manifestFile >src/main/resources/META-INF/MANIFEST.MF</manifestFile >
64+ <manifestEntries >
65+ <Specification-Version >${version} </Specification-Version >
66+ </manifestEntries >
67+ </archive >
6268 </configuration >
6369 </plugin >
6470 </plugins >
Original file line number Diff line number Diff line change 1+ Specification-Title : JDBC custom data source for OPL
2+ Specification-Version : 1.0
3+ Specification-Vendor : IBM
You can’t perform that action at this time.
0 commit comments