Skip to content

JSSD Maven Integration

AndreasWBartels edited this page Dec 6, 2021 · 10 revisions
      <plugin>
        <groupId>net.anwiba.commons.tools</groupId>
        <artifactId>anwiba-tools-definition-schema-json</artifactId>
        <version>1.1.158</version>
        <executions>
          <execution>
            <id>generate</id>
            <phase>generate-sources</phase>
            <goals>
              <goal>generate</goal>
            </goals>
            <configuration>
              <pakkage>net.anwiba.commons.json.schema.v1_0</pakkage>
              <comment>Copyright (c) 2016 by Andreas W. Bartels</comment>
              <addJSSDFilesToCompileSourceRoot>true</addJSSDFilesToCompileSourceRoot>
            </configuration>
          </execution>
        </executions>
      </plugin>

Complete Example: see

Dependencies: see

Clone this wiki locally