1 Star 0 Fork 401

rongrong2773 / snakerflow

forked from 龙影 / snakerflow 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 2.47 KB
一键复制 编辑 原始数据 按行查看 历史
snakerflow 提交于 2014-07-03 23:00 . add mybatis/hibernate modules
<?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>
<modules>
<module>snaker-core</module>
<module>snaker-spring</module>
<module>snaker-ehcache</module>
<module>snaker-quartz</module>
<module>snaker-jfinal</module>
<module>snaker-nutz</module>
<module>snaker-mybatis</module>
<module>snaker-hibernate</module>
</modules>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<groupId>com.github.snakerflow</groupId>
<artifactId>snaker-parent</artifactId>
<version>2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Snaker-Parent</name>
<url>http://snakerflow.github.io</url>
<inceptionYear>2013</inceptionYear>
<description>snaker is free workflow.</description>
<developers>
<developer>
<name>yuqs</name>
<url>http://www.snakerflow.com</url>
<email>snakerflow@163.com</email>
<timezone>8</timezone>
</developer>
</developers>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<scm>
<url>git@github.com:snakerflow/snakerflow.git</url>
<connection>scm:git:git@github.com:snakerflow/snakerflow.git</connection>
<developerConnection>scm:git:git@github.com:snakerflow/snakerflow.git</developerConnection>
</scm>
<profiles>
<profile>
<id>gpg</id>
<build>
<plugins>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
1
https://gitee.com/rongrong2773/snakerflow.git
git@gitee.com:rongrong2773/snakerflow.git
rongrong2773
snakerflow
snakerflow
master

搜索帮助