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

OSCHINA-MIRROR/linuxsuren-phoenix.webui.framework.archetype

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
pom.xml 1.6 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
surenpi Отправлено 06.01.2018 04:33 e976158
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.surenpi.autotest</groupId>
<artifactId>autotest.parent</artifactId>
<version>1.0.1-20170618</version>
</parent>
<artifactId>autotest.web.framework.archetype</artifactId>
<version>2.0.1-20180106</version>
<name>Archetype - autotest.web.framework.archetype</name>
<url>http://surenpi.com</url>
<description>WebUI自动化测试框架骨架</description>
<scm>
<connection>https://github.com/LinuxSuRen/phoenix.webui.framework.git</connection>
<url>https://github.com/LinuxSuRen/phoenix.webui.framework</url>
<developerConnection>https://github.com/LinuxSuRen/phoenix.webui.framework.git</developerConnection>
</scm>
<repositories>
<repository>
<id>maven.surenpi.com</id>
<name>SuRen Maven Repositories</name>
<url>http://maven.surenpi.com/nexus/content/repositories/public/</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</repository>
</repositories>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<serverId>nexus-snapshots</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
</build>
</project>

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

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

1
https://api.gitlife.ru/oschina-mirror/linuxsuren-phoenix.webui.framework.archetype.git
git@api.gitlife.ru:oschina-mirror/linuxsuren-phoenix.webui.framework.archetype.git
oschina-mirror
linuxsuren-phoenix.webui.framework.archetype
linuxsuren-phoenix.webui.framework.archetype
master