diff --git a/pom.xml b/pom.xml index 165361d0deb22bd7528862772500b8d833dbbf5d..da80aa4ebaebda57a4b5f9ea77b272e52beb6142 100644 --- a/pom.xml +++ b/pom.xml @@ -68,38 +68,11 @@ <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> - <source>1.6</source> - <target>1.6</target> + <source>1.7</source> + <target>1.7</target> </configuration> </plugin> - <plugin> - <!-- generates the OSGi compatible Manifest file --> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - <extensions>true</extensions> - <executions> - <execution> - <id>bundle-manifest</id> - <phase>process-classes</phase> - <goals> - <goal>manifest</goal> - </goals> - </execution> - </executions> - <configuration> - <!--finalName>${symbolic.name}_${project.version}</finalName--> - <instructions> - <!--Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name> - <Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName--> - <Import-Package>*;resolution:=optional</Import-Package> - <Export-Package>fr.cemagref.simaqualife.extensions.pilot.BatchRunner;fr.cemagref.simaqualife.*;miscellaneous.*</Export-Package> - <Embed-Dependency>*;scope=!provided;inline=true</Embed-Dependency> - <Embed-Transitive>true</Embed-Transitive> - <!--eclipse.buddypolicy>global</eclipse.buddypolicy--> - </instructions> - </configuration> - </plugin> <plugin> <!-- uses the previously generated Manifest file (with maven-bundle-plugin) --> <artifactId>maven-jar-plugin</artifactId>