making my target file suddenly doesn't work in 2.7.0/1 (does work in 2.6.0) #894
jcompagner
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
if i run my mvn profile "target" in the parent (which builds 1 module) or i do it in the module itself i get the error below:
if i go back to 2.6.0 it works fine
i can't really find anything in the release notes about this, there is a section about the build extension but that says to replace the pommless thing with something else (but i don't have that pomless thing in the first place)
PS C:\Users\jcomp\git\servoy_master\servoy-eclipse> mvn install -Ptarget
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] servoy-eclipse [pom]
[INFO] com.servoy.eclipse.target [eclipse-target-definition]
[INFO]
[INFO] ---------------------< com.servoy:servoy-eclipse >----------------------
[INFO] Building servoy-eclipse 2022.6.0.3780_rc [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- target-platform-configuration:2.7.1:target-platform (default-target-platform) @ servoy-eclipse ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for servoy-eclipse 2022.6.0.3780_rc:
[INFO]
[INFO] servoy-eclipse ..................................... FAILURE [ 3.011 s]
[INFO] com.servoy.eclipse.target .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.697 s
[INFO] Finished at: 2022-04-19T12:23:12+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:target-platform-configuration:2.7.1:target-platform (default-target-platform) on project servoy-eclipse: Execution default-target-platform of goal org.eclipse.tycho:target-platform-configuration:2.7.1:target-platform failed: Tycho build extension not configured for MavenProject: com.servoy:servoy-eclipse:2022.6.0.3780_rc @ C:\Users\jcomp\git\servoy_master\servoy-eclipse\pom.xml -> [Help 1]
Beta Was this translation helpful? Give feedback.
All reactions