[ 
https://issues.apache.org/jira/browse/UIMA-3869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14026359#comment-14026359
 ] 

Richard Eckart de Castilho commented on UIMA-3869:
--------------------------------------------------

Actually, running the helpmojo in process-classes does not work as intended. It 
generates the HelpMojo.java file but never compiles it.

For the helpmojo, we still need to ignore the presence of the descriptor file, 
but this workaround can be removed when we upgrade to maven-plugin-plugin:3.4: 
https://jira.codehaus.org/browse/MPLUGIN-238

> 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
>            Reporter: Richard Eckart de Castilho
>            Assignee: Richard Eckart de Castilho
>            Priority: Trivial
>             Fix For: 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.2#6252)

Reply via email to