We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The p2 DSL for maven is quite verbose
<p2repos> <p2repo>https://download.eclipse.org/eclipse/updates/4.26/</p2repo> </p2repos> <installs> <install>org.eclipse.swt</install> </installs>
It would be a lot better if we could just do
<p2repo>https://download.eclipse.org/eclipse/updates/4.26/</p2repo> <install>org.eclipse.swt</install>
The code for the DSL as it exists is very simple
equo-ide/plugin-maven/src/main/java/dev/equo/ide/maven/AbstractP2Mojo.java
Lines 51 to 53 in c27b46c
If there's a way (even a complicated way) to move to the simpler DSL, that would be great!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The p2 DSL for maven is quite verbose
It would be a lot better if we could just do
The code for the DSL as it exists is very simple
equo-ide/plugin-maven/src/main/java/dev/equo/ide/maven/AbstractP2Mojo.java
Lines 51 to 53 in c27b46c
If there's a way (even a complicated way) to move to the simpler DSL, that would be great!
The text was updated successfully, but these errors were encountered: