Hi Im creating an application where I would like to do the following: Parse a pom and add a specific dependency to classpath.
Some additional information: - The version of the dependency is defined in dependencyManagement in a parent pom - The parent pom is not available locally, and possibly not in the local repo - The specific dependency might not be available in the local repository Maven itself solve this very easily. Is there an easy way to embed this functionality from Maven into an application? Halvor
