Modified:
/trunk/pom.xml
=======================================
--- /trunk/pom.xml Fri Jun 11 04:52:29 2010
+++ /trunk/pom.xml Fri Jun 11 06:00:31 2010
@@ -19,7 +19,26 @@
<developerConnection>scm:svn:https://atinject.googlecode.com/svn/trunk</developerConnection>
<url>http://code.google.com/p/atinject/source/checkout</url>
</scm>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.7</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
<build>
+ <sourceDirectory>src</sourceDirectory>
+ <testSourceDirectory>tck</testSourceDirectory>
+ <testResources>
+ <testResource>
+ <directory>tck</directory>
+ <excludes>
+ <exclude>**/*.java</exclude>
+ </excludes>
+ </testResource>
+ </testResources>
<pluginManagement>
<plugins>
<plugin>
--
You received this message because you are subscribed to the Google Groups "atinject" group.
To post to this group, send email to atin...@googlegroups.com.
To unsubscribe from this group, send email to atinject+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/atinject?hl=en.