Skip to content

Fixed #218 - Simplifying maven plugin configurations #219

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 1, 2025

Conversation

khmarbaise
Copy link
Contributor

  • maven-jar-plugin
    • defining automatic module name in root; and define default value. override it in required sub-projects.
  • maven-compiler-plugin
    • Using maven.compiler.release instead custom property.
    • Using maven.compiler.proc instead.
  • maven-sources-plugin
    • using jar-no-fork goal instead of jar to prevent life cycle forking.
  • maven-install-plugin/maven-deploy-plugin
    • using maven.deploy.skip, maven.install.skip property.

- maven-jar-plugin
  - defining automatic module name in root; and define default value.
    override it in required sub-projects.
- maven-compiler-plugin
  - Using maven.compiler.release instead custom property.
  - Using maven.compiler.proc instead.
- maven-sources-plugin
  - using jar-no-fork goal instead of jar to prevent life cycle forking.
- maven-install-plugin/maven-deploy-plugin
  - using maven.deploy.skip, maven.install.skip property.
@Randgalt
Copy link
Owner

Randgalt commented May 1, 2025

Thank you for the Maven attention :D I've always been a major Maven advocate.

@Randgalt Randgalt added this to the v46 milestone May 1, 2025
@Randgalt Randgalt merged commit 92a260c into Randgalt:master May 1, 2025
2 checks passed
@Randgalt
Copy link
Owner

Randgalt commented May 1, 2025

Thank you

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