Skip to content

Releases: andirady/pom-cli

v0.9.3

04 Aug 12:38
Compare
Choose a tag to compare

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

25 Jan 23:55
Compare
Choose a tag to compare

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

31 Oct 03:01
Compare
Choose a tag to compare
  • Added the plug command.
  • Removed JimFs & mockito from test.

v0.9.0

08 Jun 06:42
Compare
Choose a tag to compare

Initial release that supports adding, generating pom, setting properties, searching for artifacts, as well as basic multi-module support.