Did you add the repository?

        <repository>
            <id>XXX</id>
            <url>https://repository.apache.org/content/repositories/orgapachetika-1105/org/apache/tika</url>
        </repository>

I didn't try that, here is what I did to run the build so I have it locally:

download the ZIP at https://github.com/apache/tika/tree/3.0.0-BETA2-rc1/
extracted the ZIP
open a CMD box there
set JAVA_HOME=C:\Program Files\Java\jdk-11
set M2_HOME=C:\Program Files\Apache Software Foundation\apache-maven-3.9.8
"%M2_HOME%\bin\mvn.cmd" clean install javadoc:aggregate


Tilman

On 12.07.2024 22:25, Kiran Bachu via user wrote:
I was trying to test locally and tried providing the repo "https://repository.apache.org/content/repositories/orgapachetika-1105/org/apache/tika"; but failed to find it.
Am I using the right repo location?

    Could not find artifact org.apache.tika:tika-core:jar:3.0.0-BETA2
    in central (https://repo1.maven.org/maven2/)
    Could not find artifact org.apache.tika:tika-core:jar:3.0.0-BETA2
    in clojars (https://repo.clojars.org/)
    Could not find artifact org.apache.tika:tika-core:jar:3.0.0-BETA2
    in sonatype-oss-public
    (https://oss.sonatype.org/content/groups/public/)
    Could not find artifact org.apache.tika:tika-core:jar:3.0.0-BETA2
    in maven.alfresco.com <http://maven.alfresco.com>
    (https://maven.alfresco.com/nexus/content/groups/public/)
    Could not find artifact
    org.apache.tika:tika-parsers-standard-package:jar:3.0.0-BETA2 in
    central (https://repo1.maven.org/maven2/)
    Could not find artifact
    org.apache.tika:tika-parsers-standard-package:jar:3.0.0-BETA2 in
    clojars (https://repo.clojars.org/)
    Could not find artifact
    org.apache.tika:tika-parsers-standard-package:jar:3.0.0-BETA2 in
    sonatype-oss-public (https://oss.sonatype.org/content/groups/public/)
    Could not find artifact
    org.apache.tika:tika-parsers-standard-package:jar:3.0.0-BETA2 in
    maven.alfresco.com <http://maven.alfresco.com>
    (https://maven.alfresco.com/nexus/content/groups/public/)


Thanks
Kiran

On Fri, Jul 12, 2024 at 1:21 PM Kiran Bachu <kiran.ba...@highspot.com> wrote:

    +1

    On Fri, Jul 12, 2024 at 9:09 AM Tim Allison <talli...@apache.org>
    wrote:

        A candidate for the Tika 3.0.0-BETA2 release is available at:
        https://dist.apache.org/repos/dist/dev/tika/3.0.0-BETA2

        The release candidate is a zip archive of the sources in:
        https://github.com/apache/tika/tree/3.0.0-BETA2-rc1/

        The SHA-512 checksum of the archive is
        
8a4142f61110f196c550146637994d26f66d6c798fc9e1d18dcadcb8a8fe817a52f59f3a03341809131f59b644fa2e183212bdee5f292d3d603d1a5a893c6848.

        In addition, a staged maven repository is available here:
        
https://repository.apache.org/content/repositories/orgapachetika-1105/org/apache/tika

        Please vote on releasing this package as Apache Tika 3.0.0-BETA2.
        The vote is open for the next 72 hours and passes if a
        majority of at
        least three +1 Tika PMC votes are cast.

        [ ] +1 Release this package as Apache Tika 3.0.0-BETA2
        [ ] -1 Do not release this package because...

        Here's my +1.

        Thank you, all!

        Best,

             Tim

Reply via email to