Author: jukka
Date: Fri Mar 28 13:12:31 2008
New Revision: 642360
URL: http://svn.apache.org/viewvc?rev=642360&view=rev
Log:
TIKA-134: mvn package does not produce packages for bin/src
- Based on a patch by Karl Heinz Marbaise
Modified:
incubator/tika/trunk/CHANGES.txt
incubator/tika/trunk/pom.xml
Modified: incubator/tika/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/tika/trunk/CHANGES.txt?rev=642360&r1=642359&r2=642360&view=diff
==============================================================================
--- incubator/tika/trunk/CHANGES.txt (original)
+++ incubator/tika/trunk/CHANGES.txt Fri Mar 28 13:12:31 2008
@@ -35,8 +35,11 @@
15. TIKA-133 - TeeContentHandler constructor should use varargs (Jukka Zitting)
-15. TIKA-132 - Refactor Excel extractor to parse per sheet and add
+16. TIKA-132 - Refactor Excel extractor to parse per sheet and add
hyperlink support (Niall Pemberton)
+
+17. TIKA-134 - mvn package does not produce packages for bin/src
+ (Karl Heinz Marbaise)
Release 0.1-incubating - 12/27/2007
Modified: incubator/tika/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/tika/trunk/pom.xml?rev=642360&r1=642359&r2=642360&view=diff
==============================================================================
--- incubator/tika/trunk/pom.xml (original)
+++ incubator/tika/trunk/pom.xml Fri Mar 28 13:12:31 2008
@@ -292,6 +292,14 @@
</descriptors>
<tarLongFileMode>gnu</tarLongFileMode>
</configuration>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ </execution>
+ </executions>
</plugin>
</plugins>
</build>