New Maven OSGi project is not created
Hi,
I was wondering if I could get some help. I installed the new 2.8.0 release and then I tried to build a new Maven project in the following way:
New -> Project ... -> Maven Project -> next (project with archetype) -> Catalog: All Catalogs, selected last option
Group ID: org.springframework.osgi, Artifact Id: spring-osgi-bundle-archetype -> then filled in a Group Id and Artifact ID for my project and finished project setup.
Maven starts to resolve dependencies but in the end stops with 24 missing artifacts (osgi, junit, etc). Is there something wrong that I'm doing? Any setting is missing? Any information of how to build an osgi maven project in 2.8.0 would be greatly apreaciated. Thanks a lot!
Cristian