diff options
| author | Benjamin Culkin <scorpress@gmail.com> | 2024-05-19 17:56:33 -0400 |
|---|---|---|
| committer | Benjamin Culkin <scorpress@gmail.com> | 2024-05-19 17:56:33 -0400 |
| commit | aedc34d55462a75e329bbf342251ff6504cd117e (patch) | |
| tree | bcc8f1f2352582717b484df302aeea6696b8f000 /projects/net.wotonomy.persistence.adapter.jdbc/pom.xml | |
Initial import from SVN
Diffstat (limited to 'projects/net.wotonomy.persistence.adapter.jdbc/pom.xml')
| -rw-r--r-- | projects/net.wotonomy.persistence.adapter.jdbc/pom.xml | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/projects/net.wotonomy.persistence.adapter.jdbc/pom.xml b/projects/net.wotonomy.persistence.adapter.jdbc/pom.xml new file mode 100644 index 0000000..4ec838a --- /dev/null +++ b/projects/net.wotonomy.persistence.adapter.jdbc/pom.xml @@ -0,0 +1,45 @@ +<project> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>net.wotonomy</groupId> + <artifactId>wotonomy-all</artifactId> + <version>1.0-alpha5-SNAPSHOT</version> + </parent> + <artifactId>wotonomy-persistence-adapter-jdbc</artifactId> + <name>Wotonomy - Persistence - JDBC Adapter</name> + <packaging>jar</packaging> + <dependencies> + <dependency> + <groupId>net.wotonomy</groupId> + <artifactId>wotonomy-persistence</artifactId> + <version>1.0-alpha5-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.1</version> + <scope>test</scope> + </dependency> + </dependencies> + <reporting> + <plugins> + <plugin> + <artifactId>maven-javadoc-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>surefire-report-maven-plugin</artifactId> + </plugin> + <!-- + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>cobertura-maven-plugin</artifactId> + </plugin> + --> + </plugins> + </reporting> + <scm> + <connection>scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.persistence.adapter.jdbc</connection> + <developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/wotonomy/trunk/projects/net.wotonomy.persistence.adapter.jdbc</developerConnection> + </scm> +</project> |
