This is a Maven Archetype designed to make spinning up new components for Oracle WebCenter Content (WCC) faster and easier.
It creates a basic repository layout, pom.xml
file and common template files. Eliminating the need to use ComponentWizard to create basic components.
Note This generates Maven projects that use the following:
<depencency>
<groupId>org.ucmtwine</groupId>
<artifactId>ucm-maven-plugin</artifactId>
</dependency>
Which means it also assumes the ucm-maven-plugin dependencies (as seen below) are available at the same Maven coordinates.
<dependency>
<groupId>com.oracle.weblogic</groupId>
<artifactId>wlfullclient</artifactId>
<version>10.3.6</version>
<optional>true</optional>
</dependency>