@@ -8,8 +8,8 @@ External library configurations apply at the project level. Any change to a conf
88
99== Before You Begin
1010
11- * xref:start-acb.adoc[Set up and access the web or desktop IDE ].
12- * xref:int-create-integrations.adoc[Create an integration project ].
11+ * xref:start-acb.adoc[].
12+ * xref:int-create-integrations.adoc[].
1313* Add a connector or component that requires an external library, such as a Database or Spring component.
1414
1515== When You Need to Configure an External Library
@@ -27,17 +27,17 @@ You can also manage external libraries from the project-level configuration, ind
2727
2828You can add an external library from the component configuration or from the project-level library configuration interface.
2929
30- External libraries can be added from one of the following sources:
30+ Add external libraries from one of these sources:
3131
3232* Recommended libraries
3333* Maven dependencies
3434* Local files
3535
36- To open the library configuration interface from a component:
36+ Open the library configuration interface from a component:
3737
3838. In the canvas, select a component that requires an external library.
3939. In the component configuration panel, locate the *Required Libraries* list.
40- . Click on *Configure library* icon.
40+ . Click the *Configure library* icon.
4141+
4242Anypoint Code Builder opens the *Library Configuration* page.
4343Changes made on this page apply to the entire project.
@@ -46,21 +46,17 @@ Changes made on this page apply to the entire project.
4646
4747Some components provide recommended libraries that match the component requirements.
4848
49- To add a recommended library:
50-
5149. Open the *Library Configuration* page.
5250. Select *Add Recommended Library*.
5351+
54- The interface shows the library to be added to the project.
52+ The interface shows the library to add to the project.
5553. Click *Apply*.
5654+
57- Anypoint Code Builder adds the recommended library to the project POM file and applies it to all components that require it.
55+ The IDE adds the recommended library to the project POM file and applies it to all components that require it.
5856
5957=== Add a Maven Dependency
6058
61- You can search Maven Central or manually specify Maven coordinates to add a dependency.
62-
63- To add a Maven dependency:
59+ Search Maven Central or manually specify Maven coordinates to add a dependency.
6460
6561. Open the *Library Configuration* page.
6662. Select *Add Maven Dependency*.
@@ -73,25 +69,21 @@ Only libraries that meet the required criteria appear in component library field
7369
7470=== Add a Library from a Local File
7571
76- You can add a dependency from a local file, such as a JAR or an external POM file.
77-
78- To add a library from a local file:
72+ Add a dependency from a local file, such as a JAR or an external POM file.
7973
8074. Open the *Library Configuration* page.
8175. Select *Add from Local File*.
8276. Select a file from your system.
8377+
8478Anypoint Code Builder automatically populates the Maven fields based on the selected file.
85- . Optionally, override the populated values if required.
79+ . Override the populated values if required.
8680. Click *Apply*.
8781
8882If you select an external POM file, it takes precedence over any POM embedded in the artifact file.
8983
9084== Edit or Delete an External Library
9185
92- You can edit or remove an existing library configuration from the same interface.
93-
94- To edit or delete a library:
86+ Edit or remove an existing library configuration.
9587
9688. Open the *Library Configuration* page.
9789. Select the configured library.
0 commit comments