[infrastructure] add external null-annotations (#8848)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
This commit is contained in:
@@ -322,7 +322,17 @@
|
||||
<module>org.openhab.voice.voicerss</module>
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
<m2e.jdt.annotationpath>target/dependency</m2e.jdt.annotationpath>
|
||||
<dep.noembedding/>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.lastnpe.eea</groupId>
|
||||
<artifactId>eea-all</artifactId>
|
||||
<version>2.1.0</version>
|
||||
</dependency>
|
||||
<!-- openHAB core -->
|
||||
<dependency>
|
||||
<groupId>org.openhab.core.bom</groupId>
|
||||
@@ -367,10 +377,6 @@
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<properties>
|
||||
<dep.noembedding/>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
@@ -475,7 +481,7 @@
|
||||
<configuration>
|
||||
<includeScope>runtime</includeScope>
|
||||
<includeTypes>jar</includeTypes>
|
||||
<excludeGroupIds>javax.activation,org.apache.karaf.features</excludeGroupIds>
|
||||
<excludeGroupIds>javax.activation,org.apache.karaf.features,org.lastnpe.eea</excludeGroupIds>
|
||||
<excludeArtifactIds>${dep.noembedding}</excludeArtifactIds>
|
||||
<outputDirectory>${project.build.directory}/classes</outputDirectory>
|
||||
<overWriteReleases>true</overWriteReleases>
|
||||
@@ -484,6 +490,22 @@
|
||||
<type>jar</type>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>unpack-eea</id>
|
||||
<goals>
|
||||
<goal>unpack</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<artifactItems>
|
||||
<artifactItem>
|
||||
<groupId>org.lastnpe.eea</groupId>
|
||||
<artifactId>eea-all</artifactId>
|
||||
<version>2.1.0</version>
|
||||
<overWrite>true</overWrite>
|
||||
</artifactItem>
|
||||
</artifactItems>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
||||
Reference in New Issue
Block a user