You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Burn Lewis (JIRA)" <de...@uima.apache.org> on 2015/10/16 22:21:07 UTC

[jira] [Resolved] (UIMA-4651) Avoid duplicate doc-building code

     [ https://issues.apache.org/jira/browse/UIMA-4651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Burn Lewis resolved UIMA-4651.
------------------------------
    Resolution: Fixed

Maven does not let one profile activate another so build-duccdocs cannot be activated by apache-release.  If the environment variable BUILD_DUCCDOCS is defined the documents will be built by default.  
This can be disabled by explicitly deactivating the profile with -P-build-duccdocs
Or both profiles can be activated with:. -Papache-release,build-duccdocs.  

> Avoid duplicate doc-building code
> ---------------------------------
>
>                 Key: UIMA-4651
>                 URL: https://issues.apache.org/jira/browse/UIMA-4651
>             Project: UIMA
>          Issue Type: Improvement
>          Components: DUCC
>            Reporter: Burn Lewis
>            Assignee: Burn Lewis
>            Priority: Minor
>             Fix For: 2.1.0-Ducc
>
>
> The 2 profiles in uima-ducc-docs pom.xml have > 100 lines of duplicated  latex code that have not been maintained consistently.  Instead keep only the build-duccdocs profile.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)