We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a560580 commit b92b75fCopy full SHA for b92b75f
pom.xml
@@ -101,6 +101,7 @@
101
<njord.waitForStates>true</njord.waitForStates>
102
<njord.publisher>sonatype-cp</njord.publisher>
103
<njord.releaseUrl>njord:template:release-sca</njord.releaseUrl>
104
+ <njord.snapshotUrl>njord:template:snapshot</njord.snapshotUrl>
105
</properties>
106
107
<modules>
@@ -247,6 +248,8 @@
247
248
<!-- ignore Bundle-Version header for baseline, i.e. no enforcement of specific bundle versions -->
249
<diffignore>Bundle-Version</diffignore>
250
</diffignores>
251
+ <!-- https://github.com/bndtools/bnd/issues/6945 -->
252
+ <includeDistributionManagement>false</includeDistributionManagement>
253
</configuration>
254
</plugin>
255
<plugin>
0 commit comments