2012/3/8 Mounir Benzid <[email protected]>:
> To be 100% ubersure. This is how I configured mvn struts dependency

Did you specify a repository in pom ?

    <repositories>
        <repository>
            <id>apache-snapshot</id>
            <name>ASF Snapshots</name>
            <url>https://repository.apache.org/content/groups/snapshots/</url>
            <layout>default</layout>
            <releases>
                <enabled>false</enabled>
            </releases>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
        </repository>
    </repositories>


Regards
-- 
Łukasz http://www.lenart.org.pl/
mobile +48 606 323 122, office +27 11 0838747
Warszawa JUG conference - Confitura http://confitura.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to