Is it possible to get Package.getImplementationVersion() method available for junits? I am using maven and eclipse. I tried to execute mvn war:manifest to create the manifest file, so I could verify that the Implementation Version is not null.
Currently here is my test unit which is failing:
assertNotNull(Version.class.getPackage().getImplementationVersion());