moja-global / FLINT.Reporting

Repository for Reporting Tool functionality for classifying FLINT output results into standard reporting formats.
Mozilla Public License 2.0
10 stars 17 forks source link

Update the `ARTIFACT` of each microservice #58

Closed asmijafar20 closed 2 years ago

asmijafar20 commented 2 years ago

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:

  1. Go to 'code/services'
  2. Update the install.sh and build.sh.
  3. 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.

HarshCasper commented 2 years ago

Fixed by #60