1 Star 0 Fork 401

wayleq@163.com / snakerflow

forked from snakerflow / snakerflow 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 2.16 KB
一键复制 编辑 原始数据 按行查看 历史
snakerflow 提交于 2015-01-14 20:40 . version 2.5.1
<?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>
<module>snaker-hibernate4</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.5.1</version>
<packaging>pom</packaging>
<name>snaker-parent</name>
<url>http://snakerflow.com</url>
<inceptionYear>2013</inceptionYear>
<description>snaker is free workflow.</description>
<developers>
<developer>
<name>yuqs</name>
<url>http://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>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
Java
1
https://gitee.com/wayleq/snakerflow.git
git@gitee.com:wayleq/snakerflow.git
wayleq
snakerflow
snakerflow
master

搜索帮助