Version 1

    JBoss Wiki - Building the Prerequisite Projects

     

    You must build and upload your local repository with the following Maven artifacts: wiki-common and wiki-management.

     

    wiki-common

     

    Open a command line the corresponding directory, for example:

        cd <wiki-src-dir>/wiki-common


    where <wiki-src-dir> is the base directory of the JBoss Wiki source code, and enter:

         mvn install
    

     

    wiki-management

     

    Open a command line the corresponding directory, for example:

        cd <wiki-src-dir>/wiki-management


    where <wiki-src-dir> is the base directory of the JBoss Wiki source code, and enter:

         mvn install