This information is for WCB's based on pre-WM 9.7 archetypes. |
A Webmanager Component Bundle contains the bare necessities for a functional component. It is possible to create a Web Component Archive to store additional information with a WCB; think of the source code or Javadoc documentation. Creating a WCA is similar to creating a WCB, below are instructions how to do it.
Add the red colored code snippets to your "pom.xml":
Copy the contents below to a file in your WCB directory structure named "src/main/assembly/dist-assembly.xml":
Be sure to add files "readme.txt" and "changelog.txt" (templates are here) to your directories.
Build as usual ("mvn -s C:\GX\WebManager9\settings.xml clean package"). The WCA .zip file will appear in the target directory.
