Create Java project with Maven archetype multimodule-content-package-archetype

Maven archetype for a creating a Content Package and OSGi Bundle in a single multi-module project.

Create a Java Project by archetype multimodule-content-package-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DartifactName="My-artifactName"   -DpackageGroup="My-packageGroup"   -DappsFolderName="My-appsFolderName"   -DcqVersion="My-cqVersion"   -DarchetypeGroupId="com.day.jcr.vault"   -DarchetypeArtifactId="multimodule-content-package-archetype"   -DarchetypeVersion="1.0.2"   -DinteractiveMode=false 

Required parameters for generate java project:

artifactName
validationRegex: none
packageGroup
validationRegex: none
appsFolderName
validationRegex: none
cqVersion
validationRegex: none

Generated Project modules

  • ${rootArtifactId}-bundle
  • ${rootArtifactId}-content

Details about maven archetype multimodule-content-package-archetype

License

License

GroupId

GroupId

com.day.jcr.vault
ArtifactId

ArtifactId

multimodule-content-package-archetype
Version

Version

1.0.2
Type

Type

maven-archetype
Description

Description

Multi Module Content Package Archetype
Maven archetype for a creating a Content Package and OSGi Bundle in a single multi-module project.
Project URL

Project URL

https://adobe.com
Project Organization

Project Organization

Adobe

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.day.jcr.vault -DarchetypeArtifactId=multimodule-content-package-archetype -DarchetypeVersion=1.0.2 -DinteractiveMode=false

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.