Author: schor
Date: Thu Sep 9 19:18:40 2010
New Revision: 995545
URL: http://svn.apache.org/viewvc?rev=995545&view=rev
Log:
[UIMA-1868] fix spelling error on id and exclude Eclipse .xxx files from src
distr.
Also fix parent pom reference.
Modified:
uima/uima-as/trunk/uima-as-distr/pom.xml
uima/uima-as/trunk/uima-as-distr/src/main/assembly/src.xml
Modified: uima/uima-as/trunk/uima-as-distr/pom.xml
URL:
http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as-distr/pom.xml?rev=995545&r1=995544&r2=995545&view=diff
==============================================================================
--- uima/uima-as/trunk/uima-as-distr/pom.xml (original)
+++ uima/uima-as/trunk/uima-as-distr/pom.xml Thu Sep 9 19:18:40 2010
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.uima</groupId>
- <artifactId>parent-pom-ibm-notice</artifactId>
+ <artifactId>parent-pom-distr</artifactId>
<version>2</version>
<relativePath/>
</parent>
@@ -353,7 +353,7 @@
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
- <id>javadoc</id>
+ <id>javadocs-distr</id>
<phase>package</phase>
<!--phase>deploy</phase--> <!-- comment above and uncomment to
disable javadocs, for testing/experimentation, with assembly:assembly-->
<goals>
Modified: uima/uima-as/trunk/uima-as-distr/src/main/assembly/src.xml
URL:
http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as-distr/src/main/assembly/src.xml?rev=995545&r1=995544&r2=995545&view=diff
==============================================================================
--- uima/uima-as/trunk/uima-as-distr/src/main/assembly/src.xml (original)
+++ uima/uima-as/trunk/uima-as-distr/src/main/assembly/src.xml Thu Sep 9
19:18:40 2010
@@ -105,7 +105,8 @@ under the License.
<directory>../uima-as-docbooks</directory>
<outputDirectory>uima-as-docbooks</outputDirectory>
<excludes>
- <exclude>target/**</exclude>
+ <exclude>target/**</exclude>
+ <exclude>.*/**</exclude>
</excludes>
<fileMode>644</fileMode>
</fileSet>
@@ -152,6 +153,7 @@ under the License.
<outputDirectory>/uimaj-eclipse-feature-deployeditor</outputDirectory>
<excludes>
<exclude>target/**</exclude>
+ <exclude>.*/**</exclude>
</excludes>
<fileMode>644</fileMode>
</fileSet>