{"id":343,"date":"2012-02-07T12:24:55","date_gmt":"2012-02-07T20:24:55","guid":{"rendered":"http:\/\/www.hongyu.org\/wordpress\/?p=343"},"modified":"2012-05-03T17:41:14","modified_gmt":"2012-05-04T00:41:14","slug":"reimport-module-in-intellij","status":"publish","type":"post","link":"https:\/\/www.hongyu.org\/wordpress\/?p=343","title":{"rendered":"Reimport Maven module in Intellij"},"content":{"rendered":"<p>I recently removed a Maven module from my Intellij project. Shortly after, I tried to reimport the same module again, but somehow Intellij stubbornly refuse to show it in the Project panel. Eventually I looked into the MyProject.ipr file and found the module&#8217;s pom.xml file appeared in the ignoreFiles list.<\/p>\n<p>[sourcecode]<br \/>\n    &lt;option name=&quot;ignoredFiles&quot;&gt;<br \/>\n      &lt;set&gt;<br \/>\n        &lt;option value=&quot;\/path\/to\/my\/module\/pom.xml&quot; \/&gt;<br \/>\n      &lt;\/set&gt;<br \/>\n    &lt;\/option&gt;<br \/>\n[\/sourcecode]<\/p>\n<p>After I deleted the specific line with the pom.xml, I was able to reimport the module successfully again.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I recently removed a Maven module from my Intellij project. Shortly after, I tried to reimport the same module again, but somehow Intellij stubbornly refuse to show it in the Project panel. Eventually I looked into the MyProject.ipr file and found the module&#8217;s pom.xml file appeared in the ignoreFiles list. [sourcecode] &lt;option name=&quot;ignoredFiles&quot;&gt; &lt;set&gt; &lt;option &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.hongyu.org\/wordpress\/?p=343\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Reimport Maven module in Intellij&#8221;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[2],"tags":[],"_links":{"self":[{"href":"https:\/\/www.hongyu.org\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/343"}],"collection":[{"href":"https:\/\/www.hongyu.org\/wordpress\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.hongyu.org\/wordpress\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.hongyu.org\/wordpress\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hongyu.org\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=343"}],"version-history":[{"count":16,"href":"https:\/\/www.hongyu.org\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/343\/revisions"}],"predecessor-version":[{"id":397,"href":"https:\/\/www.hongyu.org\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/343\/revisions\/397"}],"wp:attachment":[{"href":"https:\/\/www.hongyu.org\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=343"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hongyu.org\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=343"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hongyu.org\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=343"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}