Releases: andirady/pom-cli
Releases · andirady/pom-cli
v0.9.3
New Features
- New
remove
command to remove dependencies. (f6e2bf0)
- New
parent
command to set the <parent>
element in the POM. (4d52daf)
- New
get
command to read properties from the POM. (ea7d762)
Other changes
- You can now
plug
to a specific profile (5508b0b)
- You can now
plug
plugins that are managed by parent by only specifying the artifact ID. (4367d92)
- Latest version is now resolved from "maven-metadata.xml" from maven central instead of the solrsearch API. (42c0bd9)
v0.9.2
What's Changed
- Fixed can't add pom if the parent is a remote parent.
- Fixed search command not showing result.
- You can now add by just specifying the artifactId if the dependency is managed by the parent or imported dependency.
v0.9.1
- Added the
plug
command.
- Removed JimFs & mockito from test.
v0.9.0
Initial release that supports adding, generating pom, setting properties, searching for artifacts, as well as basic multi-module support.