bin/aaa-cli-jar.jar without version number
[integration/distribution.git] / distribution-karaf / pom.xml
index d92d7529d745871489ef60bfa21975f9a698354d..32c813b8f9aac3121f7fd3cadec4b4c6732c4d61 100644 (file)
                             <overWriteSnapshots>true</overWriteSnapshots>
                             <overWriteIfNewer>true</overWriteIfNewer>
                             <excludeTransitive>true</excludeTransitive>
+                            <!-- Do not include version in JAR filename, as external scripts call this utility,
+                                 and they understandly do not want to have to adjust for every ODL release;
+                                 see e.g. https://github.com/dfarrell07/puppet-opendaylight/pull/140 -->
+                            <stripVersion>true</stripVersion>
                         </configuration>
                     </execution>
                 </executions>