Installing The Project Library to Maven Repository
If your BusinessEvents project contains the project library, then you can use the install-projlib utility to install the project library in your repository.
The POM file generator utility automatically adds an entry for each of the project library, found in the BusinessEvents application, in the generated
pom.xml file as a dependency. To resolve this dependency you need to install the project library (.projlib) to your repository. The parameters (groupId,
atifactId, and
version) for this utility must match the dependency parameters specified in the POM file or vice versa.
Internally, the utility uses the mvn install command to install the project library to your repository.
Prerequisites
Procedure
Related concepts
Related tasks
Related reference
Copyright © Cloud Software Group, Inc. All rights reserved.