We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 java --version
node --version
Maven --version
java --version
This is the error output
What am I doing wrong here?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
We can't build the version 12.2.0.
We are following this steps
These are my versions:
node --version
is 10.4.0Maven --version
java --version
This is the error output
What am I doing wrong here?
The text was updated successfully, but these errors were encountered: