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
Since #18, the site build is broken. Individually, the sites build correctly (although the Eclipse plugin module's site needs to be build with mvn clean package site (optionally site:stage as well)). It's just that staging the core and console modules' sites into the aggregator does not correctly link between the modules.
Another issue then, is that the Eclipse plugin module's site needs to be build separately (due to the fact that Tycho and reactor builds do not cooperate) which means we need to merge the sites manually.
The text was updated successfully, but these errors were encountered:
Since #18, the site build is broken. Individually, the sites build correctly (although the Eclipse plugin module's site needs to be build with
mvn clean package site
(optionallysite:stage
as well)). It's just that staging the core and console modules' sites into the aggregator does not correctly link between the modules.Another issue then, is that the Eclipse plugin module's site needs to be build separately (due to the fact that Tycho and reactor builds do not cooperate) which means we need to merge the sites manually.
The text was updated successfully, but these errors were encountered: