mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-25 14:55:55 +01:00
remove unused profile (#8683)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
This commit is contained in:
parent
978e122e00
commit
2a14a9a37a
@ -485,47 +485,6 @@
|
||||
</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>
|
||||
|
Loading…
Reference in New Issue
Block a user