2016-05-10 14 views

Antwort

0

Scheint wie ich bin die Person zu beantworten.

Für Lauf Konfiguration die beste Quelle für Informationen, die ich gefunden habe, ist

Tomcat runner Plugin

. Für Plugin-Lauf - müssen Sie innerhalb Ihres Plugins hinzufügen xml:

<extensions defaultExtensionNs="com.intellij"> 
     <!-- Initialises the UI when the user selects the plugin from the menu --> 
     <configurationType implementation="com.something.<PluginName>ConfigurationType"/> 
     <!-- Run - It reads the values written by the UI and runs maven job --> 
     <programRunner implementation="com.something.<PluginName>Runner"/> 
    </extensions>