You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<targetname="deploy.snapshot.local"depends="deploy.local.init"description="Deploys the bundled snapshot of the Scala Lanaguage to a local maven repository">
<targetname="deploy.snapshot.local"depends="deploy.local.init"if="version.is.snapshot"description="Deploys the bundled snapshot of the Scala Lanaguage to a local maven repository">
<targetname="deploy.release.local"depends="deploy.local.init"unless="version.is.snapshot"description="Deploys the bundled files as a release into the local Maven repository">
<targetname="deploy.local"depends="deploy.snapshot.local, deploy.release.local"description="Deploys the bundle files to the local maven repo."/>
251
257
252
-
<!-- Remote Targets -->
253
-
<targetname="deploy.signed.snapshot"depends="deploy.remote.init"description="Deploys the bundled files as a snapshot into the desired remote Maven repository">
<targetname="deploy.signed.snapshot"depends="deploy.remote.init"if="version.is.snapshot"description="Deploys the bundled files as a snapshot into the desired remote Maven repository">
<targetname="deploy.signed.release"depends="deploy.remote.init"description="Deploys the bundled files as a release into the desired remote Maven repository">
<targetname="deploy.signed.release"depends="deploy.remote.init"unless="version.is.snapshot"description="Deploys the bundled files as a release into the desired remote Maven repository">
<targetname="deploy.snapshot"depends="deploy.remote.init"description="Deploys the bundled files as a snapshot into the desired remote Maven repository">
<targetname="deploy.signed"depends="deploy.signed.release, deploy.signed.snapshot"description="Deploys signed bundles to remote repo"/>
267
+
<!-- Remote unsigned targets -->
268
+
<targetname="deploy.snapshot"depends="deploy.remote.init"if="version.is.snapshot"description="Deploys the bundled files as a snapshot into the desired remote Maven repository">
<targetname="deploy.release"depends="deploy.remote.init"unless="version.is.snapshot"description="Deploys the bundled files as a release into the desired remote Maven repository">
0 commit comments