Skip to content

Commit

Permalink
update with information about closed issue #14
Browse files Browse the repository at this point in the history
  • Loading branch information
Heinz committed Apr 27, 2018
1 parent d89e318 commit 8b51a7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ You find the generated java classes inside the directory `src/main/java/generate
Next step is to interact with the smart contract. See for that [deploying and interacting with smart contracts](https://web3j.readthedocs.io/en/latest/smart_contracts.html#deploying-and-interacting-with-smart-contracts) in the official web3j documentation.


For a multi module project configuration see following [post](https://github.com/web3j/web3j-maven-plugin/issues/14) from [@fcorneli](https://github.com/fcorneli). In short:
You need the build-helper-maven-plugin configuration too, else maven-compiler-plugin won't pick up the generated Java sources. Also, ${basedir} prefix is required within a multi-module project.


## Changelog
### 0.3.0
* Support of imported Files ```import './other.sol';```
Expand Down

0 comments on commit 8b51a7b

Please sign in to comment.