Hello,
I have m2eclipse plugin installed in Eclipse 3.7.
I want to create a spring project with dependencies like aop, context etc. of version 3.0.2 using
Maven 3.
So which default archetype should I use ? e.g. the one with artifact ID org.springframework.osgi
I tried to create an archetype with GroupID org.springframework, Artifact Id : spring-aop, Version 3.0.2.RELEASE, but got error saying that the defined artifact is not an archetype for both spring-aop & spring-context.
Please advise.