bloxbean / avm-archetype

Maven archetype which is used to generate Aion AVM based smart contract project in java
MIT License
0 stars 3 forks source link

Build errors #7

Open fulldecent opened 5 years ago

fulldecent commented 5 years ago

[WARNING] Some problems were encountered while building the effective model for fdgroupid:fdartifactid:jar:1.0-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ line 64, column 21

Related: https://github.com/jennijuju/Aion-ATS-Token-Contract-Java/issues/7

Solution: https://stackoverflow.com/questions/4123044/maven-3-warnings-about-build-plugins-plugin-version

satran004 commented 5 years ago

As mentioned in jennijuju/Aion-ATS-Token-Contract-Java#7, please try "mvn initialize" first instead of mvn aion4j:init

fulldecent commented 5 years ago

Confirmed still producing warnings using latest version and exact instructions at https://github.com/bloxbean/aion4j-maven-plugin/wiki/Quick-Start-with-embedded-AVM

satran004 commented 5 years ago

@fulldecent please try with latest archetype version (which is 0.30). Instructions at the above link has been updated.

fulldecent commented 5 years ago

There are still some warnings. Can you please enable GitHub Actions here so I could contribute a test case for

Quick Start with embedded AVM https://github.com/bloxbean/aion4j-maven-plugin/wiki/Quick-Start-with-embedded-AVM

satran004 commented 5 years ago

GitHub action is enabled now for this repo. The warning during project creation is still there. But there should not be any warning during generated project’s build. I will have a look.