Added maven local publishing.
This commit is contained in:
parent
60b9b76fcd
commit
050548c110
1 changed files with 9 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
apply plugin: 'java'
|
||||
apply plugin: 'maven-publish'
|
||||
|
||||
group = 'opensymphony'
|
||||
version = '2.4.3-ect'
|
||||
|
@ -36,3 +37,11 @@ jar {
|
|||
"Implementation-Vendor": "OpenSymphony")
|
||||
}
|
||||
}
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
maven(MavenPublication) {
|
||||
from components.java
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue