Skip to content
Snippets Groups Projects
Commit efd3b40a authored by Jens Bendisposto's avatar Jens Bendisposto
Browse files

fixed maven deployment

parent 4a6ab62d
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ apply plugin: 'maven' ...@@ -4,7 +4,7 @@ apply plugin: 'maven'
apply plugin: 'jacoco' apply plugin: 'jacoco'
apply plugin: 'findbugs' apply plugin: 'findbugs'
project.version = '1.0.6-SNAPSHOT' project.version = '1.0.6'
project.group = 'de.hhu.stups' project.group = 'de.hhu.stups'
project.archivesBaseName = "tla2bAST" project.archivesBaseName = "tla2bAST"
...@@ -105,6 +105,11 @@ apply plugin: 'signing' ...@@ -105,6 +105,11 @@ apply plugin: 'signing'
signing { signing {
sign configurations.archives sign configurations.archives
} }
artifacts {
archives javadocJar, sourcesJar
}
uploadArchives { uploadArchives {
repositories { repositories {
mavenDeployer { mavenDeployer {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment