Code Review
/
hc2vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
53f7c0c
)
fix jvpp group id for install scripts
19/18319/1
author
Michal Cmarada
<
[email protected]
>
Thu, 14 Mar 2019 13:54:12 +0000
(14:54 +0100)
committer
Michal Cmarada
<
[email protected]
>
Fri, 15 Mar 2019 10:21:08 +0000
(11:21 +0100)
Change-Id: I2a6baa1e6593d9af872cd670c13f03aba448014b
Signed-off-by: Michal Cmarada <
[email protected]
>
jvpp/common.sh
patch
|
blob
|
history
diff --git
a/jvpp/common.sh
b/jvpp/common.sh
index
40546ac
..
8b8c4fe
100755
(executable)
--- a/
jvpp/common.sh
+++ b/
jvpp/common.sh
@@
-17,7
+17,7
@@
function install_jvpp_jar {
mvn install:install-file \
-Dfile=$jarfile \
- -DgroupId=io.fd.vpp \
+ -DgroupId=io.fd.
j
vpp \
-DartifactId=$artifactId \
-Dversion=$version \
-Dpackaging=jar