bin/aaa-cli-jar.jar without version number 88/54388/1
authorMichael Vorburger <vorburger@redhat.com>
Wed, 5 Apr 2017 21:30:19 +0000 (23:30 +0200)
committerMichael Vorburger <vorburger@redhat.com>
Wed, 5 Apr 2017 21:31:09 +0000 (23:31 +0200)
as requested on https://github.com/dfarrell07/puppet-opendaylight/pull/140

Change-Id: Ifdb3e87cee4cb80f0c753ead620077cbf98af0f8
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
distribution-karaf/pom.xml
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>
index 32b2b09b0317eb8625e3cc91f62dc5daa03b67dd..c32a84345c6d89e106d0e07028a0a592946fccf6 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>