1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/yuqs-snakerflow

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
pom.xml 2.2 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
snakerflow Отправлено 14.01.2015 15:40 1bba049
<?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>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/yuqs-snakerflow.git
git@api.gitlife.ru:oschina-mirror/yuqs-snakerflow.git
oschina-mirror
yuqs-snakerflow
yuqs-snakerflow
master