srdc / cda2fhir

CDA to FHIR Transformer Library
Apache License 2.0
55 stars 45 forks source link

Quick install question #9

Closed jxfish2 closed 5 years ago

jxfish2 commented 5 years ago

I am relatively new to Maven, and I am not 100% certain of the answer here:

In your documentation, you state to run the following commands:

mvn install

mvn clean install

Do I need to run both commands, or just one of them?

I am assuming if it is just one, that "mvn install" would be acceptable for the very first installation attempt.

I am assuming if this is a secondary, or repeat install, that I would want to run the "mvn clean install".

Am I correct in my assumption?

If yes, can you tweak the wording to indicate one or the other?

Thanks in advance.

msfyuksel commented 5 years ago

Hi,

Your interpretation is correct!

Best, Mustafa