MVN

com.intershop.oms.archetype : iom-project-archetype

Maven & Gradle

May 03, 2023
4 stars

[Tool] IOM Project Bootstrap Archetype · A maven-archetype to bootstrap new projects for Intershop Order Management.

mvn archetype:generate -DarchetypeGroupId=com.intershop.oms.archetype -DarchetypeArtifactId=iom-project-archetype -DarchetypeVersion=2.4.0
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.intershop.oms.archetype : iom-project-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 2.4.0

All Versions

Choose a version of com.intershop.oms.archetype : iom-project-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
2.4.x
iom-project-archetype-2.4.0
2.3.x
iom-project-archetype-2.3.0
2.2.x
iom-project-archetype-2.2.0
2.1.x
iom-project-archetype-2.1.0
2.0.x
iom-project-archetype-2.0.0
1.0.x
iom-project-archetype-1.0.1
iom-project-archetype-1.0.0

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.intershop.oms.archetype -DarchetypeArtifactId=iom-project-archetype -DarchetypeVersion=2.4.0