Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.
Auszug
hiddentrue

Nuclos rule code IntelliJ: pom.xml, codegenerator, Module from Existing Sources, source root, development environment, port 8000.

globe with meridians Language: Deutsch · English

hammer and wrench Integrating rule code in IntelliJ

Integrate rule code as a module in IntelliJ via a pom.xml – codegenerator directory and source roots.

Status
colourPurple
titleHow-to
Status
colourBlue
titleDeveloper
Status
colourGreen
titleUpdated: Jul 2026
Status
colourGrey
titleapplies to Nuclos 4.2026.x

Panel
bgColor#F4F5F7

On this page

Inhalt
maxLevel2
minLevel2
Warnung
titlePrerequisite

Nuclos must be installed as a development environment beforehand (port 8000). Otherwise the pom.xml is not generated.

Steps

  1. Place a pom.xml in <NUCLOS-HOME>/data/codegenerator (or a custom directory with the src folders linked in). See templates without / with extension.
  2. In IntelliJ choose File → New → Module from Existing Sources….
  3. Select the codegenerator directory (containing the pom.xml).
  4. Go through the wizard (Maven is already selected).
  5. Mark the source directories as Source Root via the context menu.
Info
titleSimpler from 4.30

From Nuclos 4.30 the simpler way is to open the codegenerator directory directly as a Maven project – see rules as a Maven project.

Related pages

gear Integrating rules as a Maven project in an IDE


From 4.30.

Open →