Everything to build IDEalized, an IDE built on a customized Eclipse IDE, containing additional plug-ins and - so far only for Windows - a IBM Semeru JDK.
IDEalized was choose as product name and the IDEalized branding was created in order not to violate any trademarks or licenses. Thanks to all authors and contributors of the parts IDEalized is made of. You can also use this project to build your own customized IDE.
To build IDEalized in Eclipse, run the IDEalized with non-p2 run configuration.
To build IDEalized on the command line via Maven (if step 1 is skipped, plug-ins from old-style update sites will be missing):
- In
mirror-non-p2/
, runmvn clean verify
- In the root directory, run
mvn clean verify