1 Star 0 Fork 406

shixianchun/snakerflow

forked from snakerflow/snakerflow 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
pom.xml 2.39 KB
Copy Edit Raw Blame History
snakerflow authored 2014-06-18 21:29 . add nutz integration.
<?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>
</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>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shixianchun/snakerflow.git
git@gitee.com:shixianchun/snakerflow.git
shixianchun
snakerflow
snakerflow
master

Search