
META-INF.plugin.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of intellij-utils Show documentation
Show all versions of intellij-utils Show documentation
A application used as an example on how to set up pushing its components to the Central Repository.
The newest version!
<idea-plugin> <id>org.example.intellij-utils</id> <name>Plugin display name here</name> <vendor email="[email protected]" url="http://www.yourcompany.com">YourCompany</vendor> <description><![CDATA[ Enter short description for your plugin here.<br> <em>most HTML tags may be used</em> ]]></description> <!-- please see https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html on how to target different products --> <depends>com.intellij.modules.platform</depends> <extensions defaultExtensionNs="com.intellij"> <!-- Add your extensions here --> </extensions> <actions> <!-- Add your actions here --> </actions> </idea-plugin>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy