https://github.com/openpj/maven-dbdep-plugin
Apache Maven Database Dependencies Plugin (dbdep for Maven)
https://github.com/openpj/maven-dbdep-plugin
Last synced: 2 months ago
JSON representation
Apache Maven Database Dependencies Plugin (dbdep for Maven)
- Host: GitHub
- URL: https://github.com/openpj/maven-dbdep-plugin
- Owner: OpenPj
- Created: 2015-09-02T09:41:57.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-02T12:39:16.000Z (almost 11 years ago)
- Last Synced: 2025-03-20T16:38:19.379Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 242 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Apache Maven Database Dependencies Plugin (dbdep for Maven)
A custom Apache Maven Plugin to store dependencies on a database
Apache Maven Database Dependencies Plugin can be used to store in a easy way all the dependencies of all of your Maven projects in a database.
The goal is simplifying software development monitoring for business intelligence purpose.
The implementation is based on Spring Framework for transactions and queries.
How to install Maven Database Dependencies Plugin (dbdep for Maven)
This page is dedicated to show how to install Maven Db Dependencies Plugin.
Database creation
Download and execute with a SQL client setup_db.sql
Configure your own Maven project
Copy JAR and POM file in a directory and install Maven Database Dependencies Plugin on you local Maven repository in this way (version 0.2):
mvn install:install-file -DgroupId=com.sourcesense -DartifactId=maven-dbdep-plugin -Dversion=0.2 -Dpackaging=jar -Dfile=maven-dbdep-plugin-0.2.jar -DpomFile=maven-dbdep-plugin-0.2.pom
Now you can add this snippet in your own project POM file, in this example snippet you can see how to configure your DBMS:
com.sourcesense
maven-dbdep-plugin
0.2
dbdep
dbdep
driver.classname.package.dbms
jdbc:dbms://ip:port/dbdep
dbdep
dbdep