aggiunto autopublish delle librerie del client
This commit is contained in:
18
build.gradle
18
build.gradle
@@ -1,10 +1,10 @@
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'war'
|
||||
apply plugin: 'maven-publish'
|
||||
|
||||
|
||||
group='org.jpacrepo'
|
||||
|
||||
sourceCompatibility = 1.8
|
||||
//version = '1.0'
|
||||
|
||||
logging.captureStandardOutput LogLevel.INFO
|
||||
|
||||
@@ -70,3 +70,17 @@ task serverJar(type: Jar) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
maven(MavenPublication) {
|
||||
groupId project.group
|
||||
artifactId project.name + "-common"
|
||||
version "1.0"
|
||||
|
||||
artifact clientJar {
|
||||
//classifier "sources"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user