Compatibility matrix
The ODF team releases a new ODF 2 framework version for each IA Cloud Enterprise release. See the version compatibility matrix in the table below.
| IA Cloud Enterprise | ODF 2 | Bundle Maven plugin | Bundle version Maven plugin | Local development environment |
|---|---|---|---|---|
| 10.1.6.2 | 10.1.6.1 | 10.1.6.20 | 0.0.15 | IA Cloud Developer 10.1.6.2 |
ODF 2 artifacts
-
Mind that the archetype version must be equal to the ODF 2 version.
Sources
source code
The ODF 2 source code is available in the WorkFusion Git repository.
Artifacts with source code are also published to the Nexus repository. You can attach them to a project in your IDE.
An ODF 2 project is a Maven mono repository that consists of several Maven modules. The following modules are basically the ODF 2 core:
| Module | Repository |
|---|---|
| odf2-core | ODF 2 core functionality |
| odf2-modules | ODF 2 components that extend core functionality |
| odf2-archetypes | Maven Archetypes to create an ODF 2-based project |
Attach sources in IDE
If you use Intellij IDEA, navigate to the class you need. In IDEA, a popup at the top of the screen offers to download sources. Click the Download Sources button.

Otherwise, navigate to the Maven tool window and click the Download Sources button.

If you use WorkFusion Studio or Eclipse IDE, right-click the project > select Maven > Download Sources.
