Skip to content

Maven Archetype to quickly create a new component for Oracle WebCenter Content - Apache 2.0 License

License

Notifications You must be signed in to change notification settings

raystorm/wcc-component-archetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WCC-Component-Archetype

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>

About

Maven Archetype to quickly create a new component for Oracle WebCenter Content - Apache 2.0 License

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published