Author: linus
Date: 2012-07-19 07:35:07-0700
New Revision: 19895

Modified:
   trunk/src/argouml-core-model/pom.xml

Log:
No, it did not work. Revert the change in 19894.


Modified: trunk/src/argouml-core-model/pom.xml
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model/pom.xml?view=diff&pathrev=19895&r1=19894&r2=19895
==============================================================================
--- trunk/src/argouml-core-model/pom.xml        (original)
+++ trunk/src/argouml-core-model/pom.xml        2012-07-19 07:35:07-0700
@@ -21,18 +21,31 @@
     <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
   </properties>
 
+  <build>
+    <!-- This disables the tests that currently require
+         something that will cause a circular reference.
+    -->
+    
<testSourceDirectory>${project.basedir}/dont-run-the-tests</testSourceDirectory>
+    <testResources>
+      <testResource>
+        <directory>${project.basedir}/dont-run-the-tests</directory>
+      </testResource>
+    </testResources>
+  </build>
+
   <dependencies>
+    <!-- This is the circular reference for the tests.
+         It is possible to run the tests in this project but
+         the overall project fails.
     <dependency>
       <groupId>org.argouml</groupId>
       <artifactId>argouml-mdr</artifactId>
-      <!-- This needs to be an "old" version of the lib, otherwise
-           there is a circular reference.
-      -->
       <version>0.34</version>
       <type>jar</type>
       <scope>test</scope>
       <optional>true</optional>
     </dependency>
+    -->
 
     <dependency>
       <groupId>org.argouml</groupId>

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2991757

To unsubscribe from this discussion, e-mail: 
[[email protected]].

Reply via email to