The CORE project Maven POM file. Just a common definition of dependencies valid for all other CORE projects. Call mvn install -Pcore to build all CORE projects.
'org.openwms:org.openwms.core:1.0'
<dependency> <groupId>org.openwms</groupId> <artifactId>org.openwms.core</artifactId> <version>1.0</version> </dependency>
<dependency org="org.openwms" name="org.openwms.core" rev="1.0"/>
"org.openwms", "org.openwms.core", "1.0"