You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by Marshall Schor <ms...@schor.com> on 2011/01/18 12:35:58 UTC

Re: svn commit: r1060214 [1/2] - in /uima/sandbox/trunk: AlchemyAPIAnnotator/ BSFAnnotator/ ConceptMapper/ ConfigurableFeatureExtractor/ DictionaryAnnotator/ FsVariables/ Lucas/ OpenCalaisAnnotator/ PearPackagingAntTask/ RDFCASConsumer/ RegularExpressionAn...

I think you need to put the configuration for the RAT excludes (because there
are non-standard excludes) for the BSF Annotator, into the PluginManagement section?

-Marshall

On 1/18/2011 2:02 AM, tommaso@apache.org wrote:
> Author: tommaso
> Date: Tue Jan 18 07:02:51 2011
> New Revision: 1060214
>
> URL: http://svn.apache.org/viewvc?rev=1060214&view=rev
> Log:
> [UIMA-2006] - switched sandbox projects in addons to parent-pom 2
>
> Modified:
>     uima/sandbox/trunk/AlchemyAPIAnnotator/pom.xml
>     uima/sandbox/trunk/BSFAnnotator/pom.xml
>     uima/sandbox/trunk/ConceptMapper/pom.xml
>     uima/sandbox/trunk/ConfigurableFeatureExtractor/pom.xml
>     uima/sandbox/trunk/DictionaryAnnotator/pom.xml
>     uima/sandbox/trunk/FsVariables/pom.xml
>     uima/sandbox/trunk/Lucas/pom.xml
>     uima/sandbox/trunk/OpenCalaisAnnotator/pom.xml
>     uima/sandbox/trunk/PearPackagingAntTask/pom.xml
>     uima/sandbox/trunk/RDFCASConsumer/pom.xml
>     uima/sandbox/trunk/RegularExpressionAnnotator/pom.xml
>     uima/sandbox/trunk/SimpleServer/pom.xml
>     uima/sandbox/trunk/SnowballAnnotator/pom.xml
>     uima/sandbox/trunk/Solrcas/pom.xml
>     uima/sandbox/trunk/Tagger/pom.xml
>     uima/sandbox/trunk/TikaAnnotator/pom.xml
>     uima/sandbox/trunk/WhitespaceTokenizer/pom.xml
>     uima/sandbox/trunk/aggregate-addons/pom.xml
>
> Modified: uima/sandbox/trunk/AlchemyAPIAnnotator/pom.xml
> URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/AlchemyAPIAnnotator/pom.xml?rev=1060214&r1=1060213&r2=1060214&view=diff
> ==============================================================================
> --- uima/sandbox/trunk/AlchemyAPIAnnotator/pom.xml (original)
> +++ uima/sandbox/trunk/AlchemyAPIAnnotator/pom.xml Tue Jan 18 07:02:51 2011
> @@ -24,7 +24,7 @@
>    <parent>
>      <groupId>org.apache.uima</groupId>
>      <artifactId>parent-pom</artifactId>
> -    <version>1</version>
> +    <version>2</version>
>      <relativePath/>
>    </parent>
>  
> @@ -110,105 +110,6 @@
>            </execution>
>          </executions>
>        </plugin>
> -      <plugin>
> -        <groupId>org.apache.uima</groupId>
> -        <artifactId>PearPackagingMavenPlugin</artifactId>
> -        <version>2.3.1</version>
> -        <extensions>true</extensions>
> -        <executions>
> -          <execution>
> -            <id>build uima annnotator Pear</id>
> -            <goals>
> -              <goal>package</goal>
> -            </goals>
> -            <!-- needs to run after the jar is built
> -   after docbooks are packaged and copied to pearPackaging/doc folder -->
> -            <phase>pre-integration-test</phase>
> -            <configuration>
> -              <datapath>$main_root/resources</datapath>
> -              <componentId>${project.artifactId}</componentId>
> -              <mainComponentDesc>${pearMainDescriptor}</mainComponentDesc>
> -            </configuration>
> -          </execution>
> -        </executions>
> -      </plugin>
> -      <plugin>
> -        <groupId>org.apache.maven.plugins</groupId>
> -        <artifactId>maven-dependency-plugin</artifactId>
> -        <executions>
> -          <execution>
> -            <!-- use the dependency:unpack goal to get the shared resource
> -          that has the docbook-shared directory
> -          Unpack into spot relative to project - because
> -          these are referred to in docbook sources using
> -          relative references -->
> -            <id>copyDocbookInfo</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>uima-build-resources</artifactId>
> -                  <version>1</version>
> -                  <includes>docbook-shared/**</includes>
> -                  <outputDirectory>${project.build.directory}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -          <execution>
> -            <!-- also unpack next to docbook-olink in
> -       repository location for olink info, because
> -       the site.xml files use relative location to
> -       get at the uima entities -->
> -            <id>copyDocbookInfoNextToOlink</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <markersDirectory>${dolRepo}/dependency-maven-plugin-markers</markersDirectory>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>uima-build-resources</artifactId>
> -                  <version>1</version>
> -                  <includes>docbook-shared/**</includes>
> -                  <outputDirectory>${dolRepo}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -          <!-- use the dependency:unpack goal to get the
> -       olink databases  -->
> -          <execution>
> -            <id>getOlink</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <markersDirectory>${dolRepo}/dependency-maven-plugin-markers</markersDirectory>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>${dolArtifactId}</artifactId>
> -                  <version>1-SNAPSHOT</version>
> -                  <type>zip</type>
> -                  <classifier>${dolClassifier}</classifier>
> -                  <outputDirectory>${dolUnzipped}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -        </executions>
> -      </plugin>
>      </plugins>
>    </build>
>  
>
> Modified: uima/sandbox/trunk/BSFAnnotator/pom.xml
> URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/BSFAnnotator/pom.xml?rev=1060214&r1=1060213&r2=1060214&view=diff
> ==============================================================================
> --- uima/sandbox/trunk/BSFAnnotator/pom.xml (original)
> +++ uima/sandbox/trunk/BSFAnnotator/pom.xml Tue Jan 18 07:02:51 2011
> @@ -30,14 +30,14 @@
>    <parent>
>      <groupId>org.apache.uima</groupId>
>      <artifactId>parent-pom</artifactId>
> -    <version>1</version>
> +    <version>2</version>
>      <relativePath/>
>    </parent>
>  
> -	<artifactId>BSFAnnotator</artifactId>
> -	<packaging>jar</packaging>
> -	<version>2.3.1-SNAPSHOT</version>
> -	<name>UIMA Annotator: ${project.artifactId}</name>
> +  <artifactId>BSFAnnotator</artifactId>
> +  <packaging>jar</packaging>
> +  <version>2.3.1-SNAPSHOT</version>
> +  <name>UIMA Annotator: ${project.artifactId}</name>
>    <description>Annotator to run scripts using Apache's Bean Scripting Framework</description>
>    <url>${uimaWebsiteUrl}</url>
>  
> @@ -118,127 +118,5 @@
>    
>  	<build>
>  		<finalName>uimaj-an-bsf</finalName> 
> -    <plugins>
> -      <!-- Release Audit Tool checks -->
> -      <plugin>
> -        <groupId>org.apache.rat</groupId>
> -        <artifactId>apache-rat-plugin</artifactId>
> -        <executions>
> -          <execution>
> -            <id>default-cli</id>
> -            <configuration>
> -              <excludes>
> -                <exclude>release.properties</exclude> <!-- release generated artifact -->
> -                <exclude>src/main/java/org/apache/uima/annotator/bsf/types/*.java</exclude>
> -                <exclude>src/test/resources/Nicknames.txt</exclude>
> -                <exclude>src/test/resources/NicknamesRef.txt</exclude>
> -                <exclude>src/test/resources/testdoc.txt</exclude>
> -                <exclude>src/test/resources/testdocRef.txt</exclude>
> -                <exclude>marker-file-identifying-*</exclude>
> -              </excludes>
> -            </configuration>
> -          </execution>
> -        </executions>
> -      </plugin>
> -      <plugin>
> -        <groupId>org.apache.uima</groupId>
> -        <artifactId>PearPackagingMavenPlugin</artifactId>
> -        <version>2.3.1</version>
> -        <extensions>true</extensions>
> -        <executions>
> -          <execution>
> -            <id>build uima annnotator Pear</id>
> -            <goals>
> -              <goal>package</goal>
> -            </goals>
> -            <!-- needs to run after the jar is built
> -   after docbooks are packaged and copied to pearPackaging/doc folder -->
> -            <phase>pre-integration-test</phase>
> -            <configuration>
> -              <datapath>$main_root/resources</datapath>
> -              <componentId>${project.artifactId}</componentId>
> -              <mainComponentDesc>desc/BSFAnnotator.xml</mainComponentDesc>
> -            </configuration>
> -          </execution>
> -        </executions>
> -      </plugin>
> -      <plugin>
> -        <groupId>org.apache.maven.plugins</groupId>
> -        <artifactId>maven-dependency-plugin</artifactId>
> -        <executions>
> -          <execution>
> -            <!-- use the dependency:unpack goal to get the shared resource
> -          that has the docbook-shared directory
> -          Unpack into spot relative to project - because
> -          these are referred to in docbook sources using
> -          relative references -->
> -            <id>copyDocbookInfo</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>uima-build-resources</artifactId>
> -                  <version>1</version>
> -                  <includes>docbook-shared/**</includes>
> -                  <outputDirectory>${project.build.directory}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -          <execution>
> -            <!-- also unpack next to docbook-olink in
> -       repository location for olink info, because
> -       the site.xml files use relative location to
> -       get at the uima entities -->
> -            <id>copyDocbookInfoNextToOlink</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <markersDirectory>${dolRepo}/dependency-maven-plugin-markers</markersDirectory>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>uima-build-resources</artifactId>
> -                  <version>1</version>
> -                  <includes>docbook-shared/**</includes>
> -                  <outputDirectory>${dolRepo}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -          <!-- use the dependency:unpack goal to get the
> -       olink databases  -->
> -          <execution>
> -            <id>getOlink</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <markersDirectory>${dolRepo}/dependency-maven-plugin-markers</markersDirectory>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>${dolArtifactId}</artifactId>
> -                  <version>1-SNAPSHOT</version>
> -                  <type>zip</type>
> -                  <classifier>${dolClassifier}</classifier>
> -                  <outputDirectory>${dolUnzipped}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -        </executions>
> -      </plugin>
> -    </plugins>
>  	</build>
>  </project>
>
> Modified: uima/sandbox/trunk/ConceptMapper/pom.xml
> URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/ConceptMapper/pom.xml?rev=1060214&r1=1060213&r2=1060214&view=diff
> ==============================================================================
> --- uima/sandbox/trunk/ConceptMapper/pom.xml (original)
> +++ uima/sandbox/trunk/ConceptMapper/pom.xml Tue Jan 18 07:02:51 2011
> @@ -24,8 +24,7 @@
>    <parent>
>      <groupId>org.apache.uima</groupId>
>      <artifactId>parent-pom</artifactId>
> -    <version>1</version>
> -    <relativePath/>
> +    <version>2</version>
>    </parent>
>    
>    <artifactId>ConceptMapper</artifactId>
> @@ -73,128 +72,5 @@
>    
>    <build>
>      <finalName>uima-an-conceptMapper</finalName>
> -    <plugins>
> -      <!-- Release Audit Tool checks -->
> -      <plugin>
> -        <groupId>org.apache.rat</groupId>
> -        <artifactId>apache-rat-plugin</artifactId>
> -        <executions>
> -          <execution>
> -            <id>default-cli</id>
> -            <configuration>
> -              <excludes>
> -                <exclude>release.properties</exclude> <!-- release generated artifact -->
> -                <exclude>src/main/java/org/apache/uima/conceptMapper/DictTerm.java</exclude> <!-- generated -->
> -                <exclude>src/main/java/org/apache/uima/conceptMapper/DictTerm_Type.java</exclude> <!-- generated -->
> -                <exclude>src/main/java/org/apache/uima/conceptMapper/support/tokenizer/TokenAnnotation.java</exclude> <!-- generated -->
> -                <exclude>src/main/java/org/apache/uima/conceptMapper/support/tokenizer/TokenAnnotation_Type.java</exclude> <!-- generated -->
> -                <exclude>src/main/java/uima/tt/TokenAnnotation.java</exclude> <!-- generated -->
> -                <exclude>src/main/java/uima/tt/TokenAnnotation_Type.java</exclude> <!-- generated -->
> -                <exclude>marker-file-identifying-*</exclude>
> -              </excludes>
> -            </configuration>
> -          </execution>
> -        </executions>
> -      </plugin>
> -      <plugin>
> -        <groupId>org.apache.uima</groupId>
> -        <artifactId>PearPackagingMavenPlugin</artifactId>
> -        <version>2.3.1</version>
> -        <extensions>true</extensions>
> -        <executions>
> -          <execution>
> -            <id>build uima annnotator Pear</id>
> -            <goals>
> -              <goal>package</goal>
> -            </goals>
> -            <!-- needs to run after the jar is built
> -   after docbooks are packaged and copied to pearPackaging/doc folder -->
> -            <phase>pre-integration-test</phase>
> -            <configuration>
> -              <datapath>$main_root/resources</datapath>
> -              <componentId>${project.artifactId}</componentId>
> -              <mainComponentDesc>${pearMainDescriptor}</mainComponentDesc>
> -            </configuration>
> -          </execution>
> -        </executions>
> -      </plugin>
> -      <plugin>
> -        <groupId>org.apache.maven.plugins</groupId>
> -        <artifactId>maven-dependency-plugin</artifactId>
> -        <executions>
> -          <execution>
> -            <!-- use the dependency:unpack goal to get the shared resource
> -          that has the docbook-shared directory
> -          Unpack into spot relative to project - because
> -          these are referred to in docbook sources using
> -          relative references -->
> -            <id>copyDocbookInfo</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>uima-build-resources</artifactId>
> -                  <version>1</version>
> -                  <includes>docbook-shared/**</includes>
> -                  <outputDirectory>${project.build.directory}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -          <execution>
> -            <!-- also unpack next to docbook-olink in
> -       repository location for olink info, because
> -       the site.xml files use relative location to
> -       get at the uima entities -->
> -            <id>copyDocbookInfoNextToOlink</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <markersDirectory>${dolRepo}/dependency-maven-plugin-markers</markersDirectory>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>uima-build-resources</artifactId>
> -                  <version>1</version>
> -                  <includes>docbook-shared/**</includes>
> -                  <outputDirectory>${dolRepo}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -          <!-- use the dependency:unpack goal to get the
> -       olink databases  -->
> -          <execution>
> -            <id>getOlink</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <markersDirectory>${dolRepo}/dependency-maven-plugin-markers</markersDirectory>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>${dolArtifactId}</artifactId>
> -                  <version>1-SNAPSHOT</version>
> -                  <type>zip</type>
> -                  <classifier>${dolClassifier}</classifier>
> -                  <outputDirectory>${dolUnzipped}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -        </executions>
> -      </plugin>
> -    </plugins>
>    </build>
>  </project>
>
> Modified: uima/sandbox/trunk/ConfigurableFeatureExtractor/pom.xml
> URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/ConfigurableFeatureExtractor/pom.xml?rev=1060214&r1=1060213&r2=1060214&view=diff
> ==============================================================================
> --- uima/sandbox/trunk/ConfigurableFeatureExtractor/pom.xml (original)
> +++ uima/sandbox/trunk/ConfigurableFeatureExtractor/pom.xml Tue Jan 18 07:02:51 2011
> @@ -25,13 +25,12 @@
>    <parent>
>      <groupId>org.apache.uima</groupId>
>      <artifactId>parent-pom</artifactId>
> -    <version>1</version>
> +    <version>2</version>
>      <relativePath/>
>    </parent>
> -
> -	<artifactId>ConfigurableFeatureExtractor</artifactId>
> -	<version>2.3.1-SNAPSHOT</version>
> -	<name>UIMA Annotator: ${project.artifactId}</name>
> +  <artifactId>ConfigurableFeatureExtractor</artifactId>
> +  <version>2.3.1-SNAPSHOT</version>
> +  <name>UIMA Annotator: ${project.artifactId}</name>
>    <description>Extracts Features specified in a feature-specification language, from a CAS</description>
>    <url>${uimaWebsiteUrl}</url>
>  
> @@ -220,151 +219,6 @@
>          </executions>
>        </plugin>
>   
> -      <!-- exclude some artifacts from dependencies not used by this application -->     
> -      <!--plugin>
> -        <groupId>org.apache.maven.plugins</groupId>
> -        <artifactId>maven-dependency-plugin</artifactId>
> -        <executions>
> -          <execution>
> -            <id>copy dependencies to lib</id>
> -            <configuration>
> -              <excludeArtifactIds>osgi,jobs,registry,preferences,contenttype,app</excludeArtifactIds>              
> -            </configuration>
> -          </execution>
> -        </executions>
> -      </plugin-->
> -
> -      <!-- build pear plugin, most settings inherited from parent POM -->      
> -      <!--plugin>
> -        <groupId>org.apache.uima</groupId>
> -        <artifactId>PearPackagingMavenPlugin</artifactId>
> -        <executions><execution>
> -          <id>buildPear</id>
> -          <configuration>
> -            <mainComponentDesc>desc/cas_consumers/UIMAFeatureConsumer.xml</mainComponentDesc> 
> -          </configuration>
> -        </execution></executions>
> -      </plugin-->              
> -    
> -      <!-- Release Audit Tool checks -->
> -      <plugin>
> -        <groupId>org.apache.rat</groupId>
> -        <artifactId>apache-rat-plugin</artifactId>
> -        <executions>
> -          <execution>
> -            <id>default-cli</id>
> -            <configuration>
> -              <excludes>
> -                <exclude>release.properties</exclude> <!-- release generated artifact -->
> -                <exclude>cfeModelGen/*</exclude> <!-- generated EMF model files -->
> -                <exclude>src/test/resources/testData*.txt*</exclude> <!-- test data -->
> -                <exclude>src/test/java/example/PersonTitle*.java</exclude> <!-- generated -->
> -                <exclude>src/test/java/org/apache/uima/examples/SourceDocumentInformation*.java</exclude> <!-- generated -->
> -                <exclude>marker-file-identifying-*</exclude>
> -              </excludes>
> -            </configuration>
> -          </execution>
> -        </executions>
> -      </plugin>
> -      <plugin>
> -        <groupId>org.apache.uima</groupId>
> -        <artifactId>PearPackagingMavenPlugin</artifactId>
> -        <version>2.3.1</version>
> -        <extensions>true</extensions>
> -        <executions>
> -          <execution>
> -            <id>build uima annnotator Pear</id>
> -            <goals>
> -              <goal>package</goal>
> -            </goals>
> -            <!-- needs to run after the jar is built
> -   after docbooks are packaged and copied to pearPackaging/doc folder -->
> -            <phase>pre-integration-test</phase>
> -            <configuration>
> -              <datapath>$main_root/resources</datapath>
> -              <componentId>${project.artifactId}</componentId>
> -              <mainComponentDesc>${pearMainDescriptor}</mainComponentDesc>
> -            </configuration>
> -          </execution>
> -        </executions>
> -      </plugin>
> -      <plugin>
> -        <groupId>org.apache.maven.plugins</groupId>
> -        <artifactId>maven-dependency-plugin</artifactId>
> -        <executions>
> -          <execution>
> -            <!-- use the dependency:unpack goal to get the shared resource
> -          that has the docbook-shared directory
> -          Unpack into spot relative to project - because
> -          these are referred to in docbook sources using
> -          relative references -->
> -            <id>copyDocbookInfo</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>uima-build-resources</artifactId>
> -                  <version>1</version>
> -                  <includes>docbook-shared/**</includes>
> -                  <outputDirectory>${project.build.directory}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -          <execution>
> -            <!-- also unpack next to docbook-olink in
> -       repository location for olink info, because
> -       the site.xml files use relative location to
> -       get at the uima entities -->
> -            <id>copyDocbookInfoNextToOlink</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <markersDirectory>${dolRepo}/dependency-maven-plugin-markers</markersDirectory>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>uima-build-resources</artifactId>
> -                  <version>1</version>
> -                  <includes>docbook-shared/**</includes>
> -                  <outputDirectory>${dolRepo}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -          <!-- use the dependency:unpack goal to get the
> -       olink databases  -->
> -          <execution>
> -            <id>getOlink</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <markersDirectory>${dolRepo}/dependency-maven-plugin-markers</markersDirectory>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>${dolArtifactId}</artifactId>
> -                  <version>1-SNAPSHOT</version>
> -                  <type>zip</type>
> -                  <classifier>${dolClassifier}</classifier>
> -                  <outputDirectory>${dolUnzipped}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -        </executions>
> -      </plugin>
>      </plugins>
>  	</build>
>  </project>
>
> Modified: uima/sandbox/trunk/DictionaryAnnotator/pom.xml
> URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/DictionaryAnnotator/pom.xml?rev=1060214&r1=1060213&r2=1060214&view=diff
> ==============================================================================
> --- uima/sandbox/trunk/DictionaryAnnotator/pom.xml (original)
> +++ uima/sandbox/trunk/DictionaryAnnotator/pom.xml Tue Jan 18 07:02:51 2011
> @@ -25,15 +25,14 @@
>    <parent>
>      <groupId>org.apache.uima</groupId>
>      <artifactId>parent-pom</artifactId>
> -    <version>1</version>
> -    <relativePath/>
> +    <version>2</version>
>    </parent>
>    
> -	<artifactId>DictionaryAnnotator</artifactId>
> -	<version>2.3.1-SNAPSHOT</version>
> +  <artifactId>DictionaryAnnotator</artifactId>
> +  <version>2.3.1-SNAPSHOT</version>
>    <name>UIMA Annotator: ${project.artifactId}</name>
>    <description>Annotator that annotates tokens by looking them up in a dictionary</description>
> -<url>${uimaWebsiteUrl}</url>
> +  <url>${uimaWebsiteUrl}</url>
>  
>    <!-- Special inheritance note
>         even though the <scm> element that follows is exactly the 
> @@ -122,126 +121,7 @@
>          </executions>
>        </plugin>
>        
> -      <!-- Release Audit Tool checks -->
> -      <plugin>
> -        <groupId>org.apache.rat</groupId>
> -        <artifactId>apache-rat-plugin</artifactId>
> -        <executions>
> -          <execution>
> -            <id>default-cli</id>
> -            <configuration>
> -              <excludes>
> -                <exclude>release.properties</exclude> <!-- release generated artifact -->
> -                <exclude>src/test/resources/*/*Ref.txt</exclude> <!-- test data -->
> -                <exclude>src/test/resources/DictionaryCreatorTest/dictInput.txt</exclude> <!-- test data -->
> -                <exclude>src/test/resources/DictionaryCreatorTest/*.pear</exclude> <!-- archive file -->
> -                <exclude>src/test/resources/DictionaryCreatorTest/*Ref.xml</exclude> <!-- test data -->
> -                <exclude>marker-file-identifying-*</exclude>
> -              </excludes>
> -            </configuration>
> -          </execution>
> -        </executions>
> -      </plugin>
> -      <plugin>
> -        <groupId>org.apache.uima</groupId>
> -        <artifactId>PearPackagingMavenPlugin</artifactId>
> -        <version>2.3.1</version>
> -        <extensions>true</extensions>
> -        <executions>
> -          <execution>
> -            <id>build uima annnotator Pear</id>
> -            <goals>
> -              <goal>package</goal>
> -            </goals>
> -            <!-- needs to run after the jar is built
> -   after docbooks are packaged and copied to pearPackaging/doc folder -->
> -            <phase>pre-integration-test</phase>
> -            <configuration>
> -              <datapath>$main_root/resources</datapath>
> -              <componentId>${project.artifactId}</componentId>
> -              <mainComponentDesc>${pearMainDescriptor}</mainComponentDesc>
> -            </configuration>
> -          </execution>
> -        </executions>
> -      </plugin>
> -      <plugin>
> -        <groupId>org.apache.maven.plugins</groupId>
> -        <artifactId>maven-dependency-plugin</artifactId>
> -        <executions>
> -          <execution>
> -            <!-- use the dependency:unpack goal to get the shared resource
> -          that has the docbook-shared directory
> -          Unpack into spot relative to project - because
> -          these are referred to in docbook sources using
> -          relative references -->
> -            <id>copyDocbookInfo</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>uima-build-resources</artifactId>
> -                  <version>1</version>
> -                  <includes>docbook-shared/**</includes>
> -                  <outputDirectory>${project.build.directory}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -          <execution>
> -            <!-- also unpack next to docbook-olink in
> -       repository location for olink info, because
> -       the site.xml files use relative location to
> -       get at the uima entities -->
> -            <id>copyDocbookInfoNextToOlink</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <markersDirectory>${dolRepo}/dependency-maven-plugin-markers</markersDirectory>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>uima-build-resources</artifactId>
> -                  <version>1</version>
> -                  <includes>docbook-shared/**</includes>
> -                  <outputDirectory>${dolRepo}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -          <!-- use the dependency:unpack goal to get the
> -       olink databases  -->
> -          <execution>
> -            <id>getOlink</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <markersDirectory>${dolRepo}/dependency-maven-plugin-markers</markersDirectory>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>${dolArtifactId}</artifactId>
> -                  <version>1-SNAPSHOT</version>
> -                  <type>zip</type>
> -                  <classifier>${dolClassifier}</classifier>
> -                  <outputDirectory>${dolUnzipped}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -        </executions>
> -      </plugin>
> -    </plugins>          
> +    </plugins>
>         
>  	</build> 
>  </project>
>
> Modified: uima/sandbox/trunk/FsVariables/pom.xml
> URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/FsVariables/pom.xml?rev=1060214&r1=1060213&r2=1060214&view=diff
> ==============================================================================
> --- uima/sandbox/trunk/FsVariables/pom.xml (original)
> +++ uima/sandbox/trunk/FsVariables/pom.xml Tue Jan 18 07:02:51 2011
> @@ -25,15 +25,14 @@
>    <parent>
>      <groupId>org.apache.uima</groupId>
>      <artifactId>parent-pom</artifactId>
> -    <version>1</version>
> -    <relativePath/>
> +    <version>2</version>
>    </parent>
>    
> -	<artifactId>FsVariables</artifactId>
> -	<version>2.3.1-SNAPSHOT</version>
> -	<name>UIMA Addon: ${project.artifactId}</name>
> +  <artifactId>FsVariables</artifactId>
> +  <version>2.3.1-SNAPSHOT</version>
> +  <name>UIMA Addon: ${project.artifactId}</name>
>    <description>Adds capability to base UIMA framework for conveniently creating and accessing named FeatureStructure instances in the CAS</description>
> -<url>${uimaWebsiteUrl}</url>
> +  <url>${uimaWebsiteUrl}</url>
>  
>    <!-- Special inheritance note
>         even though the <scm> element that follows is exactly the 
> @@ -95,85 +94,6 @@
>          <directory>src/test/resources</directory>
>        </testResource>
>   		</testResources>
> -    <plugins>
> -      <plugin>
> -        <groupId>org.apache.maven.plugins</groupId>
> -        <artifactId>maven-dependency-plugin</artifactId>
> -        <executions>
> -          <execution>
> -            <!-- use the dependency:unpack goal to get the shared resource
> -          that has the docbook-shared directory
> -          Unpack into spot relative to project - because
> -          these are referred to in docbook sources using
> -          relative references -->
> -            <id>copyDocbookInfo</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>uima-build-resources</artifactId>
> -                  <version>1</version>
> -                  <includes>docbook-shared/**</includes>
> -                  <outputDirectory>${project.build.directory}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -          <execution>
> -            <!-- also unpack next to docbook-olink in
> -       repository location for olink info, because
> -       the site.xml files use relative location to
> -       get at the uima entities -->
> -            <id>copyDocbookInfoNextToOlink</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <markersDirectory>${dolRepo}/dependency-maven-plugin-markers</markersDirectory>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>uima-build-resources</artifactId>
> -                  <version>1</version>
> -                  <includes>docbook-shared/**</includes>
> -                  <outputDirectory>${dolRepo}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -          <!-- use the dependency:unpack goal to get the
> -       olink databases  -->
> -          <execution>
> -            <id>getOlink</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <markersDirectory>${dolRepo}/dependency-maven-plugin-markers</markersDirectory>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>${dolArtifactId}</artifactId>
> -                  <version>1-SNAPSHOT</version>
> -                  <type>zip</type>
> -                  <classifier>${dolClassifier}</classifier>
> -                  <outputDirectory>${dolUnzipped}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -        </executions>
> -      </plugin>
> -    </plugins>
>  	</build>
>    
>  </project>
>
> Modified: uima/sandbox/trunk/Lucas/pom.xml
> URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/Lucas/pom.xml?rev=1060214&r1=1060213&r2=1060214&view=diff
> ==============================================================================
> --- uima/sandbox/trunk/Lucas/pom.xml (original)
> +++ uima/sandbox/trunk/Lucas/pom.xml Tue Jan 18 07:02:51 2011
> @@ -24,15 +24,14 @@
>    <parent>
>      <groupId>org.apache.uima</groupId>
>      <artifactId>parent-pom</artifactId>
> -    <version>1</version>
> -    <relativePath/>
> +    <version>2</version>
>    </parent>
>  
> -	<artifactId>Lucas</artifactId>
> +  <artifactId>Lucas</artifactId>
>    <version>2.3.1-SNAPSHOT</version>
>    <name>UIMA Annotator: ${project.artifactId}</name>
> -	<description>Writes information contained in CAS objects to fields of a Lucene search index; mapping is done in a mapping file.</description>
> -<url>${uimaWebsiteUrl}</url>
> +  <description>Writes information contained in CAS objects to fields of a Lucene search index; mapping is done in a mapping file.</description>
> +  <url>${uimaWebsiteUrl}</url>
>  
>    <!-- Special inheritance note
>         even though the <scm> element that follows is exactly the 
> @@ -115,31 +114,8 @@
>    </dependencies>
>             
>  	<build>
> -    <plugins>
> -      <plugin>
> -        <groupId>org.apache.uima</groupId>
> -        <artifactId>PearPackagingMavenPlugin</artifactId>
> -        <version>2.3.1</version>
> -        <extensions>true</extensions>
> -        <executions>
> -          <execution>
> -            <id>build uima annnotator Pear</id>
> -            <goals>
> -              <goal>package</goal>
> -            </goals>
> -            <!-- needs to run after the jar is built
> -   after docbooks are packaged and copied to pearPackaging/doc folder -->
> -            <phase>pre-integration-test</phase>
> -            <configuration>
> -              <datapath>$main_root/resources</datapath>
> -              <componentId>${project.artifactId}</componentId>
> -              <mainComponentDesc>${pearMainDescriptor}</mainComponentDesc>
> -            </configuration>
> -          </execution>
> -        </executions>
> -      </plugin>
> +      <plugins>
>  
> -      
>        <!-- disable some tests -->
>        <plugin>
>          <groupId>org.apache.maven.plugins</groupId>
> @@ -151,104 +127,7 @@
>          </configuration>
>        </plugin>
>        
> -      <!-- Release Audit Tool checks -->
> -      <plugin>
> -        <groupId>org.apache.rat</groupId>
> -        <artifactId>apache-rat-plugin</artifactId>
> -        <executions>
> -          <execution>
> -            <id>default-cli</id>
> -            <configuration>
> -              <excludes>
> -                <exclude>release.properties</exclude> <!-- release generated artifact -->
> -                <exclude>src/test/java/org/apache/uima/lucas/indexer/types/test/*.java</exclude> <!-- generated -->
> -                <exclude>src/test/resources/hypernyms.txt</exclude> <!-- test data -->
> -                <exclude>src/test/resources/stopwords.txt</exclude> <!-- test data -->
> -                <exclude>src/test/resources/tokenMapping.txt</exclude> <!-- test data -->
> -                <exclude>marker-file-identifying-*</exclude>
> -              </excludes>
> -            </configuration>
> -          </execution>
> -        </executions>
> -      </plugin>
> -      <plugin>
> -        <groupId>org.apache.maven.plugins</groupId>
> -        <artifactId>maven-dependency-plugin</artifactId>
> -        <executions>
> -          <execution>
> -            <!-- use the dependency:unpack goal to get the shared resource
> -          that has the docbook-shared directory
> -          Unpack into spot relative to project - because
> -          these are referred to in docbook sources using
> -          relative references -->
> -            <id>copyDocbookInfo</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>uima-build-resources</artifactId>
> -                  <version>1</version>
> -                  <includes>docbook-shared/**</includes>
> -                  <outputDirectory>${project.build.directory}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -          <execution>
> -            <!-- also unpack next to docbook-olink in
> -       repository location for olink info, because
> -       the site.xml files use relative location to
> -       get at the uima entities -->
> -            <id>copyDocbookInfoNextToOlink</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <markersDirectory>${dolRepo}/dependency-maven-plugin-markers</markersDirectory>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>uima-build-resources</artifactId>
> -                  <version>1</version>
> -                  <includes>docbook-shared/**</includes>
> -                  <outputDirectory>${dolRepo}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -          <!-- use the dependency:unpack goal to get the
> -       olink databases  -->
> -          <execution>
> -            <id>getOlink</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <markersDirectory>${dolRepo}/dependency-maven-plugin-markers</markersDirectory>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>${dolArtifactId}</artifactId>
> -                  <version>1-SNAPSHOT</version>
> -                  <type>zip</type>
> -                  <classifier>${dolClassifier}</classifier>
> -                  <outputDirectory>${dolUnzipped}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -        </executions>
> -      </plugin>
> -    </plugins>
> +      </plugins>
>  	</build>
>    
>  	<!--properties> 
>
> Modified: uima/sandbox/trunk/OpenCalaisAnnotator/pom.xml
> URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/OpenCalaisAnnotator/pom.xml?rev=1060214&r1=1060213&r2=1060214&view=diff
> ==============================================================================
> --- uima/sandbox/trunk/OpenCalaisAnnotator/pom.xml (original)
> +++ uima/sandbox/trunk/OpenCalaisAnnotator/pom.xml Tue Jan 18 07:02:51 2011
> @@ -25,15 +25,14 @@
>    <parent>
>      <groupId>org.apache.uima</groupId>
>      <artifactId>parent-pom</artifactId>
> -    <version>1</version>
> -    <relativePath/>
> +    <version>2</version>
>    </parent>
>  
> -	<artifactId>OpenCalaisAnnotator</artifactId>	<packaging>jar</packaging>
> -	<version>2.3.1-SNAPSHOT</version>
> -	<name>UIMA Annotator: ${project.artifactId}</name>
> +  <artifactId>OpenCalaisAnnotator</artifactId>	<packaging>jar</packaging>
> +  <version>2.3.1-SNAPSHOT</version>
> +  <name>UIMA Annotator: ${project.artifactId}</name>
>    <description>Sends text to a remote open calais annotators and adds the annotations returned to the CAS</description>
> -<url>${uimaWebsiteUrl}</url>
> +  <url>${uimaWebsiteUrl}</url>
>  
>    <!-- Special inheritance note
>         even though the <scm> element that follows is exactly the 
> @@ -95,107 +94,6 @@
>  	</dependencies>
>  	<build>
>  		<finalName>uima-an-calais</finalName>
> -    <plugins>
> -      <plugin>
> -        <groupId>org.apache.uima</groupId>
> -        <artifactId>PearPackagingMavenPlugin</artifactId>
> -        <version>2.3.1</version>
> -        <extensions>true</extensions>
> -        <executions>
> -          <execution>
> -            <id>build uima annnotator Pear</id>
> -            <goals>
> -              <goal>package</goal>
> -            </goals>
> -            <!-- needs to run after the jar is built
> -   after docbooks are packaged and copied to pearPackaging/doc folder -->
> -            <phase>pre-integration-test</phase>
> -            <configuration>
> -              <datapath>$main_root/resources</datapath>
> -              <componentId>${project.artifactId}</componentId>
> -              <mainComponentDesc>${pearMainDescriptor}</mainComponentDesc>
> -            </configuration>
> -          </execution>
> -        </executions>
> -      </plugin>
> -      <plugin>
> -        <groupId>org.apache.maven.plugins</groupId>
> -        <artifactId>maven-dependency-plugin</artifactId>
> -        <executions>
> -          <execution>
> -            <!-- use the dependency:unpack goal to get the shared resource
> -          that has the docbook-shared directory
> -          Unpack into spot relative to project - because
> -          these are referred to in docbook sources using
> -          relative references -->
> -            <id>copyDocbookInfo</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>uima-build-resources</artifactId>
> -                  <version>1</version>
> -                  <includes>docbook-shared/**</includes>
> -                  <outputDirectory>${project.build.directory}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -          <execution>
> -            <!-- also unpack next to docbook-olink in
> -       repository location for olink info, because
> -       the site.xml files use relative location to
> -       get at the uima entities -->
> -            <id>copyDocbookInfoNextToOlink</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <markersDirectory>${dolRepo}/dependency-maven-plugin-markers</markersDirectory>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>uima-build-resources</artifactId>
> -                  <version>1</version>
> -                  <includes>docbook-shared/**</includes>
> -                  <outputDirectory>${dolRepo}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -          <!-- use the dependency:unpack goal to get the
> -       olink databases  -->
> -          <execution>
> -            <id>getOlink</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <markersDirectory>${dolRepo}/dependency-maven-plugin-markers</markersDirectory>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>${dolArtifactId}</artifactId>
> -                  <version>1-SNAPSHOT</version>
> -                  <type>zip</type>
> -                  <classifier>${dolClassifier}</classifier>
> -                  <outputDirectory>${dolUnzipped}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -        </executions>
> -      </plugin>
> -    </plugins>
>  	</build>
>    
>  </project>
>
> Modified: uima/sandbox/trunk/PearPackagingAntTask/pom.xml
> URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/PearPackagingAntTask/pom.xml?rev=1060214&r1=1060213&r2=1060214&view=diff
> ==============================================================================
> --- uima/sandbox/trunk/PearPackagingAntTask/pom.xml (original)
> +++ uima/sandbox/trunk/PearPackagingAntTask/pom.xml Tue Jan 18 07:02:51 2011
> @@ -25,15 +25,14 @@
>    <parent>
>      <groupId>org.apache.uima</groupId>
>      <artifactId>parent-pom</artifactId>
> -    <version>1</version>
> -    <relativePath/>
> +    <version>2</version>
>    </parent>
>  
> -	<artifactId>PearPackagingAntTask</artifactId>
> +  <artifactId>PearPackagingAntTask</artifactId>
>    <version>2.3.1-SNAPSHOT</version>
> -	<name>UIMA Addon: ${project.artifactId}</name>
> +  <name>UIMA Addon: ${project.artifactId}</name>
>    <description>Provides an Ant Task: packagePear, which runs the UIMA PEAR packaging utility</description>   
> -<url>${uimaWebsiteUrl}</url>
> +  <url>${uimaWebsiteUrl}</url>
>  
>    <!-- Special inheritance note
>         even though the <scm> element that follows is exactly the 
> @@ -79,85 +78,6 @@
>  	
>    <build>
>      <finalName>uima-pear-ant-task</finalName>
> -    <plugins>
> -      <plugin>
> -        <groupId>org.apache.maven.plugins</groupId>
> -        <artifactId>maven-dependency-plugin</artifactId>
> -        <executions>
> -          <execution>
> -            <!-- use the dependency:unpack goal to get the shared resource
> -          that has the docbook-shared directory
> -          Unpack into spot relative to project - because
> -          these are referred to in docbook sources using
> -          relative references -->
> -            <id>copyDocbookInfo</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>uima-build-resources</artifactId>
> -                  <version>1</version>
> -                  <includes>docbook-shared/**</includes>
> -                  <outputDirectory>${project.build.directory}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -          <execution>
> -            <!-- also unpack next to docbook-olink in
> -       repository location for olink info, because
> -       the site.xml files use relative location to
> -       get at the uima entities -->
> -            <id>copyDocbookInfoNextToOlink</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <markersDirectory>${dolRepo}/dependency-maven-plugin-markers</markersDirectory>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>uima-build-resources</artifactId>
> -                  <version>1</version>
> -                  <includes>docbook-shared/**</includes>
> -                  <outputDirectory>${dolRepo}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -          <!-- use the dependency:unpack goal to get the
> -       olink databases  -->
> -          <execution>
> -            <id>getOlink</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <markersDirectory>${dolRepo}/dependency-maven-plugin-markers</markersDirectory>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>${dolArtifactId}</artifactId>
> -                  <version>1-SNAPSHOT</version>
> -                  <type>zip</type>
> -                  <classifier>${dolClassifier}</classifier>
> -                  <outputDirectory>${dolUnzipped}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -        </executions>
> -      </plugin>
> -    </plugins>
>    </build>
>  
>  </project>
> \ No newline at end of file
>
> Modified: uima/sandbox/trunk/RDFCASConsumer/pom.xml
> URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/RDFCASConsumer/pom.xml?rev=1060214&r1=1060213&r2=1060214&view=diff
> ==============================================================================
> --- uima/sandbox/trunk/RDFCASConsumer/pom.xml (original)
> +++ uima/sandbox/trunk/RDFCASConsumer/pom.xml Tue Jan 18 07:02:51 2011
> @@ -24,7 +24,7 @@
>    <parent>
>      <groupId>org.apache.uima</groupId>
>      <artifactId>parent-pom</artifactId>
> -    <version>1</version>
> +    <version>2</version>
>    </parent>
>  
>    <artifactId>RDFCASConsumer</artifactId>
> @@ -114,85 +114,6 @@
>  
>    <build>
>      <finalName>uima-rdfcasconsumer</finalName>
> -    <plugins>
> -      <plugin>
> -        <groupId>org.apache.maven.plugins</groupId>
> -        <artifactId>maven-dependency-plugin</artifactId>
> -        <executions>
> -          <execution>
> -            <!-- use the dependency:unpack goal to get the shared resource
> -          that has the docbook-shared directory
> -          Unpack into spot relative to project - because
> -          these are referred to in docbook sources using
> -          relative references -->
> -            <id>copyDocbookInfo</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>uima-build-resources</artifactId>
> -                  <version>1</version>
> -                  <includes>docbook-shared/**</includes>
> -                  <outputDirectory>${project.build.directory}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -          <execution>
> -            <!-- also unpack next to docbook-olink in
> -       repository location for olink info, because
> -       the site.xml files use relative location to
> -       get at the uima entities -->
> -            <id>copyDocbookInfoNextToOlink</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <markersDirectory>${dolRepo}/dependency-maven-plugin-markers</markersDirectory>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>uima-build-resources</artifactId>
> -                  <version>1</version>
> -                  <includes>docbook-shared/**</includes>
> -                  <outputDirectory>${dolRepo}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -          <!-- use the dependency:unpack goal to get the
> -       olink databases  -->
> -          <execution>
> -            <id>getOlink</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <markersDirectory>${dolRepo}/dependency-maven-plugin-markers</markersDirectory>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>${dolArtifactId}</artifactId>
> -                  <version>1-SNAPSHOT</version>
> -                  <type>zip</type>
> -                  <classifier>${dolClassifier}</classifier>
> -                  <outputDirectory>${dolUnzipped}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -        </executions>
> -      </plugin>
> -    </plugins>
>    </build>
>  
>  </project>
> \ No newline at end of file
>
> Modified: uima/sandbox/trunk/RegularExpressionAnnotator/pom.xml
> URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/RegularExpressionAnnotator/pom.xml?rev=1060214&r1=1060213&r2=1060214&view=diff
> ==============================================================================
> --- uima/sandbox/trunk/RegularExpressionAnnotator/pom.xml (original)
> +++ uima/sandbox/trunk/RegularExpressionAnnotator/pom.xml Tue Jan 18 07:02:51 2011
> @@ -25,15 +25,14 @@
>    <parent>
>      <groupId>org.apache.uima</groupId>
>      <artifactId>parent-pom</artifactId>
> -    <version>1</version>
> -    <relativePath/>
> +    <version>2</version>
>    </parent>
>    
> -	<artifactId>RegularExpressionAnnotator</artifactId>
> -	<version>2.3.1-SNAPSHOT</version>
> +  <artifactId>RegularExpressionAnnotator</artifactId>
> +  <version>2.3.1-SNAPSHOT</version>
>    <name>UIMA Annotator: ${project.artifactId}</name>
>    <description>Finds annotations using regular expressions</description>
> -<url>${uimaWebsiteUrl}</url>
> +  <url>${uimaWebsiteUrl}</url>
>  
>    <!-- Special inheritance note
>         even though the <scm> element that follows is exactly the 
> @@ -118,7 +117,7 @@
>  	<build>
>  		<finalName>uima-an-regex</finalName>
>       
> -		<plugins>
> +	  <plugins>
>        
>        <!-- generate XML parser from .xsd file -->
>        <plugin>
> @@ -135,115 +134,7 @@
>          </executions>
>        </plugin>
>        
> -      <!-- build pear plugin, most settings inherited from parent POM -->      
> -      <plugin>
> -        <groupId>org.apache.uima</groupId>
> -        <artifactId>PearPackagingMavenPlugin</artifactId>
> -        <version>${uimaDependencyVersion}</version>
> -        <executions><execution>
> -          <id>buildPear</id>
> -          <configuration>
> -            <mainComponentDesc>desc/RegExAnnotator.xml</mainComponentDesc> 
> -          </configuration>
> -        </execution></executions>
> -      </plugin>              
> -      
> -      <!-- Release Audit Tool checks -->
> -      <plugin>
> -        <groupId>org.apache.rat</groupId>
> -        <artifactId>apache-rat-plugin</artifactId>
> -        <executions>
> -          <execution>
> -            <id>default-cli</id>
> -            <configuration>
> -              <excludes>
> -                <exclude>release.properties</exclude> <!-- release generated artifact -->
> -                <exclude>src/test/resources/*/*Ref.txt</exclude>
> -                <exclude>src/test/resources/conceptSyntax/syntaxCheckRefOutput.txt</exclude>
> -                <exclude>src/test/resources/setFeatureValues/featureValuesRef?.txt</exclude>
> -                <exclude>marker-file-identifying-*</exclude>
> -              </excludes>
> -            </configuration>
> -          </execution>
> -        </executions>
> -      </plugin>
> -      <plugin>
> -        <groupId>org.apache.maven.plugins</groupId>
> -        <artifactId>maven-dependency-plugin</artifactId>
> -        <executions>
> -          <execution>
> -            <!-- use the dependency:unpack goal to get the shared resource
> -          that has the docbook-shared directory
> -          Unpack into spot relative to project - because
> -          these are referred to in docbook sources using
> -          relative references -->
> -            <id>copyDocbookInfo</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>uima-build-resources</artifactId>
> -                  <version>1</version>
> -                  <includes>docbook-shared/**</includes>
> -                  <outputDirectory>${project.build.directory}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -          <execution>
> -            <!-- also unpack next to docbook-olink in
> -       repository location for olink info, because
> -       the site.xml files use relative location to
> -       get at the uima entities -->
> -            <id>copyDocbookInfoNextToOlink</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <markersDirectory>${dolRepo}/dependency-maven-plugin-markers</markersDirectory>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>uima-build-resources</artifactId>
> -                  <version>1</version>
> -                  <includes>docbook-shared/**</includes>
> -                  <outputDirectory>${dolRepo}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -          <!-- use the dependency:unpack goal to get the
> -       olink databases  -->
> -          <execution>
> -            <id>getOlink</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <markersDirectory>${dolRepo}/dependency-maven-plugin-markers</markersDirectory>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>${dolArtifactId}</artifactId>
> -                  <version>1-SNAPSHOT</version>
> -                  <type>zip</type>
> -                  <classifier>${dolClassifier}</classifier>
> -                  <outputDirectory>${dolUnzipped}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -        </executions>
> -      </plugin>
> -		</plugins>
> +
> +      </plugins>
>  	</build>
>  </project>
>
> Modified: uima/sandbox/trunk/SimpleServer/pom.xml
> URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/SimpleServer/pom.xml?rev=1060214&r1=1060213&r2=1060214&view=diff
> ==============================================================================
> --- uima/sandbox/trunk/SimpleServer/pom.xml (original)
> +++ uima/sandbox/trunk/SimpleServer/pom.xml Tue Jan 18 07:02:51 2011
> @@ -26,15 +26,14 @@
>    <parent>
>      <groupId>org.apache.uima</groupId>
>      <artifactId>parent-pom</artifactId>
> -    <version>1</version>
> -    <relativePath/>
> +    <version>2</version>
>    </parent>
>  
> -	<artifactId>SimpleServer</artifactId>
> -	<version>2.3.1-SNAPSHOT</version>
> -	<name>UIMA Addon: ${project.artifactId}</name>
> +  <artifactId>SimpleServer</artifactId>
> +  <version>2.3.1-SNAPSHOT</version>
> +  <name>UIMA Addon: ${project.artifactId}</name>
>    <description>A Java Servlet that runs a UIMA pipeline and makes the results available via a REST interface</description>
> -<url>${uimaWebsiteUrl}</url>
> +  <url>${uimaWebsiteUrl}</url>
>  
>    <!-- Special inheritance note
>         even though the <scm> element that follows is exactly the 
> @@ -130,7 +129,7 @@
>    
>  	<build>
>  		<finalName>uima-simple-server</finalName>
> -		<plugins>
> +	  <plugins>
>        
>        <!-- generate XML parser from .xsd file -->
>        <plugin>
> @@ -147,101 +146,7 @@
>          </executions>
>        </plugin>
>        
> -      <!-- Release Audit Tool checks -->
> -      <plugin>
> -        <groupId>org.apache.rat</groupId>
> -        <artifactId>apache-rat-plugin</artifactId>
> -        <executions>
> -          <execution>
> -            <id>default-cli</id>
> -            <configuration>
> -              <excludes>
> -                <exclude>release.properties</exclude> <!-- release generated artifact -->
> -                <exclude>src/test/resources/expected/*.xml</exclude> <!-- test data -->
> -                <exclude>src/test/resources/test.txt</exclude> <!-- test data -->
> -                <exclude>marker-file-identifying-*</exclude>
> -              </excludes>
> -            </configuration>
> -          </execution>
> -        </executions>
> -      </plugin>
> -      <plugin>
> -        <groupId>org.apache.maven.plugins</groupId>
> -        <artifactId>maven-dependency-plugin</artifactId>
> -        <executions>
> -          <execution>
> -            <!-- use the dependency:unpack goal to get the shared resource
> -          that has the docbook-shared directory
> -          Unpack into spot relative to project - because
> -          these are referred to in docbook sources using
> -          relative references -->
> -            <id>copyDocbookInfo</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>uima-build-resources</artifactId>
> -                  <version>1</version>
> -                  <includes>docbook-shared/**</includes>
> -                  <outputDirectory>${project.build.directory}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -          <execution>
> -            <!-- also unpack next to docbook-olink in
> -       repository location for olink info, because
> -       the site.xml files use relative location to
> -       get at the uima entities -->
> -            <id>copyDocbookInfoNextToOlink</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <markersDirectory>${dolRepo}/dependency-maven-plugin-markers</markersDirectory>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>uima-build-resources</artifactId>
> -                  <version>1</version>
> -                  <includes>docbook-shared/**</includes>
> -                  <outputDirectory>${dolRepo}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -          <!-- use the dependency:unpack goal to get the
> -       olink databases  -->
> -          <execution>
> -            <id>getOlink</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <markersDirectory>${dolRepo}/dependency-maven-plugin-markers</markersDirectory>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>${dolArtifactId}</artifactId>
> -                  <version>1-SNAPSHOT</version>
> -                  <type>zip</type>
> -                  <classifier>${dolClassifier}</classifier>
> -                  <outputDirectory>${dolUnzipped}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -        </executions>
> -      </plugin>
> -		</plugins>
> +
> +	  </plugins>
>  	</build>
>  </project>
> \ No newline at end of file
>
> Modified: uima/sandbox/trunk/SnowballAnnotator/pom.xml
> URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/SnowballAnnotator/pom.xml?rev=1060214&r1=1060213&r2=1060214&view=diff
> ==============================================================================
> --- uima/sandbox/trunk/SnowballAnnotator/pom.xml (original)
> +++ uima/sandbox/trunk/SnowballAnnotator/pom.xml Tue Jan 18 07:02:51 2011
> @@ -25,15 +25,14 @@
>    <parent>
>      <groupId>org.apache.uima</groupId>
>      <artifactId>parent-pom</artifactId>
> -    <version>1</version>
> -    <relativePath/>
> +    <version>2</version>
>    </parent>
>    
> -	<artifactId>SnowballAnnotator</artifactId>
> -	<version>2.3.1-SNAPSHOT</version>
> +  <artifactId>SnowballAnnotator</artifactId>
> +  <version>2.3.1-SNAPSHOT</version>
>    <name>UIMA Annotator: ${project.artifactId}</name>
>    <description>Annotator that annotates tokens using Snowball</description>  
> -	<url>http://incubator.apache.org/uima</url>
> +  <url>http://incubator.apache.org/uima</url>
>    
>    <!-- Special inheritance note
>         even though the <scm> element that follows is exactly the 
> @@ -95,126 +94,6 @@
>        </testResource>
>  		</testResources>
>      
> -    <plugins>
> -      <!-- Release Audit Tool checks -->
> -      <plugin>
> -        <groupId>org.apache.rat</groupId>
> -        <artifactId>apache-rat-plugin</artifactId>
> -        <executions>
> -          <execution>
> -            <id>default-cli</id>
> -            <configuration>
> -              <excludes>
> -                <exclude>release.properties</exclude> <!-- release generated artifact -->
> -                <exclude>src/main/java/org/tartarus/snowball/*.java</exclude> <!-- copied from Snowball source under license -->
> -                <exclude>src/main/java/org/tartarus/snowball/ext/*.java</exclude> <!-- copied from Snowball source under license -->
> -                <exclude>src/test/resources/englishRef.txt</exclude> <!-- test data -->
> -                <exclude>marker-file-identifying-*</exclude>
> -              </excludes>
> -            </configuration>
> -          </execution>
> -        </executions>
> -      </plugin>
> -      <plugin>
> -        <groupId>org.apache.uima</groupId>
> -        <artifactId>PearPackagingMavenPlugin</artifactId>
> -        <version>2.3.1</version>
> -        <extensions>true</extensions>
> -        <executions>
> -          <execution>
> -            <id>build uima annnotator Pear</id>
> -            <goals>
> -              <goal>package</goal>
> -            </goals>
> -            <!-- needs to run after the jar is built
> -   after docbooks are packaged and copied to pearPackaging/doc folder -->
> -            <phase>pre-integration-test</phase>
> -            <configuration>
> -              <datapath>$main_root/resources</datapath>
> -              <componentId>${project.artifactId}</componentId>
> -              <mainComponentDesc>${pearMainDescriptor}</mainComponentDesc>
> -            </configuration>
> -          </execution>
> -        </executions>
> -      </plugin>
> -      <plugin>
> -        <groupId>org.apache.maven.plugins</groupId>
> -        <artifactId>maven-dependency-plugin</artifactId>
> -        <executions>
> -          <execution>
> -            <!-- use the dependency:unpack goal to get the shared resource
> -          that has the docbook-shared directory
> -          Unpack into spot relative to project - because
> -          these are referred to in docbook sources using
> -          relative references -->
> -            <id>copyDocbookInfo</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>uima-build-resources</artifactId>
> -                  <version>1</version>
> -                  <includes>docbook-shared/**</includes>
> -                  <outputDirectory>${project.build.directory}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -          <execution>
> -            <!-- also unpack next to docbook-olink in
> -       repository location for olink info, because
> -       the site.xml files use relative location to
> -       get at the uima entities -->
> -            <id>copyDocbookInfoNextToOlink</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <markersDirectory>${dolRepo}/dependency-maven-plugin-markers</markersDirectory>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>uima-build-resources</artifactId>
> -                  <version>1</version>
> -                  <includes>docbook-shared/**</includes>
> -                  <outputDirectory>${dolRepo}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -          <!-- use the dependency:unpack goal to get the
> -       olink databases  -->
> -          <execution>
> -            <id>getOlink</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <markersDirectory>${dolRepo}/dependency-maven-plugin-markers</markersDirectory>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>${dolArtifactId}</artifactId>
> -                  <version>1-SNAPSHOT</version>
> -                  <type>zip</type>
> -                  <classifier>${dolClassifier}</classifier>
> -                  <outputDirectory>${dolUnzipped}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -        </executions>
> -      </plugin>
> -    </plugins>
>  	</build>
>  	
>  </project>
>
> Modified: uima/sandbox/trunk/Solrcas/pom.xml
> URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/Solrcas/pom.xml?rev=1060214&r1=1060213&r2=1060214&view=diff
> ==============================================================================
> --- uima/sandbox/trunk/Solrcas/pom.xml (original)
> +++ uima/sandbox/trunk/Solrcas/pom.xml Tue Jan 18 07:02:51 2011
> @@ -21,7 +21,7 @@
>    <parent>
>      <groupId>org.apache.uima</groupId>
>      <artifactId>parent-pom</artifactId>
> -    <version>1</version>
> +    <version>2</version>
>    </parent>
>  
>    <artifactId>Solrcas</artifactId>
> @@ -103,84 +103,5 @@
>          <directory>desc</directory>
>        </resource>
>      </resources>
> -    <plugins>
> -      <plugin>
> -        <groupId>org.apache.maven.plugins</groupId>
> -        <artifactId>maven-dependency-plugin</artifactId>
> -        <executions>
> -          <execution>
> -            <!-- use the dependency:unpack goal to get the shared resource
> -          that has the docbook-shared directory
> -          Unpack into spot relative to project - because
> -          these are referred to in docbook sources using
> -          relative references -->
> -            <id>copyDocbookInfo</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>uima-build-resources</artifactId>
> -                  <version>1</version>
> -                  <includes>docbook-shared/**</includes>
> -                  <outputDirectory>${project.build.directory}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -          <execution>
> -            <!-- also unpack next to docbook-olink in
> -       repository location for olink info, because
> -       the site.xml files use relative location to
> -       get at the uima entities -->
> -            <id>copyDocbookInfoNextToOlink</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <markersDirectory>${dolRepo}/dependency-maven-plugin-markers</markersDirectory>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>uima-build-resources</artifactId>
> -                  <version>1</version>
> -                  <includes>docbook-shared/**</includes>
> -                  <outputDirectory>${dolRepo}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -          <!-- use the dependency:unpack goal to get the
> -       olink databases  -->
> -          <execution>
> -            <id>getOlink</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <markersDirectory>${dolRepo}/dependency-maven-plugin-markers</markersDirectory>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>${dolArtifactId}</artifactId>
> -                  <version>1-SNAPSHOT</version>
> -                  <type>zip</type>
> -                  <classifier>${dolClassifier}</classifier>
> -                  <outputDirectory>${dolUnzipped}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -        </executions>
> -      </plugin>
> -    </plugins>
>    </build>
>  </project>
> \ No newline at end of file
>
> Modified: uima/sandbox/trunk/Tagger/pom.xml
> URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/Tagger/pom.xml?rev=1060214&r1=1060213&r2=1060214&view=diff
> ==============================================================================
> --- uima/sandbox/trunk/Tagger/pom.xml (original)
> +++ uima/sandbox/trunk/Tagger/pom.xml Tue Jan 18 07:02:51 2011
> @@ -25,15 +25,14 @@
>    <parent>
>      <groupId>org.apache.uima</groupId>
>      <artifactId>parent-pom</artifactId>
> -    <version>1</version>
> -    <relativePath/>
> +    <version>2</version>
>    </parent>
>      
> -	<artifactId>Tagger</artifactId>
> -	<version>2.3.1-SNAPSHOT</version>
> +  <artifactId>Tagger</artifactId>
> +  <version>2.3.1-SNAPSHOT</version>
>    <name>UIMA Annotator: ${project.artifactId}</name>
>    <description>An implementation of a Hidden Markov Model (HMM) statistical tagger</description>
> -<url>${uimaWebsiteUrl}</url>
> +  <url>${uimaWebsiteUrl}</url>
>  
>    <!-- Special inheritance note
>         even though the <scm> element that follows is exactly the 
> @@ -117,123 +116,6 @@
>            <argLine>-Xmx500M</argLine>
>          </configuration>
>        </plugin>  
> -      
> -      <!-- Release Audit Tool checks -->
> -      <plugin>
> -        <groupId>org.apache.rat</groupId>
> -        <artifactId>apache-rat-plugin</artifactId>
> -        <executions>
> -          <execution>
> -            <id>default-cli</id>
> -            <configuration>
> -              <excludes>
> -                <exclude>release.properties</exclude> <!-- release generated artifact -->
> -                <exclude>src/test/resources/moby-tag-list.txt</exclude> <!-- test data -->
> -                <exclude>marker-file-identifying-*</exclude>
> -              </excludes>
> -            </configuration>
> -          </execution>
> -        </executions>
> -      </plugin>      
> -      <plugin>
> -        <groupId>org.apache.uima</groupId>
> -        <artifactId>PearPackagingMavenPlugin</artifactId>
> -        <version>2.3.1</version>
> -        <extensions>true</extensions>
> -        <executions>
> -          <execution>
> -            <id>build uima annnotator Pear</id>
> -            <goals>
> -              <goal>package</goal>
> -            </goals>
> -            <!-- needs to run after the jar is built
> -   after docbooks are packaged and copied to pearPackaging/doc folder -->
> -            <phase>pre-integration-test</phase>
> -            <configuration>
> -              <datapath>$main_root/resources</datapath>
> -              <componentId>${project.artifactId}</componentId>
> -              <mainComponentDesc>${pearMainDescriptor}</mainComponentDesc>
> -            </configuration>
> -          </execution>
> -        </executions>
> -      </plugin>
> -      <plugin>
> -        <groupId>org.apache.maven.plugins</groupId>
> -        <artifactId>maven-dependency-plugin</artifactId>
> -        <executions>
> -          <execution>
> -            <!-- use the dependency:unpack goal to get the shared resource
> -          that has the docbook-shared directory
> -          Unpack into spot relative to project - because
> -          these are referred to in docbook sources using
> -          relative references -->
> -            <id>copyDocbookInfo</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>uima-build-resources</artifactId>
> -                  <version>1</version>
> -                  <includes>docbook-shared/**</includes>
> -                  <outputDirectory>${project.build.directory}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -          <execution>
> -            <!-- also unpack next to docbook-olink in
> -       repository location for olink info, because
> -       the site.xml files use relative location to
> -       get at the uima entities -->
> -            <id>copyDocbookInfoNextToOlink</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <markersDirectory>${dolRepo}/dependency-maven-plugin-markers</markersDirectory>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>uima-build-resources</artifactId>
> -                  <version>1</version>
> -                  <includes>docbook-shared/**</includes>
> -                  <outputDirectory>${dolRepo}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -          <!-- use the dependency:unpack goal to get the
> -       olink databases  -->
> -          <execution>
> -            <id>getOlink</id>
> -            <phase>prepare-package</phase>
> -            <goals>
> -              <goal>unpack</goal>
> -            </goals>
> -            <configuration>
> -              <overWriteIfNewer>true</overWriteIfNewer>
> -              <markersDirectory>${dolRepo}/dependency-maven-plugin-markers</markersDirectory>
> -              <artifactItems>
> -                <artifactItem>
> -                  <groupId>org.apache.uima</groupId>
> -                  <artifactId>${dolArtifactId}</artifactId>
> -                  <version>1-SNAPSHOT</version>
> -                  <type>zip</type>
> -                  <classifier>${dolClassifier}</classifier>
> -                  <outputDirectory>${dolUnzipped}</outputDirectory>
> -                </artifactItem>
> -              </artifactItems>
> -            </configuration>
> -          </execution>
> -        </executions>
> -      </plugin>
>      </plugins>
>    </build>
>  </project>
>
> Modified: uima/sandbox/trunk/TikaAnnotator/pom.xml
> URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/TikaAnnotator/pom.xml?rev=1060214&r1=1060213&r2=1060214&view=diff
> ==============================================================================
> --- uima/sandbox/trunk/TikaAnnotator/pom.xml (original)
> +++ uima/sandbox/trunk/TikaAnnotator/pom.xml Tue Jan 18 07:02:51 2011
> @@ -25,8 +25,7 @@
>    <parent>
>      <groupId>org.apache.uima</groupId>
>      <artifactId>parent-pom</artifactId>
> -    <version>1</version>
> -    <relativePath/>
> +    <version>2</version>
>    </parent>
>  
>    <artifactId>TikaAnnotator</artifactId>
> @@ -109,41 +108,6 @@ element, and just changing the following
>    <build>
>      <finalName>uima-an-tika</finalName>
>  
> -    <plugins>
> -      <!-- Release Audit Tool checks -->
> -      <plugin>
> -        <groupId>org.apache.rat</groupId>
> -        <artifactId>apache-rat-plugin</artifactId>
> -        <executions>
> -          <execution>
> -            <id>default-cli</id>
> -            <configuration>
> -              <excludes>
> -                <exclude>release.properties</exclude>
> -                <!-- release generated artifact -->
> -                <exclude>src/main/java/org/apache/uima/tika/AttributeFS.java</exclude>
> -                <!-- generated -->
> -                <exclude>src/main/java/org/apache/uima/tika/AttributeFS_Type.java</exclude>
> -                <!-- generated -->
> -                <exclude>src/main/java/org/apache/uima/tika/FeatureValue.java</exclude>
> -                <!-- generated -->
> -                <exclude>src/main/java/org/apache/uima/tika/FeatureValue_Type.java</exclude>
> -                <!-- generated -->
> -                <exclude>src/main/java/org/apache/uima/tika/MarkupAnnotation.java</exclude>
> -                <!-- generated -->
> -                <exclude>src/main/java/org/apache/uima/tika/MarkupAnnotation_Type.java</exclude>
> -                <!-- generated -->
> -                <exclude>src/main/java/org/apache/uima/tika/SourceDocumentAnnotation.java</exclude>
> -                <!-- generated -->
> -                <exclude>src/main/java/org/apache/uima/tika/SourceDocumentAnnotation_Type.java</exclude>
> -                <!-- generated -->
> -                <exclude>marker-file-identifying-*</exclude>
> -              </excludes>
> -            </configuration>
> -          </execution>
> -        </executions>
> -      </plugin>
> -    </plugins>
>     <resources>
>       <resource>
>         <directory>desc</directory>
>
>
>
>