You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2010/05/14 14:51:45 UTC

svn commit: r944236 - /uima/uimaj/branches/mavenAlign/uimaj-distr/pom.xml

Author: schor
Date: Fri May 14 12:51:45 2010
New Revision: 944236

URL: http://svn.apache.org/viewvc?rev=944236&view=rev
Log:
[UIMA-1756] change parent pom to -distr.  RAT now fine without any customization, 

Modified:
    uima/uimaj/branches/mavenAlign/uimaj-distr/pom.xml

Modified: uima/uimaj/branches/mavenAlign/uimaj-distr/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/mavenAlign/uimaj-distr/pom.xml?rev=944236&r1=944235&r2=944236&view=diff
==============================================================================
--- uima/uimaj/branches/mavenAlign/uimaj-distr/pom.xml (original)
+++ uima/uimaj/branches/mavenAlign/uimaj-distr/pom.xml Fri May 14 12:51:45 2010
@@ -24,7 +24,7 @@
   
   <parent>
     <groupId>org.apache.uima</groupId>
-    <artifactId>parent-pom-ibm-notice</artifactId>
+    <artifactId>parent-pom-distr</artifactId>
     <version>1-SNAPSHOT</version>
     <relativePath/>
   </parent>
@@ -33,7 +33,7 @@
   <packaging>pom</packaging>
   <version>2.3.1-SNAPSHOT</version>
   <name>UIMA Base: ${project.artifactId}</name>
-  <description>:Builds and releases UIMA Java SDK (base),
+  <description>Builds and releases UIMA Java SDK (base),
     including all of the included sub-projects,
     the source and binary assembly distributions</description>
   <url>${uimaWebsiteUrl}</url>
@@ -197,30 +197,7 @@
           </execution>
         </executions>
       </plugin>
-           
-      <!-- must follow other package goals -->
-      <plugin> 
-        <artifactId>maven-assembly-plugin</artifactId>
-      </plugin>
   
-      <!-- Release Audit Tool checks -->
-      <!-- run Release Audit Tool (RAT) on src in this project
-             - it has already been run on the src in the included projects -->       
-      <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>default-cli</id>
-            <configuration>
-              <excludes>
-                <exclude>src/main/readme/README</exclude>
-                <exclude>src/main/readme_src/README</exclude>
-              </excludes>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
     </plugins>
   </build>