hyperledger-web3j/web3j-maven-plugin

CANNOT BUILD

Closed this issue · 2 comments

when I build the project followed by the instruction, it shows error:

mvn web3j:generate-sources
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Malformed POM /Users/jialiang/Desktop/devp/onlinevm/web3j-maven-plugin/pom.xml: Unrecognised tag: 'plugin' (position: START_TAG seen ...\n ... @7:13) @ /Users/jialiang/Desktop/devp/onlinevm/web3j-maven-plugin/pom.xml, line 7, column 13
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.web3j:web3j-maven-plugin:0.3.8-SNAPSHOT (/Users/jialiang/Desktop/devp/onlinevm/web3j-maven-plugin/pom.xml) has 1 error
[ERROR] Malformed POM /Users/jialiang/Desktop/devp/onlinevm/web3j-maven-plugin/pom.xml: Unrecognised tag: 'plugin' (position: START_TAG seen ...\n ... @7:13) @ /Users/jialiang/Desktop/devp/onlinevm/web3j-maven-plugin/pom.xml, line 7, column 13 -> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/ModelParseException

h2mch commented

It looks like an issue inside your pom File. Is the Element inside and that inside ?

h2mch commented

close because of inactivity / no response