Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building error on version 12.2.0 on-prem #64

Open
Yuntaz opened this issue May 13, 2019 · 1 comment
Open

Building error on version 12.2.0 on-prem #64

Yuntaz opened this issue May 13, 2019 · 1 comment

Comments

@Yuntaz
Copy link

Yuntaz commented May 13, 2019

We can't build the version 12.2.0.
We are following this steps

$ git clone https://github.com/microfocus-idol/find.git --branch=onprem-release/12.2.0
$ cd find/webapp
$ GIT_COMMIT=`git rev-parse --short HEAD`
$ mvn clean package -Pproduction -pl idol -am -Dapplication.buildNumber=$GIT_COMMIT

These are my versions:
node --version is 10.4.0
Maven --version
Screen Shot 2019-05-13 at 6 32 54 PM
java --version
Screen Shot 2019-05-13 at 6 32 38 PM

This is the error output
Screen Shot 2019-05-13 at 6 30 05 PM

What am I doing wrong here?

@Yuntaz
Copy link
Author

Yuntaz commented May 14, 2019

If we skip the tests as a workaround, it works.

mvn clean package -Pproduction -pl core,idol,on-prem-dist -am -Dapplication.buildNumber=$GIT_COMMIT -DskipTests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant