Author: nbelaevski
Date: 2008-04-19 17:07:08 -0400 (Sat, 19 Apr 2008)
New Revision: 7959
Modified:
trunk/pom.xml
Log:
PGSQL driver added for Maven dashboard
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2008-04-19 20:47:32 UTC (rev 7958)
+++ trunk/pom.xml 2008-04-19 21:07:08 UTC (rev 7959)
@@ -65,6 +65,19 @@
</plugin>
</plugins>
</pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>dashboard-maven-plugin</artifactId>
+ <dependencies>
+ <dependency>
+ <groupId>postgresql</groupId>
+ <artifactId>postgresql</artifactId>
+ <version>8.2-504.jdbc3</version>
+ </dependency>
+ </dependencies>
+ </plugin>
+ </plugins>
</build>
<modules>
<module>cdk</module>