In v2.5 plugin, install-feature goal doesn't download wlp/bin contents for batchManagement-1.0
See original GitHub issueWith the POM configured in this sample, the install-feature pulls down the wlp/lib/features entry for the batchManagement-1.0
feature, but it doesn’t pull down the wlp/bin/batchManager script that the sample’s integration tests depend on.
Though irrelevant for compiling against, it’s still a key part of the install, and had been an important part of the automation for this sample.
I wonder if the jaxb-2.2 feature has a similar issue (noticing that it too ships a script in wlp/bin)?
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Packaging and installing Liberty features - IBM
Procedure · You can manually install Liberty features to Liberty. To install the feature to the Liberty kernel, the feature manifest file must...
Read more >Installing custom feature fails · Issue #8162 · OpenLiberty ...
We try to install a custom OL feature that we built and packaged as ESA with OSGI-INF/SUBSYSTEM.MF present, but we get the following...
Read more >Plugin attachments download as a .bin regardless of the file ...
It is expected behavior for plugin attachments to download as a .bin file regardless of the actual file extension of the attachment.
Read more >Getting Started With IBM JSR 352 Java Batch WP102544 Step ...
It still exists, and is part of the WebSphere Application Server V8.5 product. JSR 352 and WebSphere Java Batch (formerly “Compute Grid”) have...
Read more >How to fix failed to execute goal on project - YouTube
failed to execute goal on project eclipsemvn clean install failed to execute goal on projectfailed to execute goal on project could not ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Noticing that issue #355 describes an issue with mixed case feature names… and batchManagement-1.0 is one… I wonder if this could be related.
Fixed in 18.0.0.3.