[jboss-dev] Ongoing VFS testing on Branch_5_0

Pete Muir pete.muir at jboss.org
Wed Feb 4 11:20:09 EST 2009


On 4 Feb 2009, at 14:19, Dimitris Andreadis wrote:

> How can we make the next testsuite run, pick the latest snapshot of  
> VFS?
> http://hudson.qa.jboss.com/hudson/view/JBoss%20AS/job/JBoss-AS-5.0.x-testSuite-sun15/
>
> AFAICT, maven will check for new snapshots *once* per day

Set the update policy to always like:

       <repository>
          <id>snapshots.jboss.org</id>
          <name>JBoss Snapshots Repository</name>
          <url>http://snapshots.jboss.org/maven2</url>
          <releases>
             <enabled>false</enabled>
          </releases>
          <snapshots>
             <enabled>true</enabled>
             <updatePolicy>always</updatePolicy>
          </snapshots>
       </repository>

>
>
> Ales Justin wrote:
>>> I'll first try to chase down this one:
>>> - http://www.jboss.com/index.html?module=bb&op=viewtopic&t=149737
>> OK, got it.
>> Finally successfully mocked the sucker ... :-)
> _______________________________________________
> jboss-development mailing list
> jboss-development at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-development




More information about the jboss-development mailing list