You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Marshall Schor (JIRA)" <de...@uima.apache.org> on 2016/03/29 21:47:25 UTC

[jira] [Updated] (UIMA-3869) Better maven-plugin-plugin configuration

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

Marshall Schor updated UIMA-3869:
---------------------------------
    Component/s: uimaFIT

> Better maven-plugin-plugin configuration
> ----------------------------------------
>
>                 Key: UIMA-3869
>                 URL: https://issues.apache.org/jira/browse/UIMA-3869
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Build, Packaging and Test, uimaFIT
>            Reporter: Richard Eckart de Castilho
>            Assignee: Richard Eckart de Castilho
>            Priority: Trivial
>             Fix For: 2.2.0uimaFIT, 2.7.0SDK, parent-pom-10
>
>
> Better workaround to fix missing descriptors failure:
> http://jira.codehaus.org/browse/MPLUGIN-267
> {noformat}
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-plugin-plugin</artifactId>
>         <version>3.3</version>
>         <executions>
>           <execution>
>             <id>default-descriptor</id>
>             <phase>process-classes</phase>
>           </execution>
> {noformat}



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