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

Port the dogfood feature from Gradle to Maven #101

Open
nedtwigg opened this issue Mar 1, 2023 · 0 comments
Open

Port the dogfood feature from Gradle to Maven #101

nedtwigg opened this issue Mar 1, 2023 · 0 comments
Labels
enhancement New feature or request plugin-maven

Comments

@nedtwigg
Copy link
Collaborator

nedtwigg commented Mar 1, 2023

It would be handy if you could contribute to any Eclipse project by doing mvn equo-ide:launch and get an IDE setup for that project.

It would also be handy if you could build a new IDE plugin, and then add it to your launched IDE as you build it for easy dogfooding. This is possible right now in our Gradle plugin like so

equoIde {
  jdt()
  dogfood() // compile this project, then add it to the launched IDE

This feature in Gradle was implemented like so

It would be great to support this for the maven plugin as well.

@nedtwigg nedtwigg added enhancement New feature or request plugin-maven labels Mar 1, 2023
@nedtwigg nedtwigg changed the title Replace jar in IDE with jar from subproject (maven) Make it easy to dogfood IDE plugins (maven) Jun 23, 2023
@nedtwigg nedtwigg changed the title Make it easy to dogfood IDE plugins (maven) Port the dogfood feature from Gradle to Maven Jun 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request plugin-maven
Projects
None yet
Development

No branches or pull requests

1 participant