Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Releases: samuelmeuli/action-maven-publish

v1.4.0

04 Apr 08:20
201a45a
Compare
Choose a tag to compare

v1.3.2

21 Feb 05:04
7848ae4
Compare
Choose a tag to compare

v1.3.1...v1.3.2

v1.3.1

12 Jan 18:37
e3bfc45
Compare
Choose a tag to compare
  • Fix default value for execSync directory (#7, f67d76b)

v1.3.0...v1.3.1

v1.3.0

04 Jan 13:13
f04efaa
Compare
Choose a tag to compare
  • Add maven_goals_phases option (#6, 125a092)
  • Allow input variables to be empty strings (a232b2e)

v1.2.0...v1.3.0

v1.2.0

18 Dec 21:14
1221d1f
Compare
Choose a tag to compare
  • Make artifact signing optional (156f521)

v1.1.0...v1.2.0

v1.1.0

16 Dec 19:22
0c84195
Compare
Choose a tag to compare
  • Add directory input variable (f6cb52b)
  • Check for required input variables (7a8fe4c)
  • Fix Maven command on Windows (c2db302)

v1.0.0...v1.1.0

v1.0.0

02 Dec 10:52
Compare
Choose a tag to compare

v0.1.0...v1.0.0

v0.1.0

28 Nov 10:36
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Breaking changes:

  • The action now runs directly in GitHub Actions' VMs instead of a Docker container. This allows users to choose the Java version by configuring the actions/setup-java action, which needs to be executed before this action
  • It's now possible to deploy to any Nexus instance, not just OSSRH, using the server_id variable. Some of the input variables have been renamed for this change (see the README for the new names)
  • The gpg_private_key variable no longer needs to be base64 encoded

Other changes:

  • Added a maven_args input variable for configuration of the Maven deploy command

Now that the action has a first release, please import it using a tag in your workflows to avoid being affected by breaking changes in the future. Example: uses: samuelmeuli/action-maven-publish@v0.1.0