Commit 8111fe2c authored by Dumoulin Nicolas's avatar Dumoulin Nicolas
Browse files

pom fixes

1 merge request!1Add Svn history
Showing with 2 additions and 29 deletions
+2 -29
......@@ -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>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment