com.englishtown.vertx:oss-parent-vertx

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Лицензия

Лицензия

Группа

Группа

com.englishtown.vertx
Идентификатор

Идентификатор

oss-parent-vertx
Последняя версия

Последняя версия

2.2.1
Дата

Дата

Тип

Тип

pom
Описание

Описание

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Ссылка на сайт

Ссылка на сайт

https://github.com/englishtown/oss-parent-vertx
Организация-разработчик

Организация-разработчик

Englishtown
Система контроля версий

Система контроля версий

https://github.com/englishtown/oss-parent-vertx

Скачать oss-parent-vertx

Имя Файла Размер
oss-parent-vertx-2.2.1.pom 6 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.englishtown.vertx/oss-parent-vertx/ -->
<dependency>
    <groupId>com.englishtown.vertx</groupId>
    <artifactId>oss-parent-vertx</artifactId>
    <version>2.2.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.englishtown.vertx/oss-parent-vertx/
implementation 'com.englishtown.vertx:oss-parent-vertx:2.2.1'
// https://jarcasting.com/artifacts/com.englishtown.vertx/oss-parent-vertx/
implementation ("com.englishtown.vertx:oss-parent-vertx:2.2.1")
'com.englishtown.vertx:oss-parent-vertx:pom:2.2.1'
<dependency org="com.englishtown.vertx" name="oss-parent-vertx" rev="2.2.1">
  <artifact name="oss-parent-vertx" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.englishtown.vertx', module='oss-parent-vertx', version='2.2.1')
)
libraryDependencies += "com.englishtown.vertx" % "oss-parent-vertx" % "2.2.1"
[com.englishtown.vertx/oss-parent-vertx "2.2.1"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
io.vertx : vertx-core jar 3.3.0

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
io.vertx : vertx-core test-jar 3.3.0

Модули Проекта

Данный проект не имеет модулей.

Englishtown oss-parent-vertx

This should be the parent pom for Englishtown OSS vert.x 3.x maven projects.

Configuration

Add the following to your pom:

Parent pom

    <parent>
        <groupId>com.englishtown</groupId>
        <artifactId>oss-parent-vertx</artifactId>
        <version>2.0.0-SNAPSHOT</version>
    </parent>

Distribution site element.

This cannot be added in the parent due to this issue: http://jira.codehaus.org/browse/SCM-531

    <distributionManagement>
        <site>
            <id>sling.englishtown.com</id>
            <url>
                dav:https://sling.englishtown.com/content/docs/${project.groupId}/${project.artifactId}/${project.version}
            </url>
        </site>
    </distributionManagement>

SCM element

This cannot be added in the parent due to this issue: http://jira.codehaus.org/browse/SCM-531

    <scm>
        <connection>scm:git:https://github.com/englishtown/${project.artifactId}.git</connection>
        <developerConnection>scm:git:ssh://git@github.com/englishtown/${project.artifactId}.git</developerConnection>
        <tag>HEAD</tag>
        <url>https://github.com/englishtown/${project.artifactId}</url>
    </scm>

Maven plugins

Note: Currently unavailable for vert.x 3

    <build>
        <plugins>
            <plugin>
                <groupId>io.vertx</groupId>
                <artifactId>vertx-maven-plugin</artifactId>
                <!--
                You can specify a configFile and number of instances to run for the runMod task here if you want
                <configuration>
                    <configFile>/path/to/MyVerticle.conf</configFile>
                    <instances>1</instances>
                </configuration>
                -->
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-assembly-plugin</artifactId>
            </plugin>
        </plugins>
    </build>

Example commands

Snapshot deployment

mvn clean deploy

jgitflow

mvn jgitflow:release-start

mvn jgitflow:release-finish

com.englishtown.vertx

Labs @ EF Education First

Repositories moving to https://github.com/ef-labs

Версии библиотеки

Версия
2.2.1
2.2.0
2.1.0
2.0.1
2.0.0