> But its giving error that settings.xml is not working.
> I want to start developing with struts very new version 2.1.6 GA.
> So can please send me the proper settings.xml.

I don't know why you think your settings.xml "is not working." Can you
send us the actual error message you see?

Here's Struts2 version 2.1.6 in Central:
http://repo2.maven.org/maven2/org/apache/struts/struts2-core/2.1.6/

You'll probably want a dependency like (this is for core only, I don't
know what modules you'll use):

<dependency>
   <groupId>org.apache.struts</groupId>
   <artifactId>struts2-core</artifactId>
   <version>2.1.6</version>
</dependency>

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to