You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by jh...@apache.org on 2005/11/22 00:20:09 UTC

svn commit: r348011 - /excalibur/trunk/components/datasource/pom.xml

Author: jheymans
Date: Mon Nov 21 15:20:03 2005
New Revision: 348011

URL: http://svn.apache.org/viewcvs?rev=348011&view=rev
Log:
adding pom

Modified:
    excalibur/trunk/components/datasource/pom.xml

Modified: excalibur/trunk/components/datasource/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/components/datasource/pom.xml?rev=348011&r1=348010&r2=348011&view=diff
==============================================================================
--- excalibur/trunk/components/datasource/pom.xml (original)
+++ excalibur/trunk/components/datasource/pom.xml Mon Nov 21 15:20:03 2005
@@ -16,6 +16,11 @@
   limitations under the License.
 -->
 <project>
+  <parent>
+    <groupId>excalibur</groupId>
+    <artifactId>excalibur</artifactId>
+    <version>1.0</version>
+  </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>excalibur-datasource</groupId>
   <artifactId>excalibur-datasource</artifactId>
@@ -31,9 +36,14 @@
     The DataSource package requires that you load the necessary driver classes at init time, but it will take
     care of all necessary issues from there.
   </description>
-
   <dependencies>
     <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>hsqldb</groupId>
       <artifactId>hsqldb</artifactId>
       <version>1.8.0.1</version>
@@ -128,4 +138,19 @@
       <scope>provided</scope>
     </dependency>
   </dependencies>
+  <build>
+    <sourceDirectory>src/java</sourceDirectory>
+    <testSourceDirectory>src/test</testSourceDirectory>
+    <resources>
+      <resource>
+        <directory>${basedir}</directory>
+        <targetPath>META-INF</targetPath>
+        <includes>
+          <include>LICENSE.txt</include>
+          <include>NOTICE.txt</include>
+        </includes>
+      </resource>
+    </resources>
+  </build>
+
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org