You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The target has changed. To make a stable build push to master (e.g., merge all current changes from develop) to make a latest build push to develop.
Since we do not back port changes currently the question is if the ability to build for a specific version of Eclipse is necessary or we can just say it always builds against the current supported platform?
Add profiles for latest/stable and for every relevant Eclipse version (luna, mars).
So you can type for example
mvn install -P latest,mars
.The text was updated successfully, but these errors were encountered: