Code Review
/
netconf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
b1386bf
)
Do not deploy/install netconf-tools POM
56/78456/1
author
Jakub Morvay
<jmorvay@frinx.io>
Wed, 5 Dec 2018 12:47:08 +0000
(13:47 +0100)
committer
Jakub Morvay
<jmorvay@frinx.io>
Wed, 5 Dec 2018 12:47:08 +0000
(13:47 +0100)
netconf-tools is aggregate POM, do not deploy/install its artifact to
repo/nexus.
Change-Id: Ieef8627b66939287fa507cb8c1cc5cbe05a0d4cc
Signed-off-by: Jakub Morvay <jmorvay@frinx.io>
netconf/tools/pom.xml
patch
|
blob
|
history
diff --git
a/netconf/tools/pom.xml
b/netconf/tools/pom.xml
index 85e438e0dceb31eb07d48e1889c539f72a4ff88d..f6c3db22191aad97ee187ab248f819d637ee74a4 100644
(file)
--- a/
netconf/tools/pom.xml
+++ b/
netconf/tools/pom.xml
@@
-22,6
+22,11
@@
<packaging>pom</packaging>
<name>${project.artifactId}</name>
+ <properties>
+ <maven.deploy.skip>true</maven.deploy.skip>
+ <maven.install.skip>true</maven.install.skip>
+ </properties>
+
<modules>
<module>netconf-testtool</module>
</modules>