Scarab commit: svn commit: r10889 - branches/release/0.22/project.xml
Johannes Höchstädter <[email protected]>
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: jhoech
Date: 2010-02-03 04:17:18-0800
New Revision: 10889
Modified:
branches/release/0.22/project.xml
Log:
FIX - Missing dependency for "maven-torque-plugin" added, which is used for generation of documentation files by torque. Related maven goal is: "torque:doc".
Modified: branches/release/0.22/project.xml
Url: http://scarab.tigris.org/source/browse/scarab/branches/release/0.22/project.xml?view=diff&pathrev=10889&r1=10888&r2=10889
==============================================================================
--- branches/release/0.22/project.xml (original)
+++ branches/release/0.22/project.xml 2010-02-03 04:17:18-0800
@@ -770,6 +770,14 @@
</dependency>
<dependency>
+ <groupId>torque</groupId>
+ <artifactId>maven-torque-plugin</artifactId>
+ <version>3.3-RC2</version>
+ <url>http://db.apache.org/torque/</url>
+ <type>plugin</type>
+ </dependency>
+
+ <dependency>
<groupId>statcvs</groupId>
<artifactId>maven-statcvs-plugin</artifactId>
<version>2.4</version>
------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=2444437