I was trying to build eclipse plug-in using Tycho and while executing following command
mvn org.codehaus.tycho:maven-tycho-plugin:generate-poms -DgroupId=tycho.demo -Dtycho.targetPlatform=D:\practice\java\eclipse_galilio
I got error like
java.lang.NoSuchMethodError: org.codehaus.plexus.PlexusContainer.lookup(Ljava/lang/Class;)Ljava/lang/Object;
can anyone tell me what should be done to resolve this 开发者_如何学JAVAerror. I am stuck at this point and not able to proceed.
What version of maven are you running? Tycho requires Maven 3. I can get that error trying to run on maven 2.1.0.
精彩评论