1 Star 0 Fork 27

没什么好笑的/Seed

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 2.04 KB
一键复制 编辑 原始数据 按行查看 历史
这里的名字只能十个字 提交于 2015-09-28 16:22 . Seed-IO Commit
<?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>
<properties>
<version>0.1.1</version>
</properties>
<groupId>com.opdar.seed</groupId>
<artifactId>com.opdar.seed</artifactId>
<packaging>pom</packaging>
<version>${version}</version>
<modules>
<module>Seed-Database</module>
<module>Seed-MVC</module>
<module>Seed-Aop</module>
<module>Seed-Extra</module>
<module>Seed-MVC-Support</module>
<module>Seed-Base</module>
<module>Seed-Template</module>
<module>Seed-CPlan</module>
<module>Seed-IO</module>
</modules>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.8</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>2.2</version>
<configuration>
<attach>true</attach>
</configuration>
<executions>
<execution>
<phase>compile</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<distributionManagement>
<repository>
<id>nexus-releases</id>
<url>http://192.168.1.235:7071/nexus/content/repositories/releases/</url>
</repository>
<snapshotRepository>
<id>nexus-snapshots</id>
<url>http://192.168.1.235:7071/nexus/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xintao/Seed.git
git@gitee.com:xintao/Seed.git
xintao
Seed
Seed
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385