+1 vote
in Maven - Coalescing Pipeline by

What are the parameters required to define External Dependency in Maven?

1 Answer

0 votes
by

Maven external dependencies are described in the pom xml file just like other dependencies. The parameters required to define the external dependencies are groupid, artifactId, scope set to system and system path as per the project location (relative path).

Related questions

0 votes
asked Aug 19, 2023 in Maven - Coalescing Pipeline by GeorgeBell
0 votes
asked Aug 20, 2023 in Maven - Coalescing Pipeline by GeorgeBell
...