]> git.basschouten.com Git - openhab-addons.git/commitdiff
remove unused profile (#8683)
authorJ-N-K <J-N-K@users.noreply.github.com>
Thu, 15 Oct 2020 15:53:30 +0000 (17:53 +0200)
committerGitHub <noreply@github.com>
Thu, 15 Oct 2020 15:53:30 +0000 (17:53 +0200)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
bundles/pom.xml

index 399501ca2d5b5af7b6fbceffcd31f3f71eb78d09..f7af5daa79b1d36d397646a0201f46e81bc73609 100644 (file)
   </build>
 
   <profiles>
-    <!-- remove unused classes / shrink jar -->
-    <profile>
-      <id>shrink-bundle</id>
-      <activation>
-        <file>
-          <exists>shrinkBundle.profile</exists>
-        </file>
-      </activation>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>com.github.wvengen</groupId>
-            <artifactId>proguard-maven-plugin</artifactId>
-            <version>2.1.1</version>
-            <executions>
-              <execution>
-                <id>shrink-bundle</id>
-                <phase>package</phase>
-                <goals>
-                  <goal>proguard</goal>
-                </goals>
-              </execution>
-            </executions>
-            <configuration>
-              <obfuscate>false</obfuscate>
-              <injarNotExistsSkip>true</injarNotExistsSkip>
-              <outputDirectory>${project.build.directory}</outputDirectory>
-              <libs>
-                <lib>${java.home}/lib/rt.jar</lib>
-              </libs>
-              <options>
-                <option>-dontwarn</option>
-                <option>-dontnote</option>
-                <option>-keep,includedescriptorclasses public class org.openhab.** { *; }</option>
-                <option>-printusage ${project.build.directory}/shrink_log.txt</option>
-              </options>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
     <!-- suppress embedding of dependencies -->
     <profile>
       <id>no-embed-dependencies</id>