Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Check out as Maven Project suddenly not working

Hi Richard!

 

Thanks, you gave me an idea. Although the pom.xml was still in the root of the branch, it was invalid. I checked it out and diff’ed it with the previous pom and found that someone on my team had accidentally added an extra developers tag. I removed this extra tag and checked it back in and all is well.

 

Thanks again,

 

Scott

 

From: m2e-users-bounces@xxxxxxxxxxx [mailto:m2e-users-bounces@xxxxxxxxxxx] On Behalf Of Richard Sand
Sent: Monday, August 26, 2013 9:53 AM
To: 'Maven Integration for Eclipse users mailing list'
Subject: Re: [m2e-users] Check out as Maven Project suddenly not working

 

I’d start by making sure pom.xml is in the base folder of the branch you are checking out of SVN. If your SVN repo allows for http(s) browsing that’s easiest, otherwise do a cmd-line checkout of the URL and make sure it’s there.

 

-Richard

 

From: m2e-users-bounces@xxxxxxxxxxx [mailto:m2e-users-bounces@xxxxxxxxxxx] On Behalf Of Shipp, Scott
Sent: Monday, August 26, 2013 12:49 PM
To: m2e-users@xxxxxxxxxxx
Subject: [m2e-users] Check out as Maven Project suddenly not working

 

Hi everyone,

I’ve only been using M2E for about a month so I am sure my problem is some kind of lack of knowledge. I am using Subversive plugin in Eclipse to check out code from an SVN repository. We just created a new branch in SVN. Since we branched from an existing previous branch, this should be identical files and folder structure. For instance the pom.xml is still sitting in the root. But now when I do a “Check out as Maven Project” on this new branch, I get the error: “No Maven projects found. Do you want to create project using new project wizard? Checkout location will be copied into clipboard.”

 

With our old branch that was used as the basis for this new branch, the project checks out as a Maven project and builds immediately and that’s what I’d like to see on this new one.

 

Any ideas for troubleshooting?

Scott

 


Back to the top