Note that there are some explanatory texts on larger screens.

plurals
  1. POSpring Roo project cannot find org.springframework.roo.annotations:jar:1.2.5.BUILD-SNAPSHOT
    primarykey
    data
    text
    <p>I generated a primefaces project via spring-roo. The first thing was to invoke following command without touching generated code: </p> <pre><code>mvn jetty:run </code></pre> <p>Maven gave an error indicating that it cannot locate <code>org.springframework.roo:org.springframework.roo.annotations:jar:1.2.5.BUILD-SNAPSHOT</code> dependency. The project contains following repositories: </p> <pre><code> &lt;repositories&gt; &lt;repository&gt; &lt;id&gt;spring-maven-release&lt;/id&gt; &lt;name&gt;Spring Maven Release Repository&lt;/name&gt; &lt;url&gt;http://maven.springframework.org/release&lt;/url&gt; &lt;/repository&gt; &lt;repository&gt; &lt;id&gt;spring-maven-milestone&lt;/id&gt; &lt;name&gt;Spring Maven Milestone Repository&lt;/name&gt; &lt;url&gt;http://maven.springframework.org/milestone&lt;/url&gt; &lt;/repository&gt; &lt;repository&gt; &lt;id&gt;spring-roo-repository&lt;/id&gt; &lt;name&gt;Spring Roo Repository&lt;/name&gt; &lt;url&gt;http://spring-roo-repository.springsource.org/release&lt;/url&gt; &lt;/repository&gt; &lt;repository&gt; &lt;id&gt;prime-repo&lt;/id&gt; &lt;url&gt;http://repository.primefaces.org&lt;/url&gt; &lt;name&gt;PrimeFaces Maven Repository&lt;/name&gt; &lt;/repository&gt; &lt;/repositories&gt; &lt;pluginRepositories&gt; &lt;pluginRepository&gt; &lt;id&gt;spring-maven-release&lt;/id&gt; &lt;name&gt;Spring Maven Release Repository&lt;/name&gt; &lt;url&gt;http://maven.springframework.org/release&lt;/url&gt; &lt;/pluginRepository&gt; &lt;pluginRepository&gt; &lt;id&gt;spring-maven-milestone&lt;/id&gt; &lt;name&gt;Spring Maven Milestone Repository&lt;/name&gt; &lt;url&gt;http://maven.springframework.org/milestone&lt;/url&gt; &lt;/pluginRepository&gt; &lt;pluginRepository&gt; &lt;id&gt;spring-roo-repository&lt;/id&gt; &lt;name&gt;Spring Roo Repository&lt;/name&gt; &lt;url&gt;http://spring-roo-repository.springsource.org/release&lt;/url&gt; &lt;/pluginRepository&gt; &lt;/pluginRepositories&gt; </code></pre> <p>Is this any other repository where I can find <code>org.springframework.roo:org.springframework.roo.annotations:jar:1.2.5.BUILD-SNAPSHOT</code> dependency?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload