Skip to content

Commit 6410d43

Browse files
committed
bin/aaa-cli-jar.jar without version number
as requested on dfarrell07/puppet-opendaylight#140 Change-Id: Ifdb3e87cee4cb80f0c753ead620077cbf98af0f8 Signed-off-by: Michael Vorburger <[email protected]>
1 parent da08380 commit 6410d43

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

distribution-karaf/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@
120120
<overWriteSnapshots>true</overWriteSnapshots>
121121
<overWriteIfNewer>true</overWriteIfNewer>
122122
<excludeTransitive>true</excludeTransitive>
123+
<!-- Do not include version in JAR filename, as external scripts call this utility,
124+
and they understandly do not want to have to adjust for every ODL release;
125+
see e.g. https://github.com/dfarrell07/puppet-opendaylight/pull/140 -->
126+
<stripVersion>true</stripVersion>
123127
</configuration>
124128
</execution>
125129
</executions>

karaf/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@
125125
<overWriteSnapshots>true</overWriteSnapshots>
126126
<overWriteIfNewer>true</overWriteIfNewer>
127127
<excludeTransitive>true</excludeTransitive>
128+
< ! - - Do not include version in JAR filename, as external scripts call this utility,
129+
and they understandly do not want to have to adjust for every ODL release;
130+
see e.g. https://github.com/dfarrell07/puppet-opendaylight/pull/140 - - >
131+
<stripVersion>true</stripVersion>
128132
</configuration>
129133
</execution>
130134
</executions>

0 commit comments

Comments
 (0)