Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for loading POM files without a maven client
Adds the classmethods Pom.fromstring and Pom.parse. These are modeled on the lxml.etree functions of the same name. If a MavenClient is passed in, then the resulting Pom object will attempt to dynamically load data from external POM files available via the client. Sem-Ver: feature Fixes: sassoftware#4
- Loading branch information