diff --git a/lib/build.gradle b/lib/build.gradle index cd573cb..4c3a609 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -22,7 +22,7 @@ publishing { maven(MavenPublication) { groupId = 'i5' artifactId = 'las2peer-api-test-model' - version = '0.1.2' + version = '0.1.3' from components.java } @@ -37,5 +37,14 @@ publishing { password = System.getenv("GITHUB_TOKEN") } } + + maven { + url = "https://archiva.dbis.rwth-aachen.de:9911/repository/internal" + + credentials { + username = System.env.ARCHIVA_USERNAME + password = System.env.ARCHIVA_PASSWORD + } + } } } \ No newline at end of file