com.englishtown.vertx:oss-parent-vertx

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

License

License

GroupId

GroupId

com.englishtown.vertx
ArtifactId

ArtifactId

oss-parent-vertx
Last Version

Last Version

2.2.1
Release Date

Release Date

Type

Type

pom
Description

Description

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

Project URL

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

Project Organization

Englishtown
Source Code Management

Source Code Management

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

Download oss-parent-vertx

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
io.vertx : vertx-core jar 3.3.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
io.vertx : vertx-core test-jar 3.3.0

Project Modules

There are no modules declared in this project.

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://[email protected]/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

Versions

Version
2.2.1
2.2.0
2.1.0
2.0.1
2.0.0