Skip to content
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

Remove the Eclipse and IDEA plugins from the Server Generator #25081

Closed
1 task done
timothystone-knsl opened this issue Feb 4, 2024 · 0 comments · Fixed by #25082
Closed
1 task done

Remove the Eclipse and IDEA plugins from the Server Generator #25081

timothystone-knsl opened this issue Feb 4, 2024 · 0 comments · Fixed by #25082

Comments

@timothystone-knsl
Copy link
Contributor

timothystone-knsl commented Feb 4, 2024

Overview of the issue

The Maven Eclipse and IDEA plugins, maven-eclipse-plugin and maven-idea-plugin respectively, have been retired.

Respectively, they have not had updates in nine and 11 years.

Motivation for or Use Case

Clean up generator artifacts that pose a risk of unexpected and unsupported behaviors where tooling is no longer supported by the organization, vendor, or contributor community. Eclipse and IntelliJ IDEA have moved beyond the need for the plugins.

Reproduce the error

Generate a common JHipster application with Maven. This code does not appear to be found in the Gradle configuration.

Related issues

None

Suggest a Fix

Remove references to the plugins in the pom template. jhipster/jhipster.github.io#1335 removes references to their respective use in the Doing API First Development guide.

See PR #25082

JHipster Version(s)

8.1.0

JHipster configuration

Any common JHipster configuration with a Maven build.

Browsers and Operating System

Not Applicable.

  • Checking this box is mandatory (this is just to show you read everything)
timothystone-knsl added a commit to timothystone-knsl/generator-jhipster that referenced this issue Feb 4, 2024
Both plugins have been retired by Apache Maven. See: https://maven.apache.org/plugins/#retired for
more details. Both plugins have not see updates in almost a decade (IDEA was last updated in 2013).

The mention and use of the plugins has been removed from the Doing API First Development guide in
jhipster/jhipster.github.io#1335.

Closes jhipster#25081
@deepu105 deepu105 added this to the 8.2.0 milestone Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants