scripts update
Each script contain the ARTIFACT variable. Update the ARTIFACT variable of each microservices with the microservices name.
Currently we are fetching it by using the maven command (mvn help:evaluate -Dexpression=project.artifactId -q -DforceStdout).
.
To change the ARTIFACT variable in each microservices scripts
Steps to reproduce the behavior:
Go to 'code/services'
Update the install.sh and build.sh.
Change the ARTIFACT variable with the name of the Microservice in place of maven command.
Why we are doing this?
We have removed the installation commands for maven, java and jdk in environment setup guide. So we need to update it in order to avoid conflicts during the environment setup of the Reporting tool.
scripts update Each script contain the
ARTIFACT
variable. Update theARTIFACT
variable of each microservices with the microservices name. Currently we are fetching it by using the maven command (mvn help:evaluate -Dexpression=project.artifactId -q -DforceStdout
). .To change the
ARTIFACT
variable in each microservices scripts Steps to reproduce the behavior:install.sh
andbuild.sh
.ARTIFACT
variable with the name of the Microservice in place of maven command.Why we are doing this? We have removed the installation commands for
maven
,java
andjdk
in environment setup guide. So we need to update it in order to avoid conflicts during the environment setup of the Reporting tool.