Skip to content

Releases: Osiris-Team/1JPM

2.0.0

25 Jul 16:46
e0098ff
Compare
Choose a tag to compare

1JPM is now a Maven pom.xml generator, since the complexity as a fully independent build tool
(see version 1.0.3) was too high for a single file.

1.0.3

10 Jul 13:55
Compare
Choose a tag to compare
  • fix classpath incorrect format
  • moved third-party plugins to top, to make upgrading 1JPM easier
  • start supporting transitive dependencies
  • caching of dependencies in local .m2 repository
  • concurrent downloads
  • checksum download
  • dependency report gen
  • dependency conflicts: The handleDependencyConflicts method detects and resolves version conflicts by keeping the latest version of each dependency (this might be an issue in itself thus the default should be throwing an exception if a conflict was detected and prompt the user to resolve this by explicitly adding that dependency with the wanted version to the build config).

1.0.2

08 Jul 15:10
Compare
Choose a tag to compare
readme

1.0.1

08 Jul 14:50
Compare
Choose a tag to compare
Release 1.0.1

1.0.0

08 Jul 14:27
Compare
Choose a tag to compare
register plugins + test classes