Am 08.03.2012 14:01, schrieb Łukasz Lenart:
2012/3/8 Mounir Benzid<m...@meetingmasters.de>:
Can you please tell me how to access your nightly builds through maven?
https://builds.apache.org/job/Struts2/lastStableBuild/org.apache.struts$struts2-assembly/
Here
https://repository.apache.org/content/groups/snapshots
Regards
To be 100% ubersure. This is how I configured mvn struts dependency
<struts2-snapshot.version>2.3.2-SNAPSHOT</struts2-snapshot.version>
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-core</artifactId>
<version>${struts2-snapshot.version}</version>
</dependency>
So I'm already accessing the nightly builds. rigth?
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org