forked from OHDSI/ArachneCommons
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' of https://github.com/mdaca/OHDSI-ArachneCommons…
… into develop
- Loading branch information
Showing
2 changed files
with
40 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
# ArachneCommons | ||
Commons module contains common code re-used between all Arachne components | ||
|
||
Build and install artifact to local Maven repository: | ||
```:shell | ||
mvn clean install | ||
``` | ||
|
||
The `ArachneCommons` module contains common code re-used between all Arachne components. It serves as a foundational library for various Arachne projects. | ||
|
||
## Building and Installing | ||
|
||
### To build and install the artifact to your local Maven repository: | ||
```sh | ||
mvn clean install | ||
``` | ||
### To build and install the artifact to your remote Maven repository: | ||
```sh | ||
mvn clean deploy -s .m2/settings.xml -DaltDeploymentRepository=codeartifact::default::https://mdaca-201959883603.d.codeartifact.us-east-2.amazonaws.com/maven/OHDSI/ | ||
``` |