Try to add following towards end of your pom file. It seems like maven doesn't
see magnolia repo.
[code]
<repositories>
<repository>
<id>magnolia.public</id>
<url>https://nexus.magnolia-cms.com/content/groups/public</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
[/code]
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=499a6b13-c968-48cd-a610-6df6e3da7831
----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------