bloxbean / aion4j-maven-plugin

Aion4j Maven Plugin for AVM based smart contract on Aion
MIT License
4 stars 3 forks source link

Support -Dargs for aion4j:deploy command #23

Closed satran004 closed 5 years ago

satran004 commented 5 years ago

WHEN: User sends args as -Dargs during deployment in aion4j:deploy THEN: Plugin deploys the dapp with these initialization args

Currently, the deploy method in plugin is invoking "new CodeAndArguments(jar, null)" to get the data for deployment. We can pass the args instead of null in 2nd parameter.

satran004 commented 5 years ago

Fixed on 0.5.0 and above