Removing maven framework

Answered

I accidentally added Maven framework to my Java project, is there any way to undo this?

1
2 comments

Did you import the project from pom.xml?

In that case you'd need to delete .idea directory and create/import the project again from the existing sources, not from Maven.

0
Avatar
Permanently deleted user

@... That is a good solution.  I removed the pom.xml, and deleted the idea folder, then opened the project again in intelliJ and the problem was resolved.  but I had to redo marking the source folders and setting the out directory, etc.  

 

 

0

Please sign in to leave a comment.