What steps will reproduce the problem?
Library struts2-bootstrap-plugin-1.7.0.jar is not found in the repository
http://oss.sonatype.org/content/repositories/snapshots/com/jgeppert/struts2/
even if they are the libraries jquery plugin
I use the following settings
<dependency>
<groupId>com.jgeppert.struts2.bootstrap</groupId>
<artifactId>struts2-bootstrap-plugin</artifactId>
<version>1.7.0</version>
</dependency>
<repository>
<id>sonatype.oss.snapshots</id>
<name>Sonatype OSS Snapshot Repository</name>
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
<releases>false</releases>
<snapshots>true</snapshots>
</repository>
Original issue reported on code.google.com by jesusper...@gmail.com on 28 Feb 2014 at 11:37
Original issue reported on code.google.com by
jesusper...@gmail.com
on 28 Feb 2014 at 11:37