Create Java project with Maven archetype beanshell-maven-plugin-archetype

Maven Archetype to generate an Beanshell-based Maven Plugin

Create a Java Project by archetype beanshell-maven-plugin-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DpluginName="My-pluginName"   -DpluginDescription="My-pluginDescription"   -DgoalName="My-goalName"   -DgoalPrefix="My-goalPrefix"   -DparameterName="My-parameterName"   -DparameterType="My-parameterType"   -DparameterDescription="My-parameterDescription"   -DparameterExpression="My-parameterExpression"   -DparameterDefaultValue="My-parameterDefaultValue"   -DarchetypeGroupId="com.github.genthaler"   -DarchetypeArtifactId="beanshell-maven-plugin-archetype"   -DarchetypeVersion="1.2.3"   -DinteractiveMode=false 

Required parameters for generate java project:

pluginName
validationRegex: none
pluginDescription
validationRegex: none
goalName
validationRegex: none
goalPrefix
validationRegex: none
parameterName
validationRegex: none
parameterType
validationRegex: none
parameterDescription
validationRegex: none
parameterExpression
validationRegex: none
parameterDefaultValue
validationRegex: none

Details about maven archetype beanshell-maven-plugin-archetype

License

License

GroupId

GroupId

com.github.genthaler
ArtifactId

ArtifactId

beanshell-maven-plugin-archetype
Version

Version

1.2.3
Type

Type

maven-archetype
Description

Description

Maven Archetype Beanshell-based Maven Plugin
Maven Archetype to generate an Beanshell-based Maven Plugin
Source Code Management

Source Code Management

https://github.com/genthaler/beanshell-maven-plugin-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.genthaler -DarchetypeArtifactId=beanshell-maven-plugin-archetype -DarchetypeVersion=1.2.3 -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.