I am trying to get deeper into Virgo Server and want to do the greenpages example as described in the documentation.
Facts:
- I am using Spring STS 2.9.2
- Virgo Tomcat 3.0.5
- Greenpages 3.5.0
- Maven 3.0.3
In this bundles:
greenpages
greenpages.core
greenpages.db
greenpages.jpa and
greenpages.web
I got following pom error message:
org.codehaus.plexus.archiver.jar.Manifest.merge(org.codehaus.plexus.archiver.jar.Manifest)
I googeled and found that this must be a plexsus archiver version problem. But I do not know, how to handle this problem.
You mention STS. Have you tried building Greenpages from the command line? I did that recently with Greenpages 2.5.0.RELEASE and Maven 3.0.3 and it worked for me, so you must have something different. You might try clearing your local Maven cache.
Cene Lavrič Messages: 5 Registered: February 2013 Location: Sloveinj, Gorenja vas, Do...
Junior Member
This issue is thoroughly discussed in github as "sonatype / m2eclipse-extras issue #10" including a valid workaround. You can also follow STEP 4 in my Wordpress blog with adddress "greenpagesvirgo.wordpress.com".