aionnetwork / aion-docs

Documentation for the Aion Network.
MIT License
9 stars 8 forks source link

Explain how to use Maven archetype #55

Closed fulldecent closed 5 years ago

fulldecent commented 5 years ago

https://docs.aion.network/docs/maven-and-aion4j

Currently there is:

More information on Maven archetypes specifically can be found on the Apache Maven website.

It will be very helpful to add:

To get started using the Aion4j archetype, do this...

fulldecent commented 5 years ago

Also, if this code https://github.com/bloxbean/avm-archetype is official then why is it not hosted on https://github.com/aionnetwork/

fulldecent commented 5 years ago

Solution: add this code snippet:

mvn archetype:generate -DarchetypeGroupId=org.aion4j -DarchetypeArtifactId=avm-archetype -DarchetypeVersion=0.20
johnnymatthews commented 5 years ago

That snippet of code can be found here on the live site, and here in the docs repo, both under the Create a Project section.

Using Maven, what archetypes are, and how they exist will all be tackled in the Maven End-to-End guide #50 .

johnnymatthews commented 5 years ago

I'm marking this issue as closed since the information is available within the docs, and no further comments have been added. @fulldecent please feel free to re-open the issue and provide further comments if you think this issue isn't resolved.

fulldecent commented 5 years ago

Great, thank you