Index: changes.xml
===================================================================
--- changes.xml	(Revision 0)
+++ changes.xml	(Revision 0)
@@ -0,0 +1,126 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<document>
+	<properties>
+		<title>Tika</title>
+	</properties>
+	<body>
+		<release version="Release 0.3" date="200X-XX-XX" description="Unreleased changes">
+		</release>
+		<release version="Release 0.2" date="2008-04-12">
+			<action dev="Dave Meikle" type="fix" issue="109">WordParser fails on some Word files</action>
+			<action dev="Niall Pemberton" type="fix" issue="105">Excel parser implementation based on POI's Event API</action>
+			<action dev="Jukka Zitting" type="fix" issue="116">Streaming parser for OpenDocument files</action>
+			<action dev="Jukka Zitting" type="fix" issue="117">Drop JDOM and Jaxen dependencies</action>
+			<action dev="Jukka Zitting" type="fix" issue="115">Tika package with all the dependencies</action>
+			<action dev="Jukka Zitting" type="fix" issue="97">Tika GUI</action>
+			<action dev="Jukka Zitting" type="fix" issue="96">Tika CLI</action>
+			<action dev="Jukka Zitting" type="fix" issue="112">Use Commons IO 1.4</action>
+			<action dev="Jukka Zitting" type="add" issue="127">Add support for Visio files</action>
+			<action dev="Jukka Zitting" type="fix" issue="129">node() support for the streaming XPath utility</action>
+			<action dev="Jukka Zitting" type="fix" issue="130">self-or-descendant axis does not match self in streaming XPath</action>
+			<action dev="Jukka Zitting" type="fix" issue="131">Lazy XHTML prefix generation</action>
+			<action dev="Jukka Zitting" type="fix" issue="128">HTML parser should produce XHTML SAX events</action>
+			<action dev="Jukka Zitting" type="fix" issue="133">TeeContentHandler constructor should use varargs</action>
+			<action dev="Niall Pemberton" type="fix" issue="132">Refactor Excel extractor to parse per sheet and add hyperlink support</action>
+			<action dev="Karl Heinz Marbaise" type="fix" issue="134">mvn package does not produce packages for bin/src</action>
+			<action dev="Jukka Zitting" type="fix" issue="138">Ignore HTML style and script content</action>
+			<action dev="Jukka Zitting" type="fix" issue="113">Metadata (such as title) should not be part of content</action>
+			<action dev="Jukka Zitting" type="add" issue="139">Add a composite parser</action>
+			<action dev="mattmann" type="fix" issue="142">Include application/xhtml+xml as valid mime type for XMLParser</action>
+			<action dev="Jukka Zitting" type="add" issue="143">Add ParsingReader</action>
+			<action dev="Jukka Zitting" type="fix" issue="144">Upgrade nekohtml dependency</action>
+			<action dev="Jukka Zitting" type="fix" issue="145">Separate NOTICEs and LICENSEs for binary and source packages</action>
+			<action dev="Jukka Zitting" type="fix" issue="146">Upgrade to POI 3.1</action>
+			<action dev="Jukka Zitting" type="fix" issue="99">Support external parser programs</action>
+			<action dev="Dave Meikle &amp; Jukka Zitting" type="fix" issue="149">Parser for Zip files</action>
+			<action dev="Jukka Zitting" type="fix" issue="150">Parser for tar files</action>
+			<action dev="Jukka Zitting" type="fix" issue="151">Stream compression support</action>
+			<action dev="Jukka Zitting" type="fix" issue="156">Some MIME magic patterns are ignored by MimeTypes</action>
+			<action dev="Dave Brosius &amp; Jukka Zitting" type="fix" issue="155">Java class file parser</action>
+			<action dev="Yongqian Li &amp; Jukka Zitting" type="add" issue="108">New Tika logos</action>
+			<action dev="Dave Meikle &amp; Jukka Zitting" type="add" issue="120">Add support for retrieving ID3 tags from MP3 files</action>
+			<action dev="Rida Benjelloun, Dave Meikle &amp; Jukka Zitting" type="fix" issue="54">Outlook msg parser</action>
+			<action dev="Dave Meikle" type="fix" issue="114">PDFParser : Getting content of the document using "writer.ToString ()" , some words are stuck together</action>
+			<action dev="Jukka Zitting" type="fix" issue="161">Enable PMD reports</action>
+			<action dev="Sami Siren" type="add" issue="159">Add support for parsing basic audio types: wav, aiff, au, midi</action>
+			<action dev="Julien Nioche &amp; Jukka Zitting" type="fix" issue="140">HTML parser unable to extract text</action>
+			<action dev="Dave Meikle" type="fix" issue="163">GUI does not support drag and drop in Gnome or KDE</action>
+			<action dev="Dave Meikle" type="fix" issue="166">Update HTMLParser to parse contents of meta tags</action>
+			<action dev="Jukka Zitting" type="fix" issue="164">Upgrade of the nekohtml dependency to 1.9.9</action>
+			<action dev="Jukka Zitting" type="fix" issue="165">Upgrade of the ICU4J dependency to version 3.8</action>
+			<action dev="Uwe Schindler &amp; Jukka Zitting" type="fix" issue="172">New Open Document Parser that emits structured XHTML content</action>
+			<action dev="Jukka Zitting" type="fix" issue="175">Retrotranslate Tika for use in Java 1.4 environments</action>
+			<action dev="Chris Hostetter &amp; Jukka Zitting" type="fix" issue="177">Improvements to build instruction in README</action>
+			<action dev="Uwe Schindler &amp; Jukka Zitting" type="fix" issue="171">New ContentHandler for plain text output that has no problem with missing white space after XHTML block tags</action>
+		</release>
+		<release version="Release 0.1" date="2007-12-27" description="incubating">
+			<action dev="mattmann" type="fix" issue="5">Port Metadata Framework from Nutch.</action>
+			<action dev="mattmann" type="fix" issue="5">Port Metadata Framework from Nutch</action>
+			<action dev="mattmann" type="fix" issue="11">Consolidate test classes into a src/test/java directory tree</action>
+			<action dev="jukka" type="fix" issue="15">Utils.print does not print a Content having no value</action>
+			<action dev="bdelacretaz" type="fix" issue="19">org.apache.tika.TestParsers fails</action>
+			<action dev="bdelacretaz" type="fix" issue="16">Issues with data files used for testing by TestParsers</action>
+			<action dev="bdelacretaz" type="fix" issue="14">MimeTypeUtils.getMimeType() returns the default mime type for .odt (Open Office) file</action>
+			<action dev="jukka" type="add" issue="12">Add URL capability to MimeTypesUtils</action>
+			<action dev="siren" type="fix" issue="13">Fix obsolete package names in config.xml</action>
+			<action dev="siren" type="fix" issue="10">Remove MimeInfoException catch clauses and import from TestParsers</action>
+			<action dev="jukka" type="fix" issue="8">Replaced the jmimeinfo dependency with a trivial mime type detector</action>
+			<action dev="jukka" type="add" issue="7">Added the Lius Lite code. Added missing dependencies to POM</action>
+			<action dev="mattmann" type="fix" issue="18">"Office" interface should be renamed "MSOffice"</action>
+			<action dev="jukka" type="fix" issue="23">Decouple Parser from ParserConfig</action>
+			<action dev="J. Charron &amp; mattmann" type="fix" issue="6">Port Nutch (or better) MimeType detection system into Tika</action>
+			<action dev="K. Bennett &amp; jukka" type="fix" issue="25">Removed hardcoded reference to C:\oo.xml in OpenOfficeParser</action>
+			<action dev="K. Bennett &amp; mattmann" type="fix" issue="17">Need to support URL's for input resources.</action>
+			<action dev="mattmann" type="fix" issue="22">Remove @author tags from the java source</action>
+			<action dev="jukka" type="fix" issue="21">Simplified configuration code</action>
+			<action dev="jukka" type="fix" issue="17">Rename all "Lius" classes to be "Tika" classes</action>
+			<action dev="K. Bennett &amp; jukka" type="add" issue="30">Added utility constructors to TikaConfig</action>
+			<action dev="mattmann" type="fix" issue="28">Rename config.xml to tika-config.xml or similar</action>
+			<action dev="jukka" type="fix" issue="26">Use Map&lt;String, Content&gt; instead of List&lt;Content&gt;</action>
+			<action dev="jukka &amp; K. Bennett" type="fix" issue="31">protected Parser.parse(InputStream stream, Iterable&lt;Content&gt; contents)</action>
+			<action dev="K. Bennett &amp; mattmann" type="fix" issue="36">A convenience method for getting a document's content's text would be helpful</action>
+			<action dev="jukka" type="fix" issue="33">Stateless parsers</action>
+			<action dev="K. Bennett &amp; ridabenjelloun" type="fix" issue="38">TXTParser adds a space to the content it reads from a file</action>
+			<action dev="ridabenjelloun &amp; K. Bennett" type="fix" issue="35">Extract MsOffice properties, use RereadableInputStream devloped by K. Bennett</action>
+			<action dev="siren &amp; ridabenjelloun" type="fix" issue="39">Excel parsing improvements</action>
+			<action dev="K. Bennett &amp; mattmann" type="fix" issue="34">Provide a method that will return a default configuration (TikaConfig)</action>
+			<action dev="K. Bennett" type="fix" issue="42">Content class needs (String, String, String) constructor</action>
+			<action dev="jukka" type="fix" issue="43">Parser interface</action>
+			<action dev="jukka" type="fix" issue="47">Remove TikaLogger</action>
+			<action dev="jukka &amp; mattmann" type="fix" issue="46">Use Metadata in Parser</action>
+			<action dev="jukka" type="fix" issue="48">Merge MS Extractors and Parsers</action>
+			<action dev="K. Bennett" type="fix" issue="45">RereadableInputStream needs to be able to read to the end of the original stream on first rewind.</action>
+			<action dev="jukka" type="fix" issue="41">Resource files occur twice in jar file.</action>
+			<action dev="Robert Burrell Donkin &amp; bdelacretaz" type="fix" issue="49">Some files have old-style license headers, fixed</action>
+			<action dev="bdelacretaz" type="fix" issue="51">Leftover temp files after running Tika tests, fixed</action>
+			<action dev="jukka" type="fix" issue="40">Tika needs to support diverse character encodings</action>
+			<action dev="K. Bennett" type="fix" issue="55">ParseUtils.getParser() method variants should have consistent parameter orders</action>
+			<action dev="K. Bennett via bdelacretaz" type="fix" issue="52">RereadableInputStream needs to support not closing the input stream it wraps.</action>
+			<action dev="jukka" type="fix" issue="53">XHTML SAX events from parsers</action>
+			<action dev="jukka" type="fix" issue="57">Rename org.apache.tika.ms to org.apache.tika.parser.ms</action>
+			<action dev="jukka" type="fix" issue="62">Use TikaConfig.getDefaultConfig() instead of a hardcoded config path in TestParsers</action>
+			<action dev="siren" type="fix" issue="58">Replace jtidy html parser with nekohtml based parser</action>
+			<action dev="jukka" type="fix" issue="60">Rename Microsoft parser classes</action>
+			<action dev="jukka" type="fix" issue="63">Avoid multiple passes over the input stream in Microsoft parsers</action>
+			<action dev="jukka" type="fix" issue="66">Use Java 5 features in org.apache.tika.mime</action>
+			<action dev="mattmann" type="fix" issue="56">Mime type detection fails with upper case file extensions such as "PDF"</action>
+			<action dev="siren" type="add" issue="65">Add encode detection support for HTML parser</action>
+			<action dev="jukka" type="add" issue="68">Add dummy parser classes to be used as sentinels</action>
+			<action dev="jukka" type="add" issue="67">Add an auto-detecting Parser implementation</action>
+			<action dev="jukka" type="fix" issue="70">Better MIME information for the Open Document formats</action>
+			<action dev="jukka" type="fix" issue="71">Remove ParserConfig and ParserFactory</action>
+			<action dev="jukka" type="fix" issue="83">Create a org.apache.tika.sax package for SAX utilities</action>
+			<action dev="jukka" type="add" issue="84">Add MimeTypes.getMimeType(InputStream)</action>
+			<action dev="jukka" type="add" issue="85">Add glob patterns from the ASF svn:eol-style documentation</action>
+			<action dev="jukka" type="fix" issue="100">Structured PDF parsing</action>
+			<action dev="mattmann" type="fix" issue="101">Improve site and build</action>
+			<action dev="Niall Pemberton" type="fix" issue="102">Parser implementations loading a large amount of content into a single String could be problematic</action>
+			<action dev="Niall Pemberton" type="fix" issue="107">Remove use of assertions for argument checking</action>
+			<action dev="jukka &amp; Niall Pemberton" type="add" issue="104">Add utility methods to throw IOException with the caused intialized</action>
+			<action dev="Niall Pemberton" type="fix" issue="106">Remove dependency on Jakarta ORO - use JDK 1.4 Regex</action>
+			<action dev="jukka" type="fix" issue="111">Missing license headers</action>
+			<action dev="ridabenjelloun" type="fix" issue="112">XMLParser improvement</action>
+		</release>
+	</body>
+</document>
+
Index: pom.xml
===================================================================
--- pom.xml	(Revision 742054)
+++ pom.xml	(Arbeitskopie)
@@ -419,6 +419,25 @@
           <targetJdk>1.5</targetJdk>
         </configuration>
       </plugin>
+	  
+	  <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+		<artifactId>maven-changes-plugin</artifactId>
+		<version>2.1</version>
+		<configuration>
+          <issueLinkTemplatePerSystem>
+            <JIRA>%URL%/TIKA-%ISSUE%</JIRA>
+          </issueLinkTemplatePerSystem>
+          <xmlPath>${basedir}/changes.xml</xmlPath>
+        </configuration>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>changes-report</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>	
 
     </plugins>
   </reporting>
