mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-05 20:26:16 +02:00
Fixing onos-publish-catalog to properly classify OAR packaging.
Change-Id: I112616342a77317e45db39cf7211ee0004f490c4
This commit is contained in:
parent
4164436785
commit
b2f489f21f
@ -18,7 +18,7 @@ def _impl(target, ctx):
|
||||
group_id = mvn[1]
|
||||
artifact_id = mvn[2]
|
||||
version = mvn[len(mvn) - 1]
|
||||
packaging = "jar"
|
||||
packaging = "oar" if target.label.name.endswith("-oar") else "jar"
|
||||
classifier = None
|
||||
|
||||
if len(mvn) > 4:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user