wso2 / streaming-integrator-tooling

Apache License 2.0
45 stars 33 forks source link

[BUILD] Unable to parse configuration of mojo org.codehaus.mojo:findbugs-maven-plugin:3.0.3 #44

Closed oscarvesga closed 4 years ago

oscarvesga commented 4 years ago

Description: The build command mvn clean install is failing image

Suggested Labels: build

Suggested Assignees:

Affected Product Version:

OS, DB, other environment details and versions:
OS:W10 maven: 3.6.1

Steps to reproduce:

  1. clone the repo
  2. cd streaming-integrator-tooling folder and execute the maven command mvn clean install

Related Issues:

AnuGayan commented 4 years ago

@senthuran16 Could you please look into this.

senthuran16 commented 4 years ago

Hello @oscarvesga ,

Could you please let us know your Maven version? There is a known issue of findbugs-maven-plugin with Maven 3.6.x (Find a similar issue here).

If you are using Maven 3.6.x, will it be possible for you to downgrade to Maven 3.5.4, and try building this please?

oscarvesga commented 4 years ago

Hello @senthuran16 I downgrade the maven version in my SO to 3.5.4 and now I get another error.

image

Any idea how I can fix it?

senthuran16 commented 4 years ago

@oscarvesga The issue has been addressed in PR #45 , and you will be able to build it now.

oscarvesga commented 4 years ago

@senthuran16 thank you very much, the build was success image