Fornax oAW-Artifacts
The Fornax-Platform Repository provides artifacts to simplify the usage of Fornax and openArchtiectureWare. With this artifacts (they conatining only out of a POM) you must don't know anything about the internal dependencies of the oAW artifacts.
We have create the artifacts task-oriented. This means there are artifact for:
If you want to use this artifacts you have only defining one dependency:
<dependency>
<groupId>org.fornax.openarchitectureware</groupId>
<artifactId>oaw-classic</artifactId>
<version>4.2.0</version>
<type>pom</type>
</dependency>
Please remark the type element. With this element Maven only looking for the POM and not for the JAR.