]> git.basschouten.com Git - openhab-addons.git/commitdiff
remove profiles for embedding libs (#8711)
authorJ-N-K <J-N-K@users.noreply.github.com>
Sat, 10 Oct 2020 12:40:30 +0000 (14:40 +0200)
committerGitHub <noreply@github.com>
Sat, 10 Oct 2020 12:40:30 +0000 (14:40 +0200)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
pom.xml

diff --git a/pom.xml b/pom.xml
index 9090c209029c78dcffa7d44f85d30d5d3c8651a1..1e47ed4d078b9cef5dbfd4f7d7b06f73b74363a3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>