You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jamie goodyear (JIRA)" <ji...@apache.org> on 2010/10/21 20:06:15 UTC

[jira] Created: (KARAF-255) Move Karaf manual generation out of standard install to its own profile

Move Karaf manual generation out of standard install to its own profile
-----------------------------------------------------------------------

                 Key: KARAF-255
                 URL: https://issues.apache.org/jira/browse/KARAF-255
             Project: Karaf
          Issue Type: Improvement
    Affects Versions: 2.2.0
            Reporter: Jamie goodyear
             Fix For: 2.2.0


Move Karaf manual generation out of standard install to its own profile.

Developers will now execute the below in order to build a new set of docs:
{code}
%mvn -Pmanual
{code}

The reason behind this modification to the standard build is to 1) save time, and 2) remove the need for developers to have pygmentize or princexml installed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (KARAF-255) Move Karaf manual generation out of standard install to its own profile

Posted by "Jamie goodyear (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jamie goodyear resolved KARAF-255.
----------------------------------

    Resolution: Fixed

Moved the manual out of the standard build.

Must now use the profile 'manual' to build the docs.

> Move Karaf manual generation out of standard install to its own profile
> -----------------------------------------------------------------------
>
>                 Key: KARAF-255
>                 URL: https://issues.apache.org/jira/browse/KARAF-255
>             Project: Karaf
>          Issue Type: Improvement
>    Affects Versions: 2.2.0
>            Reporter: Jamie goodyear
>             Fix For: 2.2.0
>
>
> Move Karaf manual generation out of standard install to its own profile.
> Developers will now execute the below in order to build a new set of docs:
> {code}
> %mvn -Pmanual
> {code}
> The reason behind this modification to the standard build is to 1) save time, and 2) remove the need for developers to have pygmentize or princexml installed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.