serenity-bdd / serenity-jira

14 stars 27 forks source link

Unable to run 'mvn clean install' on 'serenity-jira-plugin' project #92

Closed ireneyu1 closed 5 years ago

ireneyu1 commented 5 years ago

I am trying to make some changes in the JIRA commenting feature in the serenity-jira-plugin project. However, when I checkout the project and try to run 'mvn clean install' is comes up with a lot of errors, most of which are stemming from classes which are unable to be resolved. Please see the attached file for the logs.

Below is my system config, Apache Maven 3.5.4 Java version: 1.8.0_181, vendor: Oracle Corporation Default locale: en_AU, platform encoding: Cp1252 OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"

Serenity-jira-plugin-logs.txt

ireneyu1 commented 5 years ago

The issue, is that the pom files are not up to date so we are unable to build with maven. Build was successful when using gradle instead.