no Jira, update maven-plugin-plugin to 3.4 version to avoid issue with Java 8 described here http://stackoverflow.com/questions/38547239/maven-plugin-plugindescriptor-goal-fails-at-the-and-of-file 

git-svn-id: https://svn.apache.org/repos/asf/uima/uimaj/branches/experiment-v3-jcas@1791412 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/uimaj-parent/pom.xml b/uimaj-parent/pom.xml
index f43d7c5..d79b13d 100644
--- a/uimaj-parent/pom.xml
+++ b/uimaj-parent/pom.xml
@@ -300,7 +300,12 @@
             <retryFailedDeploymentCount>10</retryFailedDeploymentCount> 

           </configuration> 

         </plugin>

-          

+      

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-plugin-plugin</artifactId>

+          <version>3.4</version>

+        </plugin>  

       </plugins>

     </pluginManagement>