1 Star 0 Fork 27

diturrgt / Seed

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 2.11 KB
一键复制 编辑 原始数据 按行查看 历史
<?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>
<groupId>com.opdar.seed</groupId>
<artifactId>com.opdar.seed</artifactId>
<packaging>pom</packaging>
<version>0.1.0</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-Configuration-Web</module>
<module>Seed-Configuration-Web-Tomcat</module>
<module>Seed-CPlan</module>
<!--<module>Seed-Configuration-Web-Plugin</module>-->
</modules>
<build>
<plugins>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>2.1</version>
<configuration>
<attach>true</attach>
</configuration>
<executions>
<execution>
<phase>compile</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.2</version>
</dependency>
</dependencies>
<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>
1
https://gitee.com/diturrgt/Seed.git
git@gitee.com:diturrgt/Seed.git
diturrgt
Seed
Seed
master

搜索帮助