Obsidian :: Platform :: Archetype Builder

Parent POM for JBoss projects. Provides default project build configuration.

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

org.obsidiantoaster
ArtifactId

ArtifactId

archetype-builder
Last Version

Last Version

1.0.0.Alpha2
Release Date

Release Date

Type

Type

jar
Description

Description

Obsidian :: Platform :: Archetype Builder
Parent POM for JBoss projects. Provides default project build configuration.
Project Organization

Project Organization

JBoss by Red Hat

Download archetype-builder

How to add to project

<!-- https://jarcasting.com/artifacts/org.obsidiantoaster/archetype-builder/ -->
<dependency>
    <groupId>org.obsidiantoaster</groupId>
    <artifactId>archetype-builder</artifactId>
    <version>1.0.0.Alpha2</version>
</dependency>
// https://jarcasting.com/artifacts/org.obsidiantoaster/archetype-builder/
implementation 'org.obsidiantoaster:archetype-builder:1.0.0.Alpha2'
// https://jarcasting.com/artifacts/org.obsidiantoaster/archetype-builder/
implementation ("org.obsidiantoaster:archetype-builder:1.0.0.Alpha2")
'org.obsidiantoaster:archetype-builder:jar:1.0.0.Alpha2'
<dependency org="org.obsidiantoaster" name="archetype-builder" rev="1.0.0.Alpha2">
  <artifact name="archetype-builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.obsidiantoaster', module='archetype-builder', version='1.0.0.Alpha2')
)
libraryDependencies += "org.obsidiantoaster" % "archetype-builder" % "1.0.0.Alpha2"
[org.obsidiantoaster/archetype-builder "1.0.0.Alpha2"]

Dependencies

compile (1)

Group / Artifact Type Version
io.fabric8.quickstarts : archetype-builder jar 2.2.192

Project Modules

There are no modules declared in this project.

Platform

Build Status

Tools used to build Obsidian (quickstart -> archetype, ...)

Fabric8 Project : https://github.com/fabric8io/ipaas-quickstarts/blob/master/ReadMe.md

Generate the archetypes

  • To build the archetypes, run this command within the project archetype-builder and the corresponding archetypes will be generated under the archetypes folder from the quickstarts
mvn clean compile exec:java

Publish the Catalog of the Maven Archetypes

To publish the catalog, move to the root of the project and execute this command mvn clean install, the catalog will be published and is generated under the project archetypes-catalog/target/classes/archetype-catalog.xml

Deploy the Quickstarts in a Maven Repo

To deploy the quickstarts to the JBoss Nexus Repository, after performing the steps beforementioned, cd archetypes/ and execute mvn deploy (you must have deploy privileges to Nexus, so make sure your settings.xml is properly configured as below)

<servers>
  <server>
    <id>jboss-snapshots-repository</id>
    <username>my-nexus-username</username>
    <password>my-nexus-password</password>
  </server>
</servers>

Tooling

The purpose of the Tooling project is to host reusable bash scripts that we need/use when working top of OpenShift

org.obsidiantoaster

Obsidian Toaster

Tools, Quickstarts, Generators of Cloud Native Applications running top of OpenShift

Versions

Version
1.0.0.Alpha2
1.0.0.Alpha1