Details
-
Bug
-
Status: Closed
-
High
-
Resolution: Fixed
-
12.0.0
-
None
-
None
-
None
Description
in V12 project, dist-with-content is still referencing "bootstrap" instead of "repository-data", as result, maven in throwing error. Follow steps below to fix the issue.
1. Open file src/main/assembly/shared-lib-content-component.xml)
2. change from
<source>bootstrap/content/target/mscdirectweb-bootstrap-content-${project.version}.jar</source>
to
<source>repository-data/content/target/mscdirectweb-repository-data-content-${project.version}.jar</source>
Attachments
Issue Links
- duplicates
-
ARCHE-547 dist-with-content doesn't work
- Closed