java-cef
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.bitbucket.johness</groupId>
<artifactId>java-cef</artifactId>
<version>49.87.win64.2</version>
</dependency><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> <groupId>org.bitbucket.johness</groupId> <artifactId>java-cef</artifactId> <version>49.87.win64.2</version> <packaging>jar</packaging> <name>java-cef</name> <description>java-cef maven support by johness</description> <url>https://bitbucket.org/Johness/java-cef</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <issueManagement> <system>BitBucket Issue</system> <url>https://bitbucket.org/Johness/java-cef/issues</url> </issueManagement> <licenses> <license> <name>BSD License</name> <url>https://bitbucket.org/Johness/java-cef/src/d80e71cc8b0fa58327c4f89f41d2c09a9600bd29/LICENSE.txt</url> </license> </licenses> <developers> <developer> <name>Johness</name> <email>100582783@qq.com</email> </developer> </developers> <scm> <connection>scm:git:ssh://git@bitbucket.org/johness/java-cef.git</connection> <developerConnection>scm:git:ssh://git@bitbucket.org/johness/java-cef.git</developerConnection> <url>https://bitbucket.org/johness/java-cef.git</url> </scm> <build> <sourceDirectory>src/main/java</sourceDirectory> <testSourceDirectory>src/test/java</testSourceDirectory> <resources> <resource> <directory>src/main/resources</directory> </resource> </resources> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.7</source> <target>1.7</target> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.jogamp.jogl</groupId> <artifactId>jogl-all</artifactId> <version>2.2.4</version> </dependency> <dependency> <groupId>org.jogamp.jogl</groupId> <artifactId>jogl-all</artifactId> <version>2.2.4</version> <classifier>natives-windows-amd64</classifier> </dependency> <dependency> <groupId>org.jogamp.gluegen</groupId> <artifactId>gluegen-rt</artifactId> <version>2.2.4</version> </dependency> <dependency> <groupId>org.jogamp.gluegen</groupId> <artifactId>gluegen-rt</artifactId> <version>2.2.4</version> <classifier>natives-windows-amd64</classifier> </dependency> </dependencies> <profiles> <profile> <id>release</id> <distributionManagement> <snapshotRepository> <id>oss</id> <url>https://oss.sonatype.org/content/repositories/snapshots/</url> </snapshotRepository> <repository> <id>oss</id> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> </distributionManagement> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>3.0.1</version> <executions> <execution> <phase>package</phase> <goals> <goal>jar-no-fork</goal> </goals> </execution> </executions> <configuration> <excludes> <exclude>*.pak</exclude> <exclude>*.dll</exclude> <exclude>*.dat</exclude> <exclude>*.dat</exclude> <exclude>*.exe</exclude> <exclude>*.bin</exclude> <exclude>locales/</exclude> </excludes> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.10.4</version> <executions> <execution> <phase>package</phase> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.6</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> </project>