sharelib plugin does not include or create shared/lib or shared/classes
directories
-----------------------------------------------------------------------------------
Key: GERONIMO-4086
URL: https://issues.apache.org/jira/browse/GERONIMO-4086
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Affects Versions: 2.1.2, 2.2
Reporter: Jarek Gawor
The sharelib plugin does not include or create shared/lib or shared/classes
directories.
Looks like the "resources" directory in svn is in invalid location (should be
under src/main/resources instead of src/resources) and the "classes" and "lib"
directory should be non-empty otherwise maven will ignore the directories and
not include them in the car file. I don't know if there is a way to tell maven
to include empty directories.
Also during javaee building the following error is generated (which is caused
by the missing "shared" directory in the sharelib plugin):
[ERROR] Installed configuration into repository but cannot locate file to copy
shared
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.