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-test...
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(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-development