To create a JavaScript Actions Project
mvn archetype:generate \
--define interactiveMode=false \
--define archetypeGroupId=com.vmware.pscoe.o11n.archetypes \
--define archetypeArtifactId=package-actions-archetype \
--define groupId=com.cloudbuildtools.sample \
--define artifactId=actions \
--define licenseUrl= \
--define licenseHeader= \
--define licenseTechnicalPreview=false \
--define archetypeVersion=4.19 <--Always use the latestBashResult:
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] >>> archetype:3.4.1:generate (default-cli) > generate-sources @ standalone-pom >>>
[INFO]
[INFO] <<< archetype:3.4.1:generate (default-cli) < generate-sources @ standalone-pom <<<
[INFO]
[INFO]
[INFO] --- archetype:3.4.1:generate (default-cli) @ standalone-pom ---
[INFO] Generating project in Batch mode
[INFO] Archetype repository not defined. Using the one from [com.vmware.pscoe.o11n.archetypes:package-actions-archetype:2.37.0] found in catalog remote
Downloading from central: https://emea1.packages.broadcom.com/artifactory/pscoe-mvn-prod-virtual/com/vmware/pscoe/o11n/archetypes/package-actions-archetype/4.16.1/package-actions-archetype-4.16.1.jar
Downloaded from central: https://emea1.packages.broadcom.com/artifactory/pscoe-mvn-prod-virtual/com/vmware/pscoe/o11n/archetypes/package-actions-archetype/4.16.1/package-actions-archetype-4.16.1.jar (17 kB at 5.5 kB/s)
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: package-actions-archetype:4.16.1
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: com.cloudbuildtools.sample
[INFO] Parameter: artifactId, Value: actions
[INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
[INFO] Parameter: package, Value: com.cloudbuildtools.sample.actions
[INFO] Parameter: packageInPathFormat, Value: com/cloudbuildtools/sample/actions
[INFO] Parameter: licenseUrl, Value: null
[INFO] Parameter: licenseTechnicalPreview, Value: false
[INFO] Parameter: licenseHeader, Value: null
[INFO] Parameter: package, Value: com.cloudbuildtools.sample.actions
[INFO] Parameter: groupId, Value: com.cloudbuildtools.sample
[INFO] Parameter: artifactId, Value: actions
[INFO] Parameter: version, Value: 1.0.0-SNAPSHOT
[WARNING] Don't override file C:\GitLab\aria-build-tools\actions\pom.xml
[INFO] Executing META-INF/archetype-post-generate.groovy post-generation script
[INFO] Project created from Archetype in dir: C:\GitLab\aria-build-tools\actions
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.053 s
[INFO] Finished at: 2026-01-27T12:43:56Z
[INFO] ------------------------------------------------------------------------BashOutput:

Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
