You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@tika.apache.org by Mark Kerzner <ma...@gmail.com> on 2011/09/12 06:41:05 UTC

Using Tika 1.0-SNAPSHOT in a maven project?

Hi,

I know how to build a 1.0-SNAPSHOT by checking out from svn, and I also know
how to use the V0.9 with a simple maven dependency. How do I combine the
two, to get the latest 1.0-SNAPSHOT in my maven project?

Thank you,
Mark

Re: Using Tika 1.0-SNAPSHOT in a maven project?

Posted by Mark Kerzner <ma...@gmail.com>.
Thank you, Alex, worked perfectly well.

Mark

On Mon, Sep 12, 2011 at 2:25 AM, Alex Ott <al...@gmail.com> wrote:

> Hello Mark
>
> You need to change version to 1.0-SNAPSHOT, and add following code
> into <repositories> section
>
>    <repository>
>      <id>apache-snapshots</id>
>      <url>https://repository.apache.org/content/repositories/snapshots/
> </url>
>      <releases>
>        <enabled>true</enabled>
>        <updatePolicy>daily</updatePolicy>
>      </releases>
>      <snapshots>
>        <enabled>true</enabled>
>        <updatePolicy>daily</updatePolicy>
>      </snapshots>
>    </repository>
>
>
> On Mon, Sep 12, 2011 at 6:41 AM, Mark Kerzner <ma...@gmail.com>
> wrote:
> > Hi,
> > I know how to build a 1.0-SNAPSHOT by checking out from svn, and I also
> know
> > how to use the V0.9 with a simple maven dependency. How do I combine the
> > two, to get the latest 1.0-SNAPSHOT in my maven project?
> > Thank you,
> > Mark
>
>
>
> --
> With best wishes,                    Alex Ott
> http://alexott.net/
> Tiwtter: alexott_en (English), alexott (Russian)
> Skype: alex.ott
>

Re: Using Tika 1.0-SNAPSHOT in a maven project?

Posted by Alex Ott <al...@gmail.com>.
Hello Mark

You need to change version to 1.0-SNAPSHOT, and add following code
into <repositories> section

    <repository>
      <id>apache-snapshots</id>
      <url>https://repository.apache.org/content/repositories/snapshots/</url>
      <releases>
        <enabled>true</enabled>
        <updatePolicy>daily</updatePolicy>
      </releases>
      <snapshots>
        <enabled>true</enabled>
        <updatePolicy>daily</updatePolicy>
      </snapshots>
    </repository>


On Mon, Sep 12, 2011 at 6:41 AM, Mark Kerzner <ma...@gmail.com> wrote:
> Hi,
> I know how to build a 1.0-SNAPSHOT by checking out from svn, and I also know
> how to use the V0.9 with a simple maven dependency. How do I combine the
> two, to get the latest 1.0-SNAPSHOT in my maven project?
> Thank you,
> Mark



-- 
With best wishes,                    Alex Ott
http://alexott.net/
Tiwtter: alexott_en (English), alexott (Russian)
Skype: alex.ott