Maven giving error Missing artifact
Posted
by newbie
on Stack Overflow
See other posts from Stack Overflow
or by newbie
Published on 2010-06-01T15:50:10Z
Indexed on
2010/06/01
16:13 UTC
Read the original article
Hit count: 218
maven-2
I'm adding Google App Engine, Spring and Tiles2 to same project, for some reason Apache Maven gives this error.
Missing artifact org.apache.commons:com.springsource.org.apache.commons.collections:jar:3.2.1:compile
here is my pom.xml where i include dependency:
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>com.springsource.org.apache.commons.collections</artifactId>
<version>3.2.1</version>
<type>pom</type>
</dependency>
© Stack Overflow or respective owner