-plugin.10.Jetty.9.4.19: \
aQute.bnd.repository.maven.pom.provider.BndPomRepository; \
snapshotUrls=https://oss.sonatype.org/content/repositories/osgi/; \
releaseUrls=https://repo.maven.apache.org/maven2/; \
# revision=org.eclipse.jetty:jetty-bom:9.4.19.v20190610; \
# pom=https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-bom/9.4.19.v20190610/jetty-bom-9.4.19.v20190610.pom; \
query="q=g:%22org.eclipse.jetty%22+AND+v:%229.4.19.v20190610%22+AND+a:%22jetty-bom%22"; \
readOnly=true; \
name="Jetty artifact 9.4.19"
-plugin.11.Zk.8.6.0.1: \
aQute.bnd.repository.maven.pom.provider.BndPomRepository; \
snapshotUrls=https://oss.sonatype.org/content/repositories/osgi/; \
releaseUrls=https://repo.maven.apache.org/maven2/; \
query="q=g:%22org.zkoss.zk%22+AND+v:%228.6.0.1%22"; \
readOnly=true; \
name="Zk.8.6.0.1"
--
You received this message because you are subscribed to the Google Groups "bndtools-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bndtools-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bndtools-users/b575ac1c-9cf0-4b87-9655-129dfdf63e4d%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "bndtools-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bndtools-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bndtools-users/b575ac1c-9cf0-4b87-9655-129dfdf63e4d%40googlegroups.com.work as
Hi Hiep,I note that you've tried to comment out a line in the middle of a multi-line property directive. From memory, this confuses the bnd parser. This might contribute to your problems.
BndPomRepository is a bit out of my area of expertise, but in my limited experience I think you might get more consistent results using a locally-defined pom file with a few "seed" dependencies in it that resolve all the test of the artifacts you need.Also, unless you have a particular need for BndPomRepository, you could use P2Repository. From memory both zk and jetty have p2 repos (I think the Tycho build uses them). You've also got MavenBndRepository, which is a little more work as you need to specify the dependencies manually, but it gives you a bit more control over what versions you're using.
To view this discussion on the web visit https://groups.google.com/d/msgid/bndtools-users/CAO6F8YxSAK7HUS_qW-Q%3DOw%3DUXO%2Bxp7X2xWfgV5fsC%3D%3DxNLd3ow%40mail.gmail.com.