Skip to content

Commit

Permalink
remove profiles for embedding libs (#8711)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan N. Klug <[email protected]>
  • Loading branch information
J-N-K authored Oct 10, 2020
1 parent 611e21c commit 28b6c5d
Showing 1 changed file with 0 additions and 83 deletions.
83 changes: 0 additions & 83 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -712,89 +712,6 @@ Import-Package: \\
</plugins>
</build>
</profile>
<profile>
<id>add-libraries-cli</id>
<activation>
<property>
<name>!m2e.version</name>
</property>
<file>
<exists>lib/</exists>
</file>
</activation>
<properties>
<bnd.includeresource>-${.}/../../NOTICE, -${.}/../../*.xsd, ${.}/../../lib/;filter:=*.jar;lib:=true</bnd.includeresource>
<feature.directory>../../src/main/feature/feature.xml</feature.directory>
</properties>
<build>
<plugins>
<plugin>
<groupId>com.googlecode.addjars-maven-plugin</groupId>
<artifactId>addjars-maven-plugin</artifactId>
<version>1.0.5</version>
<executions>
<execution>
<goals>
<goal>add-jars</goal>
</goals>
<configuration>
<resources>
<resource>
<directory>${project.basedir}/lib</directory>
<includes>
<include>**/*.jar</include>
</includes>
<scope>provided</scope>
</resource>
</resources>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>add-libraries-eclipse</id>
<activation>
<property>
<name>m2e.version</name>
</property>
<file>
<exists>lib/</exists>
</file>
</activation>
<properties>
<bnd.includeresource>-${.}/NOTICE, -${.}/*.xsd, ${.}/lib/;filter:=*.jar;lib:=true</bnd.includeresource>
</properties>
</profile>
<profile>
<id>with-bnd-resolver-resolve</id>
<activation>
<property>
<name>withResolver</name>
</property>
</activation>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>biz.aQute.bnd</groupId>
<artifactId>bnd-resolver-maven-plugin</artifactId>
<version>${bnd.version}</version>
<executions>
<execution>
<goals>
<goal>resolve</goal>
</goals>
<phase>package</phase>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>
</build>
</profile>
</profiles>

</project>

0 comments on commit 28b6c5d

Please sign in to comment.