Richard Eckart de Castilho created UIMA-3869:
------------------------------------------------
Summary: 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)