Fork me on GitHub

Plugin Documentation

Goals available for this plugin:

Goal Description
faktorips:faktorips-build Builds the Faktor-IPS project.

By default, the latest Faktor-IPS is used with an Eclipse 2019-03 runtime, all installed from faktorzehn.org update sites.

To change from where the plugins are installed, see additionalRepositories, repositories, fipsRepository/fipsRepositoryVersion and eclipseRepository.

Additional plugins (like the Faktor-IPS Product Variant Plugin) can be configured with additionalPlugins.

faktorips:faktorips-clean Cleans the work directory of the Faktor-IPS project.

System Requirements

The following specifies the minimum requirements to run this Maven plugin:

Maven 2.0
JDK 17

Usage

You should specify the version in your project's plugin configuration:

<project>
  ...
  <build>
    <!-- To define the plugin version in your parent POM -->
    <pluginManagement>
      <plugins>
        <plugin>
          <groupId>org.faktorips</groupId>
          <artifactId>faktorips-maven-plugin</artifactId>
          <version>24.1.9.release</version>
        </plugin>
        ...
      </plugins>
    </pluginManagement>
    <!-- To use the plugin goals in your POM or parent POM -->
    <plugins>
      <plugin>
        <groupId>org.faktorips</groupId>
        <artifactId>faktorips-maven-plugin</artifactId>
      </plugin>
      ...
    </plugins>
  </build>
  ...
</project>

For more information, see "Guide to Configuring Plug-ins"