Note that there are some explanatory texts on larger screens.

plurals
  1. POIntelliJ IDEA Plugin development, how can I get the MavenProjectsManager instance?
    primarykey
    data
    text
    <p>How can I get the MavenProjectsManager instance?</p> <ol> <li><p>Is there a service, component or something else that goes in the plugin.xml to instantiate the MavenProjectsManager instance?</p> <p>MavenProjectsManager manager = MavenProjectsManager.getInstance(project);</p></li> </ol> <p>My plugin.xml file so far:</p> <pre><code>&lt;idea-plugin version="2"&gt; &lt;id&gt;com.arcbees.plugin.idea&lt;/id&gt; &lt;name&gt;GWT-Platform (GWTP) IntelliJ IDEA Plugin&lt;/name&gt; &lt;version&gt;1.0.0&lt;/version&gt; &lt;vendor email="support@arcbees.com" url="http://www.arcbees.com"&gt;ArcBees&lt;/vendor&gt; &lt;description&gt;&lt;![CDATA[ The GWTP IDEA plugin provides tools for GWT-Platform framework in IntelliJ IDEA.&lt;br&gt; ]]&gt;&lt;/description&gt; &lt;change-notes&gt;&lt;![CDATA[ Project Creation by Archetype added (8/30/2013).&lt;br&gt; ]]&gt; &lt;/change-notes&gt; &lt;!-- please see http://confluence.jetbrains.net/display/IDEADEV/Build+Number+Ranges for description --&gt; &lt;idea-version since-build="107.105"/&gt; &lt;depends&gt;org.jetbrains.idea.maven&lt;/depends&gt; &lt;application-components&gt; &lt;/application-components&gt; &lt;project-components&gt; &lt;/project-components&gt; &lt;actions&gt; &lt;/actions&gt; &lt;extensions defaultExtensionNs="com.intellij"&gt; &lt;moduleType id="GWTP_CREATE_PROJECT_MODULE" implementationClass="com.arcbees.plugin.idea.moduletypes.CreateProjectModuleType" classpathProvider="true"/&gt; &lt;wizardMode implementation="com.arcbees.plugin.idea.wizards.createproject.CreateProjectWizard"/&gt; &lt;/extensions&gt; &lt;/idea-plugin&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload