Skip to content

Commit

Permalink
Merge pull request #10 from rwth-acis/develop
Browse files Browse the repository at this point in the history
Publish to Archiva
  • Loading branch information
phil-cd authored Jul 1, 2022
2 parents 19b280d + 99a526a commit b23ce6f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand All @@ -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
}
}
}
}

0 comments on commit b23ce6f

Please sign in to comment.