[
https://issues.apache.org/jira/browse/TIKA-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14027790#comment-14027790
]
Tyler Palsulich commented on TIKA-1316:
---------------------------------------
Thanks, Chris! But, what is the src directory for? I was poking around the
trunk/pom.xml file and found the following entry:
{code}
<build>
<plugins>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip> <!-- No need to deploy the reactor -->
</configuration>
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.3</version>
<configuration>
<templateDirectory>src/site</templateDirectory>
<template>site.vm</template>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>
<excludes>
<exclude>.*/**</exclude>
<exclude>CHANGES.txt</exclude>
<exclude>tika-dotnet/AssemblyInfo.cs</exclude>
<exclude>tika-dotnet/Tika.csproj</exclude>
<exclude>tika-dotnet/Tika.sln</exclude>
<exclude>tika-dotnet/Tika.sln.cache</exclude>
<exclude>tika-dotnet/obj/**</exclude>
<exclude>tika-dotnet/target/**</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
{code}
Why does this have the site plugin? Did the tika-dotnet directory exist in the
past?
> Old Site Code in Trunk
> ----------------------
>
> Key: TIKA-1316
> URL: https://issues.apache.org/jira/browse/TIKA-1316
> Project: Tika
> Issue Type: Improvement
> Components: general
> Reporter: Tyler Palsulich
> Assignee: Chris A. Mattmann
> Priority: Trivial
> Labels: easyfix
> Fix For: 1.6
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> The \{tika trunk\}/src/site directory seems to old and unused. It does not
> correspond to the site currently on apache.tika.org
> (http://svn.apache.org/repos/asf/tika/site/).
--
This message was sent by Atlassian JIRA
(v6.2#6252)