Skip to content

Commit

Permalink
Added deploy task for all Xtext projects
Browse files Browse the repository at this point in the history
  • Loading branch information
spoenemann committed Jan 2, 2017
1 parent 666aa75 commit 6650bf3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions artifacts.gradle
Expand Up @@ -103,6 +103,12 @@ task publishMavenXtext {
dependsOn 'publishXtextLib', 'publishXtextCore', 'publishXtextExtras', 'publishXtextWeb', 'publishXtextMaven', 'publishXtextXtend'
}

task deployMavenXtext {
group = 'Publishing'
description = 'Deploys all Xtext Maven artifacts to the local Maven repository'
dependsOn 'deployXtextLib', 'deployXtextCore', 'deployXtextExtras', 'deployXtextWeb', 'deployXtextMaven', 'deployXtextXtend'
}

if (osspub.signJars) {
task signMavenXtextJars {
group = 'Signing'
Expand Down

0 comments on commit 6650bf3

Please sign in to comment.