You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by "robert.mcguinness" <ro...@gmail.com> on 2011/06/01 19:19:05 UTC

Re: 1.5-SNAPSHOT build repository

https://github.com/apache/wicket

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/1-5-SNAPSHOT-build-repository-tp3565884p3566394.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: 1.5-SNAPSHOT build repository

Posted by "Serban.Balamaci" <th...@gmail.com>.
Ah it's ok to use
https://repository.apache.org/content/repositories/snapshots

didn't have an update policy specified(although default is daily) and the
snapshot version was red, but changing it must have forced an IDE reimport.
        <repository>
            <id>Apache Nexus - snapshots</id>
           
<url>https://repository.apache.org/content/repositories/snapshots</url>
            <releases>
                <enabled>false</enabled>
            </releases>
            <snapshots>
                <enabled>true</enabled>
                <updatePolicy>daily</updatePolicy>
            </snapshots>
        </repository>


--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/1-5-SNAPSHOT-build-repository-tp3565884p3567743.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: 1.5-SNAPSHOT build repository

Posted by "Serban.Balamaci" <th...@gmail.com>.
Hello,
I was referring to a maven snapshot repository from where to have maven
check daily for new builds of the snapshot version.
What I currently do is to manually svn checkout and do mvn install. Not
really a problem but the phrase "If you want to stay recent but don't want
to build yourself, you can use the snapshots generated by our bamboo server,
which are available at http://wicketstuff.org/maven/repository/" means that
at some time this was possible?

Thanks.

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/1-5-SNAPSHOT-build-repository-tp3565884p3567695.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org