Hi, I'm very new to maven. I'm getting this error message trying to use an
eclipse plugin artifact built with mvn 3 in an mvn 2 build. The artifacts
are deployed to the maven repo (archiva) but it seems the format they were
deployed in isn't recognized by mvn 2, or the maybe its the artifacts at
eclipse that my plugin references that aren't recognized. e.g.
Caused by:
org.apache.maven.artifact.metadata.ArtifactMetadataRetrievalException:
Unable to read the metadata file for artifact
'com.e2open.sitoolkit.mse:com.e2open.sitoolkit.mse.model:jar': Cannot find
layout implementation corresponding to: 'p2' for remote repository with id:
'helios'. for project com.e2open.sitoolkit.mse:mse
at
org.apache.maven.project.artifact.MavenMetadataSource.retrieveRelocatedProject(MavenMetadataSource.java:200)
Where I have seen references to this problem the answer has been that I need
to use mvn 3 because the users have been building mvn 3 source with mvn 2.
My case is a little different in that I want to use mvn 3 artifacts with mvn
2. Is there a way that mvn2 can use these artifacts. e.g. Is there a "p2"
layout implementation plugin I can add to mvn 2? Is there a way to deploy
the artifacts from the mvn 3 build in a way that will be compatible with
mvn2?
Thanks,
Warwick
--
View this message in context:
http://maven.40175.n5.nabble.com/Cannot-find-layout-implementation-error-using-mvn-3-artifacts-with-mvn-2-tp4999635p4999635.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]