Obsidian :: Platform :: Archetype Builder

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

Лицензия

Лицензия

Категории

Категории

Ant Компиляция и сборка
Группа

Группа

org.obsidiantoaster
Идентификатор

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

archetype-builder
Последняя версия

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

1.0.0.Alpha2
Дата

Дата

Тип

Тип

jar
Описание

Описание

Obsidian :: Platform :: Archetype Builder
Parent POM for JBoss projects. Provides default project build configuration.
Организация-разработчик

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

JBoss by Red Hat

Скачать archetype-builder

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
io.fabric8.quickstarts : archetype-builder jar 2.2.192

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

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

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

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

Версия
1.0.0.Alpha2
1.0.0.Alpha1