Skip to content

Conversation

@Lunkle
Copy link
Member

@Lunkle Lunkle commented Feb 22, 2025

Add steps to GitHub Actions workflow to run Maven Assembly and copy JAR file to top level

  • Add a new step in .github/workflows/publish.yml to run mvn clean compile assembly:single after the build step
  • Add a new step in .github/workflows/publish.yml to copy the generated JAR file from the target/ folder to the top level of the repository
  • Remove the line that excludes *.jar files in .gitignore

For more details, open the Copilot Workspace session.

Add steps to GitHub Actions workflow to run Maven Assembly and copy JAR file to top level

* Add a new step in `.github/workflows/publish.yml` to run `mvn clean compile assembly:single` after the build step
* Add a new step in `.github/workflows/publish.yml` to copy the generated JAR file from the `target/` folder to the top level of the repository
* Remove the line that excludes `*.jar` files in `.gitignore`

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/virtual-cardboard/nengen?shareId=XXXX-XXXX-XXXX-XXXX).
@Lunkle Lunkle closed this Feb 23, 2025
@Lunkle Lunkle deleted the Lunkle/add-maven-assembly-step branch February 23, 2025 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants