Install libplexus-cdc-java by entering the following commands in the terminal:
sudo apt update sudo apt install libplexus-cdc-java
Description:
Plexus Component Descriptor Creator
The Plexus project provides a full software stack for creating and executing software projects. Based on the Plexus container, the applications can utilise component-oriented programming to build modular, reusable components that can easily be assembled and reused. . The Component Descriptor Creator (or CDC for short) is a tool that will create the components.xml file from your Java code. It uses JavaDoc tags to gather the information it needs to create the component descriptor.
Homepage: https://codehaus-plexus.github.io/guides/quick-start/component-descriptor-creator.html
Version: 1.0~alpha14-7
Section: universe/java