POMs :: OSGi Plugins Parent

https://github.com/garethahealy

License

License

GroupId

GroupId

com.garethahealy.poms
ArtifactId

ArtifactId

osgi-plugins-parent
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

pom
Description

Description

POMs :: OSGi Plugins Parent
https://github.com/garethahealy
Project Organization

Project Organization

Gareth Healy
Source Code Management

Source Code Management

https://github.com/garethahealy/poms/tree/master/osgi-plugins-parent

Download osgi-plugins-parent

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Build Status Release Version License

POMs

Collection of POMs which are used by all projects i am working on. Structure is as follows:

  • projects-pom
    • building-tools
    • commons-bom
    • plugins-parent
      • rh-jboss-eap-parent
        • rh-dm-parent
      • springboot-parent
    • osgi-plugins-parent
      • osgi-parent
        • rh-fuse-on-karaf-parent

How to build projects

  • mvn clean install
  • mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=garethahealy-github -Dsonar.login={removed}

How to deploy

Update version

  • mvn versions:set -DnewVersion=X.Y.Z
  • mvn versions:commit

Deploy to maven central

  • export GPG_TTY=$(tty)
  • mvn clean install deploy -Prelease-ossrh

Deploy to local

Travis CI

Versions

Version
1.1.0
1.0.5
1.0.3
1.0.2
1.0.1
1.0.0