20 Star 41 Fork 24

冻番茄/mqtt-server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 1.61 KB
一键复制 编辑 原始数据 按行查看 历史
zhiyong.xiongzy 提交于 2013-09-27 10:03 +08:00 . 程序初始化
<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>
<properties>
<moquette-version>0.3</moquette-version>
<mina-version>2.0.7</mina-version>
</properties>
<groupId>org.dna.mqtt</groupId>
<artifactId>moquette-parent</artifactId>
<packaging>pom</packaging>
<version>${moquette-version}</version>
<name>Moquette MQTT library</name>
<url>http://code.google.com/p/moquette-mqtt/</url>
<modules>
<module>parser_commons</module>
<module>parser</module>
<module>netty_parser</module>
<module>broker</module>
<module>benchmarking</module>
<!--module>distribution</module-->
</modules>
<!--build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.4</version>
<configuration>
<archive>
<manifest>
<mainClass>org.dna.mqtt.moquette.server.Server</mainClass>
</manifest>
</archive>
<descriptors>
<descriptor>assembly/broker.xml</descriptor>
</descriptors>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build-->
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/nash/mqtt-server.git
git@gitee.com:nash/mqtt-server.git
nash
mqtt-server
mqtt-server
master

搜索帮助