File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments