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 <[email protected]> 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

Reply via email to