Create Java project with Maven archetype avm-archetype

Maven archetype which can be used to generate Aion AVM based smart contract project in java

Create a Java Project by archetype avm-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Daion4j-maven-plugin-version="My-aion4j-maven-plugin-version"   -DcontractName="My-contractName"   -DarchetypeGroupId="org.aion4j"   -DarchetypeArtifactId="avm-archetype"   -DarchetypeVersion="0.30"   -DinteractiveMode=false 

Required parameters for generate java project:

aion4j-maven-plugin-version
validationRegex: none
contractName
validationRegex: none

Details about maven archetype avm-archetype

License

License

GroupId

GroupId

org.aion4j
ArtifactId

ArtifactId

avm-archetype
Version

Version

0.30
Type

Type

maven-archetype
Description

Description

Archetype - avm-archetype
Maven archetype which can be used to generate Aion AVM based smart contract project in java
Project URL

Project URL

https://github.com/bloxbean/avm-archetype
Source Code Management

Source Code Management

https://github.com/bloxbean/avm-archetype/

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.aion4j -DarchetypeArtifactId=avm-archetype -DarchetypeVersion=0.30 -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.