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
Right now we have single monolitic https://github.com/eclipse/che/blob/master/assembly/assembly-ide-war/src/main/resources/org/eclipse/che/ide/IDE.gwt.xml. It means that if plugin developer want's to use it he have to be inherited as is or copy-pasted and then modified.
We want to make it possible for plugin-developer to have maven-plugin that generate resulting IDE.gwt.xml based on maven dependencies of module. So they can include assembly-ide-war to inherit all parts of current IDE.gwt.xml and exclude small parts (like dialog about) by excluding maven dependency.
Right now we have single monolitic https://github.com/eclipse/che/blob/master/assembly/assembly-ide-war/src/main/resources/org/eclipse/che/ide/IDE.gwt.xml. It means that if plugin developer want's to use it he have to be inherited as is or copy-pasted and then modified.
We want to make it possible for plugin-developer to have maven-plugin that generate resulting IDE.gwt.xml based on maven dependencies of module. So they can include assembly-ide-war to inherit all parts of current IDE.gwt.xml and exclude small parts (like dialog about) by excluding maven dependency.
The text was updated successfully, but these errors were encountered: