All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.maven.org.ogema.external.rxtx.pom.xml Maven / Gradle / Ivy

There is a newer version: 2.2.1
Show newest version
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>org.ogema.tools</groupId>
		<artifactId>ogema-tools</artifactId>
		<version>2.1.3</version>
		<relativePath>../../tools</relativePath>
	</parent>

	<groupId>org.ogema.external</groupId>
	<artifactId>rxtx</artifactId>
	<packaging>bundle</packaging>
	<description>OSGi wrapper for gnu.io.rxtx</description>

	<dependencies>
		<dependency>
			<groupId>org.rxtx</groupId>
			<artifactId>rxtx</artifactId>
			<version>1.0</version>
			<scope>system</scope>
			<systemPath>${project.basedir}/src/main/resources/RXTXcomm.jar</systemPath>
		</dependency>
	</dependencies>

	<build>
		<plugins>
			<plugin>
				<groupId>org.apache.felix</groupId>
				<artifactId>maven-bundle-plugin</artifactId>
				<extensions>true</extensions>
				<configuration>
					<instructions>
						<Bundle-NativeCode>
							lib/linux-arm/librxtxSerial.so;
							osname=linux;
							processor=arm,
							lib/linux-arm/librxtxSerial.so;
							osname=linux;
							processor=arm_le,
							lib/linux-x86/librxtxSerial.so;
							osname=linux;
							processor=x86,
							lib/linux-x64/librxtxSerial.so;
							osname=linux;
							processor=x86-64,
							lib/win-x64/rxtxSerial.dll;
							osname=windows7;osname=windows10;
							processor=x86-64,
							lib/win-x86/rxtxSerial.dll;
							osname=windows7;osname=windows10;
							processor=x86
						</Bundle-NativeCode>
						<Bundle-ClassPath>.;RXTXcomm.jar</Bundle-ClassPath>
					</instructions>
				</configuration>
			</plugin>
			<plugin>
				<groupId>com.mycila</groupId>
				<artifactId>license-maven-plugin</artifactId>
				<configuration>
					<skip>true</skip>
				</configuration>
			</plugin>
		</plugins>
	</build>
</project>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy