tomaswolf commented on code in PR #343:
URL: https://github.com/apache/mina-sshd/pull/343#discussion_r1145284636
##########
pom.xml:
##########
@@ -1445,31 +1445,20 @@
<inherited>true</inherited>
<extensions>true</extensions>
<executions>
- <execution>
- <id>versions</id>
- <phase>validate</phase>
- <goals>
- <goal>cleanVersions</goal>
- </goals>
- <configuration>
- <versions>
-
<sshd.osgi.version.clean>${project.version}</sshd.osgi.version.clean>
- </versions>
- </configuration>
- </execution>
<execution>
<id>bundle-manifest</id>
<phase>process-classes</phase>
<goals>
<goal>manifest</goal>
</goals>
<configuration>
+
<supportIncrementalBuild>true</supportIncrementalBuild>
<instructions>
<Import-Package><.
Only tangentially related to this change: I wonder if ==,=+ is good. Apache
MINA sshd has an unfortunate habit of breaking API in minor versions, so it
might actually be safer to require exact matches, and not a range at all...
something like `$(version;===;$(maven_version;${project.version}))`. Or at
least use a range [===;=+).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]