Details
-
Task
-
Status: Closed
-
Normal
-
Resolution: Done
-
14.7.3
-
None
-
None
-
Orion
-
Small (1-2)
Description
This came in through the documentation feedback github:
https://github.com/bloomreach/docs-feedback/issues/83
Dear Bloomreach teams
I have seen your article https://documentation.bloomreach.com/14/library/development/run-and-develop-with-cargo.html which is quite well written - Congratulations!
One thing I spotted is that it still references the old Codehaus Cargo Maven 2 plugin - Which is quite obsolete as Maven 2 itself is obsolete, and we hence also made the Codehaus Cargo plugin to be Maven 3 only since its 1.9.0 version in January 2021. Would you mind updating that in the meantime? The updated dependency information could be:
<groupId>org.codehaus.cargo</groupId> <artifactId>cargo-maven3-plugin</artifactId> <version>1.9.9</version>Regards
The documentation is based on the archetype. The Cargo Maven plugin should be updated in the archetype first.