MVN

ch.hortis.sonar : db-maven-plugin

Maven & Gradle

Dec 13, 2007

Sonar database plugin · Sonar database embedder plugin, can be used to start the embedded database for the dev env

<plugin>
    <groupId>ch.hortis.sonar</groupId>
    <artifactId>db-maven-plugin</artifactId>
    <version>1.0.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.hortis.sonar : db-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.2
  • Latest Beta: 1.0-beta

All Versions

Choose a version of ch.hortis.sonar : db-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
db-maven-plugin-1.0.2
db-maven-plugin-1.0.1
1.0
db-maven-plugin-1.0
db-maven-plugin-1.0-beta

How to add a plugin to Maven

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

<plugin>
    <groupId>ch.hortis.sonar</groupId>
    <artifactId>db-maven-plugin</artifactId>
    <version>1.0.2</version>
</plugin>