Development Tools

eclipse-maven-plugin

de.tototec : de.tobiasroeser.eclipse-maven-plugin

A Maven Plugin to generate project files for Eclipse with M2E-Plugin

Last Version: 0.1.1

Release Date:

Last Version: 1.8

Release Date:

Eclipse Run Plugin for Tycho

com.google.code.tycho-eclipserun-plugin : tycho-eclipserun-plugin

A plugin that allows to run an Eclipse application from Maven/Tycho.

Last Version: 0.13.0

Release Date:

Last Version: 1.2

Release Date:

Apache Axis2 - tool - Eclipse service Plugin

org.apache.axis2 : axis2.eclipse.service.plugin

The Axis 2 Eclipse Service Plugin for Service archive creation

Last Version: 1.5.2

Release Date:

org.eclipse.paho.ui.plugin

org.eclipse.paho : org.eclipse.paho.ui.plugin

The Paho project provides scalable open-source implementations of open and standard messaging protocols aimed at new, existing, and emerging applications for Machine to Machine (M2M) and Internet of Things (IoT).

Last Version: 1.1.0

Release Date:

The Eclipse Jemo maven plugin

org.eclipse.jemo : eclipse-jemo-maven-plugin

The maven plugin needed to deploy an Eclipse Jemo application on a Jemo cluster.

Last Version: 1.2

Release Date:

Last Version: 1.3.0

Release Date:

Maven Eclipse Plugin

maven : maven-eclipse-plugin

A plugin to generate various files for the Eclipse IDE and ease the use of Maven within that environment.

Last Version: 1.12

Release Date:

Eclipselink Maven Plugin

com.ethlo.persistence.tools : eclipselink-maven-plugin

Maven Plugin for Eclipselink supporting static weaving, meta-model generation and DDL generation

Last Version: 2.7.9.1

Release Date:

gradle-eclipse-aar-plugin

com.github.ksoichiro : gradle-eclipse-aar-plugin

Gradle plugin to use Android AAR libraries on Eclipse

Last Version: 0.3.1

Release Date:

Last Version: 1.0.1

Release Date:

Last Version: 1.4.0

Release Date:

Last Version: 0.2.0

Release Date:

Maven Eclipse Formatter Plugin

org.kuali.maven.plugins : maven-eclipse-formatter-plugin

Maven Plugin for invoking the Eclipse java source code formatter

Last Version: 1.1

Release Date:

wcm.io DevOps Eclipse Maven Plugin

io.wcm.devops.maven.plugins : eclipse-maven-plugin

The Eclipse Plugin is used to generate Eclipse IDE files (.project, .classpath and the .settings folder) from a POM.

Last Version: 3.1.0

Release Date:

Apache Maven Eclipse Plugin

com.github.marschall : eclipse-maven-plugin

The Eclipse Plugin is used to generate Eclipse IDE files (.project, .classpath and the .settings folder) from a POM.

Last Version: 2.12.0

Release Date:

Last Version: 1.0.4

Release Date:

Apache Axis2 - tool - Eclipse Codegen Plugin

org.apache.axis2 : axis2.eclipse.codegen.plugin

The Axis 2 Eclipse Codegen Plugin for wsdl2java and java2wsdl

Last Version: 1.5.2

Release Date:

Maven Eclipse Plugin

com.github.nill14.patch1 : maven-eclipse-plugin

The Eclipse Plugin is used to generate Eclipse IDE files (.project, .classpath and the .settings folder) from a POM.

Last Version: 2.9

Release Date:

Geronimo Eclipse Plugin

org.apache.geronimo.devtools : geronimo-eclipse-plugin

Apache Geronimo Eclipse Plugin and WTP Server Adapter

Last Version: 3.0.1

Release Date:

Last Version: 2.5.0

Release Date:

VSCode CAR Plugin

org.wso2.maven : vscode-car-plugin

Maven plugin which creates CAR artifact

Last Version: 5.2.38

Release Date:

Last Version: 2.5.0

Release Date:

Java Debug Server for Visual Studio Code :: Debugger Plugin

com.microsoft.java : com.microsoft.java.debug.plugin

The Java Debug Server is an implementation of Visual Studio Code (VSCode) Debug Protocol. It can be used in Visual Studio Code to debug Java programs.

Last Version: 0.37.0

Release Date:

Java Debug Server for Visual Studio Code :: Debugger Core

com.microsoft.java : com.microsoft.java.debug.core

The Java Debug Server is an implementation of Visual Studio Code (VSCode) Debug Protocol. It can be used in Visual Studio Code to debug Java programs.

Last Version: 0.37.0

Release Date:

Java Debug Server for Visual Studio Code :: Parent

com.microsoft.java : java-debug-parent

The Java Debug Server is an implementation of Visual Studio Code (VSCode) Debug Protocol. It can be used in Visual Studio Code to debug Java programs.

Last Version: 0.37.0

Release Date:

extra

org.netbeans.cluster : extra

Apache NetBeans is an integrated development environment, tooling platform, and application framework.

Last Version: RELEASE140

Release Date:

org-netbeans-modules-performance-scripting

org.netbeans.modules : org-netbeans-modules-performance-scripting

Apache NetBeans is an integrated development environment, tooling platform, and application framework.

Last Version: RELEASE121

Release Date:

textlint Support

com.junichi11.netbeans.modules : netbeans-textlint

This plugin provides support for textlint. <h3>What&rsquo;s the textlint?</h3> <p>See <a href="https://github.com/textlint/textlint">https://github.com/textlint/textlint</a></p> <h3>Usage</h3> <h4>Install textlint and rules</h4> <p>Of course, it assumes that nodejs and npm are installed.</p> <p>e.g.</p> <pre><code>$ mkdir txtlint $ cd txtlint $ npm init $ npm install textlint --save-dev $ npm install textlint-rule-max-ten textlint-rule-spellcheck-tech-word textlint-rule-no-mix-dearu-desumasu --save-dev </code></pre> <h4>Create .textlintrc</h4> <pre><code>$ touch .textlintrc </code></pre> <pre><code class="json">{ &quot;rules&quot;: { &quot;max-ten&quot;: { &quot;max&quot;: 3 }, &quot;spellcheck-tech-word&quot;: true, &quot;no-mix-dearu-desumasu&quot;: true } } </code></pre> <p>You can also set parameters to Options (see below).</p> <h4>Set textlint and .textlintrc paths</h4> <p>Set paths to the Options (see below).</p> <p>e.g.</p> <ul> <li>textlint Path: /path/to/txtlint/node_modules/.bin/textlint (textlint.cmd in Windows)</li> <li>.textlintrc Path: /path/to/textlint/.textlintrc</li> </ul> <h4>Open Action Items window</h4> <ul> <li>Click Window > Action Items.</li> <li>Click &ldquo;Show action items for currently edited file only&rdquo; icon.</li> <li>Open your markdown or text file.</li> </ul> <h3>Options</h3> <p>Tools > Options > Editor > textlint</p> <ul> <li>textlint Path: Absolute path to textlint</li> <li>.textlintrc Path: Absolute path to .textlintrc</li> <li>Options : You can set options for the textlint command</li> <li>Enable in HTML files: To use the html plugin, you can check this</li> <li>Refresh on Save: To scan the document on save, you can check this (Checked by default)</li> <li>Show Annotations: To show annotations in the glyph gutter, you can check this (Checked by default)</li> </ul> <h3>Actions</h3> <h4>Fix</h4> <p>You have to save your file before you run this action.<br/> If there is a fixable rule&rsquo;s error, you can fix it. Right-click an item > Click <code>Fix</code>.<br/> To refresh items, your document is saved once.</p> <h4>Fix All</h4> <p>You have to save your file before you run this action.<br/> If there are fixable rule&rsquo;s errors, you can fix them. Right-click an item > Click <code>Fix All</code>.<br/> This action runs <code>textlint --fix</code> command.</p> <h4>Refresh</h4> <p>You can refresh results forcibly by the following action: Right-click your editor > Click "textlint Refresh".</p> <p>You can also set the shortcut key(Tools > Options > Keymap). </p> <h3>NOTE</h3> <ul> <li>The plugin scans only current file.</li> <li>The plugin does not refresh results automatically. Please save your file or run the refresh action.</li> <li>Use <code>UTF-8</code> as file encoding and <code>LF</code> as line endings.</li> <li>This plugin may not work properly in Windows. (Please try to check above.)</li> <li>If you cannot get expected results, just try to run the <code>textlint</code> commands once in your CLI.</li> </ul>

Last Version: 1.1.0

Release Date:

org-netbeans-modules-payara-micro

org.netbeans.modules : org-netbeans-modules-payara-micro

Apache NetBeans is an integrated development environment, tooling platform, and application framework.

Last Version: RELEASE111

Release Date:

Maven definition for graal-js-parser-e20fe15.jar - external part of NetBeans module.

org.netbeans.external : graal-js-parser-e20fe15

POM and identification for artifact that was not possible to uniquely identify as a maven dependency.

Last Version: RELEASE130

Release Date:

Last Version: 1.3

Release Date:

org-netbeans-modules-db-core

org.netbeans.modules : org-netbeans-modules-db-core

Apache NetBeans is an integrated development environment, tooling platform, and application framework.

Last Version: RELEASE122

Release Date:

NetBeans Editor Platform Library

net.sf.squirrel-sql.thirdpary-non-maven : org-netbeans-modules-editor

The NetBeans Platform is a generic base for desktop applications. It provides the services common to almost all large desktop applications: window management, menus, settings and storage, an update manager, and file access. Get a head start by reusing these standard components, allowing you to concentrate fully on your application's business logic.

Last Version: 4.0

Release Date:

LogMan Netbeans

com.raelity.logman : logman-netbeans

Provides dynamic display, control and configuration of java.util.logging in *this* NB platform. Use "Tools > Manage Logging".

Last Version: 2.2

Release Date: