Class CAppHandler

    • Constructor Detail

      • CAppHandler

        public CAppHandler​(String cAppName,
                           CARMojo mojoInstance)
    • Method Detail

      • createDependencyDescriptorFile

        public void createDependencyDescriptorFile​(String archiveDirectory,
                                                   org.apache.maven.project.MavenProject project)
        Creates the `descriptor.xml` file in the specified archive directory. This file contains the dependencies of the Composite Application (CApp).
        Parameters:
        archiveDirectory - The path to the archive directory where the `descriptor.xml` file will be created.
        project - The Maven project for which the dependency descriptor is generated.