1 Star 1 Fork 2

mefan/dbay-apns

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 3.42 KB
一键复制 编辑 原始数据 按行查看 历史
RamosLi 提交于 2014-04-28 16:32 . modify CHANGELOG
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.dbay.apns4j</groupId>
<artifactId>dbay-apns4j</artifactId>
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>
<name>Java APNS Lib</name>
<description>High performance Java client for Apple's Push Notification Service (APNS)</description>
<url>https://github.com/RamosLi/dbay-apns-for-java</url>
<developers>
<developer>
<id>RamosLi</id>
<name>Li Zhicai</name>
<email>[email protected]</email>
<url>http://www.welove520.com</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.1</version>
</dependency>
</dependencies>
<build>
<resources>
<resource>
<directory>src/main/java</directory>
</resource>
</resources>
<plugins>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<groupId>org.apache.maven.plugins</groupId>
<version>2.4</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.4.1</version>
<configuration>
<outputDirectory>${project.build.directory}/classes/</outputDirectory>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<encoding>UTF-8</encoding>
<showDeprecation>false</showDeprecation>
<showWarnings>false</showWarnings>
<meminitial>256m</meminitial>
<maxmem>512m</maxmem>
<compilerArguments>
<sourcepath>${basedir}/src/main/java</sourcepath>
</compilerArguments>
</configuration>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-javac</artifactId>
<version>1.8.1</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.3.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
<version>2.8</version>
</plugin>
</plugins>
</build>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/mefaso/dbay-apns.git
[email protected]:mefaso/dbay-apns.git
mefaso
dbay-apns
dbay-apns
mine

搜索帮助

0d507c66 1850385 C8b1a773 1850385