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
As reported in #1611
when running mvn clean verify -PSDK,win64,latest -DskipTests=true the build fails with the error
mvn clean verify -PSDK,win64,latest -DskipTests=true
[ERROR] Cannot resolve project dependencies: [ERROR] Software being installed: io.sloeber.product 4.4.2.qualifier [ERROR] Missing requirement: io.sloeber.product 4.4.2.qualifier requires 'org.eclipse.equinox.p2.iu; org.eclipse.mylyn_feature.feature.group 0.0.0' but it could not be found [ERROR] [ERROR] See https://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] io.sloeber.parent 4.4.2-SNAPSHOT ................... SUCCESS [ 0.202 s] [INFO] io.sloeber.core 4.4.2-SNAPSHOT ..................... SUCCESS [ 7.964 s] [INFO] io.sloeber.core.nl1 4.4.2-SNAPSHOT ................. SUCCESS [ 0.433 s] [INFO] io.sloeber.ui 4.4.2-SNAPSHOT ....................... SUCCESS [ 1.655 s] [INFO] io.sloeber.ui.nl1 4.4.2-SNAPSHOT ................... SUCCESS [ 0.452 s] [INFO] io.sloeber.feature 4.4.2-SNAPSHOT .................. SUCCESS [ 0.331 s] [INFO] io.sloeber.product.sdk 4.4.2-SNAPSHOT .............. FAILURE [ 0.390 s] [INFO] io.sloeber.tests 4.4.2-SNAPSHOT .................... SKIPPED [INFO] root 2.2.0 ......................................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------
The text was updated successfully, but these errors were encountered:
Fix the SDK build #1616
9161782
Add the SDK to actions #1616
9da84c9
jantje
No branches or pull requests
As reported in #1611
when running
mvn clean verify -PSDK,win64,latest -DskipTests=true
the build fails with the errorThe text was updated successfully, but these errors were encountered: