MVN

net.windwards : maven-dbus-plugin

Maven & Gradle

Jun 22, 2013

Maven DBus Plugin · Maven DBus Plugin generates Java Sources from interface XML definitions. It is essentially a wrapper around CreateInterface so that projects can more easily maintain an interface specification.

<plugin>
    <groupId>net.windwards</groupId>
    <artifactId>maven-dbus-plugin</artifactId>
    <version>0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.windwards : maven-dbus-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.1

All Versions

Choose a version of net.windwards : maven-dbus-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1
maven-dbus-plugin-0.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>net.windwards</groupId>
    <artifactId>maven-dbus-plugin</artifactId>
    <version>0.1</version>
</plugin>