| 组织ID: |
com.kohlschutter.junixsocket |
| 项目ID: |
junixsocket-native-cross |
| 版本: |
2.2.0 |
| 最后修改时间: |
2019-12-03 07:32:27 |
| 包类型: |
jar |
| 标题: |
junixsocket-native-cross |
| 描述: |
Builds multiple junixsocket native libraries using different profiles |
| 大小: |
5.56KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket-native-cross</artifactId>
<version>2.2.0</version>
</dependency>
|
| Gradle引入代码: |
com.kohlschutter.junixsocket:junixsocket-native-cross:2.2.0
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<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>
<artifactId>junixsocket-native-cross</artifactId>
<packaging>jar</packaging>
<parent>
<groupId>com.kohlschutter.junixsocket</groupId>
<artifactId>junixsocket-parent</artifactId>
<!-- Update this manually after maven-release -->
<version>2.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>junixsocket-native-cross</name>
<description>Builds multiple junixsocket native libraries using different profiles</description>
<properties>
<kohlschutter.project.base.directory>${project.parent.basedir}</kohlschutter.project.base.directory>
<kohlschutter.parent.directory>${project.parent.parent.basedir}</kohlschutter.parent.directory>
<junixsocket.cross.disabled>true</junixsocket.cross.disabled>
<spotbugs.skip>true</spotbugs.skip>
</properties>
<profiles>
<profile>
<id>release</id>
<properties>
<junixsocket.cross.disabled>false</junixsocket.cross.disabled>
</properties>
</profile>
<profile>
<id>cross</id>
<activation>
<property>
<name>cross</name>
<value>true</value>
</property>
</activation>
<properties>
<junixsocket.cross.disabled>false</junixsocket.cross.disabled>
</properties>
</profile>
</profiles>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<version>3.1.0</version>
<executions>
<execution>
<id>crosscompile-amd64-Windows10-clang</id>
<goals>
<goal>run</goal>
</goals>
<configuration>
<skipInvocation>${junixsocket.cross.disabled}</skipInvocation>
<noLog>true</noLog>
<streamLogs>true</streamLogs>
<goals>
<goal>clean</goal>
<goal>install</goal>
</goals>
<projectsDirectory>${project.basedir}/../</projectsDirectory>
<pomIncludes>
<pomInclude>junixsocket-native</pomInclude>
</pomIncludes>
<profiles>
<profile>llvm</profile>
</profiles>
<properties>
<junixsocket.native.aol.llvm>amd64-Windows10-clang</junixsocket.native.aol.llvm>
<junixsocket.install.skip>true</junixsocket.install.skip>
<junixsocket.build.directory>${project.build.directory}/junixsocket-native-amd64-Windows10-clang-llvm</junixsocket.build.directory>
<junixsocket.native.llvm.target>x86_64-w64-mingw32</junixsocket.native.llvm.target>
<junixsocket.native.jnilib.extension>dll</junixsocket.native.jnilib.extension>
<junixsocket.common.classifier.win.x86_64-w64>amd64-Windows10-clang-llvm-jni</junixsocket.common.classifier.win.x86_64-w64>
<ignorant>${ignorant}</ignorant>
</properties>
</configuration>
</execution>
<execution>
<id>crosscompile-x86_64-MacOSX-clang</id>
<goals>
<goal>run</goal>
</goals>
<configuration>
<skipInvocation>${junixsocket.cross.disabled}</skipInvocation>
<noLog>true</noLog>
<streamLogs>true</streamLogs>
<goals>
<goal>clean</goal>
<goal>install</goal>
</goals>
<projectsDirectory>${project.basedir}/../</projectsDirectory>
<pomIncludes>
<pomInclude>junixsocket-native</pomInclude>
</pomIncludes>
<profiles>
<profile>llvm</profile>
</profiles>
<properties>
<junixsocket.native.aol.llvm>x86_64-MacOSX-clang</junixsocket.native.aol.llvm>
<junixsocket.install.skip>true</junixsocket.install.skip>
<junixsocket.build.directory>${project.build.directory}/junixsocket-native-x86_64-MacOSX-clang-llvm</junixsocket.build.directory>
<junixsocket.native.llvm.target>x86_64-apple-darwin18.2.0</junixsocket.native.llvm.target>
<junixsocket.native.jnilib.extension>dylib</junixsocket.native.jnilib.extension>
<junixsocket.common.classifier.mac.x86_64>x86_64-MacOSX-clang-llvm-jni</junixsocket.common.classifier.mac.x86_64>
<ignorant>${ignorant}</ignorant>
</properties>
</configuration>
</execution>
<execution>
<id>crosscompile-amd64-Linux-clang</id>
<goals>
<goal>run</goal>
</goals>
<configuration>
<skipInvocation>${junixsocket.cross.disabled}</skipInvocation>
<noLog>true</noLog>
<streamLogs>true</streamLogs>
<goals>
<goal>clean</goal>
<goal>install</goal>
</goals>
<projectsDirectory>${project.basedir}/../</projectsDirectory>
<pomIncludes>
<pomInclude>junixsocket-native</pomInclude>
</pomIncludes>
<profiles>
<profile>llvm</profile>
</profiles>
<properties>
<junixsocket.native.aol.llvm>amd64-Linux-clang</junixsocket.native.aol.llvm>
<junixsocket.install.skip>true</junixsocket.install.skip>
<junixsocket.build.directory>${project.build.directory}/junixsocket-native-amd64-Linux-clang-llvm</junixsocket.build.directory>
<junixsocket.native.llvm.target>x86_64-pc-linux-gnu</junixsocket.native.llvm.target>
<junixsocket.native.jnilib.extension>so</junixsocket.native.jnilib.extension>
<junixsocket.common.classifier.linux.x86_64>amd64-Linux-clang-llvm-jni</junixsocket.common.classifier.linux.x86_64>
<ignorant>${ignorant}</ignorant>
</properties>
</configuration>
</execution>
<execution>
<id>crosscompile-arm-Linux-clang</id>
<goals>
<goal>run</goal>
</goals>
<configuration>
<skipInvocation>${junixsocket.cross.disabled}</skipInvocation>
<noLog>true</noLog>
<streamLogs>true</streamLogs>
<goals>
<goal>clean</goal>
<goal>install</goal>
</goals>
<projectsDirectory>${project.basedir}/../</projectsDirectory>
<pomIncludes>
<pomInclude>junixsocket-native</pomInclude>
</pomIncludes>
<profiles>
<profile>llvm</profile>
</profiles>
<properties>
<junixsocket.native.aol.llvm>arm-Linux-clang</junixsocket.native.aol.llvm>
<junixsocket.install.skip>true</junixsocket.install.skip>
<junixsocket.build.directory>${project.build.directory}/junixsocket-native-arm-Linux-clang-llvm</junixsocket.build.directory>
<junixsocket.native.llvm.target>arm-linux-gnueabihf</junixsocket.native.llvm.target>
<junixsocket.native.jnilib.extension>so</junixsocket.native.jnilib.extension>
<junixsocket.common.classifier.linux.arm>arm-Linux-clang-llvm-jni</junixsocket.common.classifier.linux.arm>
<ignorant>${ignorant}</ignorant>
</properties>
</configuration>
</execution>
<execution>
<id>crosscompile-aarch64-Linux-clang</id>
<goals>
<goal>run</goal>
</goals>
<configuration>
<skipInvocation>${junixsocket.cross.disabled}</skipInvocation>
<noLog>true</noLog>
<streamLogs>true</streamLogs>
<goals>
<goal>clean</goal>
<goal>install</goal>
</goals>
<projectsDirectory>${project.basedir}/../</projectsDirectory>
<pomIncludes>
<pomInclude>junixsocket-native</pomInclude>
</pomIncludes>
<profiles>
<profile>llvm</profile>
</profiles>
<properties>
<junixsocket.native.aol.llvm>aarch64-Linux-clang</junixsocket.native.aol.llvm>
<junixsocket.install.skip>true</junixsocket.install.skip>
<junixsocket.build.directory>${project.build.directory}/junixsocket-native-aarch64-Linux-clang-llvm</junixsocket.build.directory>
<junixsocket.native.llvm.target>aarch64-linux-gnu</junixsocket.native.llvm.target>
<junixsocket.native.jnilib.extension>so</junixsocket.native.jnilib.extension>
<junixsocket.common.classifier.linux.arm>aarch64-Linux-clang-llvm-jni</junixsocket.common.classifier.linux.arm>
<ignorant>${ignorant}</ignorant>
</properties>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
<executions>
<execution>
<id>install-amd64-Windows10-clang</id>
<phase>install</phase>
<goals>
<goal>install-file</goal>
</goals>
<configuration>
<file>${project.build.directory}/junixsocket-native-amd64-Windows10-clang-llvm/junixsocket-native-${project.version}-amd64-Windows10-clang-jni.nar</file>
<groupId>${project.groupId}</groupId>
<artifactId>junixsocket-native</artifactId>
<version>${project.version}</version>
<packaging>nar</packaging>
<classifier>amd64-Windows10-clang-llvm-jni</classifier>
<generatePom>false</generatePom>
</configuration>
</execution>
<execution>
<id>install-x86_64-MacOSX-clang</id>
<phase>install</phase>
<goals>
<goal>install-file</goal>
</goals>
<configuration>
<file>${project.build.directory}/junixsocket-native-x86_64-MacOSX-clang-llvm/junixsocket-native-${project.version}-x86_64-MacOSX-clang-jni.nar</file>
<groupId>${project.groupId}</groupId>
<artifactId>junixsocket-native</artifactId>
<version>${project.version}</version>
<packaging>nar</packaging>
<classifier>x86_64-MacOSX-clang-llvm-jni</classifier>
<generatePom>false</generatePom>
</configuration>
</execution>
<execution>
<id>install-amd64-Linux-clang</id>
<phase>install</phase>
<goals>
<goal>install-file</goal>
</goals>
<configuration>
<file>${project.build.directory}/junixsocket-native-amd64-Linux-clang-llvm/junixsocket-native-${project.version}-amd64-Linux-clang-jni.nar</file>
<groupId>${project.groupId}</groupId>
<artifactId>junixsocket-native</artifactId>
<version>${project.version}</version>
<packaging>nar</packaging>
<classifier>amd64-Linux-clang-llvm-jni</classifier>
<generatePom>false</generatePom>
</configuration>
</execution>
<execution>
<id>install-arm-Linux-clang</id>
<phase>install</phase>
<goals>
<goal>install-file</goal>
</goals>
<configuration>
<file>${project.build.directory}/junixsocket-native-arm-Linux-clang-llvm/junixsocket-native-${project.version}-arm-Linux-clang-jni.nar</file>
<groupId>${project.groupId}</groupId>
<artifactId>junixsocket-native</artifactId>
<version>${project.version}</version>
<packaging>nar</packaging>
<classifier>arm-Linux-clang-llvm-jni</classifier>
<generatePom>false</generatePom>
</configuration>
</execution>
<execution>
<id>install-aarch64-Linux-clang</id>
<phase>install</phase>
<goals>
<goal>install-file</goal>
</goals>
<configuration>
<file>${project.build.directory}/junixsocket-native-aarch64-Linux-clang-llvm/junixsocket-native-${project.version}-aarch64-Linux-clang-jni.nar</file>
<groupId>${project.groupId}</groupId>
<artifactId>junixsocket-native</artifactId>
<version>${project.version}</version>
<packaging>nar</packaging>
<classifier>aarch64-Linux-clang-llvm-jni</classifier>
<generatePom>false</generatePom>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF.versions.9.module-info.class
META-INF.versions.9.com.kohlschutter.junixsocket.cross.JUnixSocketCross.class
module-info.class
com.kohlschutter.junixsocket.cross.JUnixSocketCross.class
META-INF/maven/com.kohlschutter.junixsocket/junixsocket-native-cross/pom.xml
META-INF/maven/com.kohlschutter.junixsocket/junixsocket-native-cross/pom.properties
|
| 依赖Jar: |
无
|