car-maven-plugin EBA plugin build failed to include the eba module in the
target plugin car.
--------------------------------------------------------------------------------------------
Key: GERONIMO-5575
URL: https://issues.apache.org/jira/browse/GERONIMO-5575
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: car-maven-plugin
Affects Versions: 3.0
Reporter: Shawn Jiang
Assignee: Shawn Jiang
After fixing https://issues.apache.org/jira/browse/GERONIMO-5409, the EBA
plugin could run successfully. But I found EBA plugin build failed to
include the eba module in the target plugin car.
you could recreate this with
https://svn.apache.org/repos/asf/geronimo/samples/trunk/samples/osgi/ariestrader-jdbc/
<groupId>org.apache.geronimo.buildsupport</groupId>
<artifactId>car-maven-plugin</artifactId>
<configuration>
<module>
<groupId>org.apache.aries.samples.ariestrader</groupId>
<artifactId>org.apache.aries.samples.ariestrader.jdbc</artifactId>
<version>${ariesVersion}</version>
<type>eba</type>
</module>
The eba group was replaced with "application" by aries installer, I believe
it's the reason why package mojo can't find the correct package to include.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.