Changes between Initial Version and Version 1 of Ticket #110, comment 1
- Timestamp:
- 10.10.2011 22:47:56 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #110, comment 1
initial v1 3 3 Running Maven in debug mode (--debug) brings up: 4 4 {{{ 5 [DEBUG] Reason: Not a v4.0.0 POM. for project biz.aQute:bndlib at /home/you/.m2/repository/biz/aQute/bndlib/1.43.0/bndlib-1.43.0.po 5 [DEBUG] Reason: Not a v4.0.0 POM. for project biz.aQute:bndlib at /home/you/.m2/repository/biz/aQute/bndlib/1.43.0/bndlib-1.43.0.pom 6 6 }}} 7 7 There seems something wrong with the POM file's format of the bndlib component, but I can't tell what. At the first sight it looks OK. 8 8 9 Anyway, bndlib is not involved in running DM, just in building DM (its a dependency of the Maven Bundle plugin).9 Anyway, bndlib is not involved when running DM, just when building DM (its a dependency of the Maven Bundle plugin). 10 10 11 11 Even building DM with Maven 2.2.1 works OK, despite that WARNING.