
META-INF.maven.org.infinispan.infinispan-remote-query-client.pom.xml Maven / Gradle / Ivy
<?xml version='1.0' encoding='UTF-8'?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.infinispan</groupId> <artifactId>infinispan-parent</artifactId> <version>9.1.6.Final</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>infinispan-remote-query-client</artifactId> <packaging>bundle</packaging> <name>Infinispan Remote Query Client</name> <description>Infinispan Remote Query common classes between client and server</description> <dependencies> <dependency> <groupId>${project.groupId}</groupId> <artifactId>infinispan-commons</artifactId> </dependency> <dependency> <groupId>org.infinispan.protostream</groupId> <artifactId>protostream</artifactId> </dependency> <dependency> <groupId>org.infinispan</groupId> <artifactId>infinispan-commons-test</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration combine.self="override"> <groups combine.self="override">${defaultJUnitGroups}</groups> <excludedGroups combine.self="override">${defaultExcludedJUnitGroups}</excludedGroups> <trimStackTrace>false</trimStackTrace> <argLine>-Xmx512m</argLine> </configuration> <dependencies> <dependency> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire-junit47</artifactId> <version>${version.maven.surefire}</version> </dependency> </dependencies> </plugin> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <configuration> <instructions> <Export-Package> ${project.groupId}.query.remote.client.*;version=${project.version};-split-package:=error </Export-Package> </instructions> </configuration> </plugin> </plugins> </build> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy