Author: schor
Date: Tue Jun 11 23:22:10 2013
New Revision: 1492008

URL: http://svn.apache.org/r1492008
Log:
no Jira - slight name change for the "name" element to conform to the 
conventional naming pattern for uimaj projects.

Modified:
    uima/uimaj/trunk/jcasgen-maven-plugin/pom.xml

Modified: uima/uimaj/trunk/jcasgen-maven-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/uimaj/trunk/jcasgen-maven-plugin/pom.xml?rev=1492008&r1=1492007&r2=1492008&view=diff
==============================================================================
--- uima/uimaj/trunk/jcasgen-maven-plugin/pom.xml (original)
+++ uima/uimaj/trunk/jcasgen-maven-plugin/pom.xml Tue Jun 11 23:22:10 2013
@@ -19,9 +19,11 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
        <modelVersion>4.0.0</modelVersion>
+       <!-- This artifact name follows the conventions described 
http://books.sonatype.com/mvnref-book/reference/writing-plugins-sect-custom-plugin.html
+            where patterns like xxx-maven-plugin and maven-xxx-plugin can be 
invoked just using xxx if the right settings are in place -->
        <artifactId>jcasgen-maven-plugin</artifactId>
        <packaging>maven-plugin</packaging>
-       <name>JCasGen Maven Plugin</name>
+       <name>Apache UIMA Maven: ${project.artifactId}</name>
        <description>A Maven Plugin for using JCasGen to generate Java classes 
from XML type system descriptions</description>
        <prerequisites>
                <maven>3.0</maven>
@@ -124,12 +126,8 @@
                <pluginManagement>
                        <plugins>
                                <plugin>
-                                       
<artifactId>maven-clean-plugin</artifactId>
-                                       <version>2.5</version>
-                               </plugin>
-                               <plugin>
                                        
<artifactId>maven-javadoc-plugin</artifactId>
-                                       <version>2.8.1</version>
+<!--                                   <version>2.8.1</version> -->
                                        <configuration>
                                                <!-- avoiding javadoc warnings 
caused by Mojo annotations -->
                                                <tagletArtifacts>
@@ -141,10 +139,6 @@
                                                </tagletArtifacts>
                                        </configuration>
                                </plugin>
-                               <plugin>
-                                       
<artifactId>maven-plugin-plugin</artifactId>
-                                       <version>3.2</version>
-                               </plugin>
                                <!--This plugin's configuration is used to 
store Eclipse m2e settings
                                        only. It has no influence on the Maven 
build itself. -->
                                <plugin>


Reply via email to