2016-05-10 5 views

答えて

0

私は答えたい人のようです。

実行構成のために私が見つけた最良の情報源は、

Tomcatのランナープラグイン

です。 プラグインを実行する場合 - プラグインの中に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> 
関連する問題