MVN

com.adlinktech.gateway.archetypes : gateway-archetype-camel-ospl

Maven & Gradle

May 14, 2018
5 stars

Vortex Gateway archetype for Maven · Creates a new Maven project using Vortex Gateway.

mvn archetype:generate -DarchetypeGroupId=com.adlinktech.gateway.archetypes -DarchetypeArtifactId=gateway-archetype-camel-ospl -DarchetypeVersion=3.0.1
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.adlinktech.gateway.archetypes : gateway-archetype-camel-ospl to generate a Maven project - Latest Versions:

  • Latest Stable: 3.0.1

All Versions

Choose a version of com.adlinktech.gateway.archetypes : gateway-archetype-camel-ospl to generate a Maven project - All Versions:

Version Vulnerabilities Updated
3.0.x
gateway-archetype-camel-ospl-3.0.1
gateway-archetype-camel-ospl-3.0.0
gateway-archetype-camel-ospl-3.0.0rc1

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=com.adlinktech.gateway.archetypes -DarchetypeArtifactId=gateway-archetype-camel-ospl -DarchetypeVersion=3.0.1

Advertisement