Author: aadamchik
Date: Thu Sep 14 18:40:28 2006
New Revision: 443544

URL: http://svn.apache.org/viewvc?view=rev&rev=443544
Log:
removing explicit distribution management from the child pom

Modified:
    incubator/cayenne/main/trunk/core/cayenne-jpa/pom.xml

Modified: incubator/cayenne/main/trunk/core/cayenne-jpa/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/core/cayenne-jpa/pom.xml?view=diff&rev=443544&r1=443543&r2=443544
==============================================================================
--- incubator/cayenne/main/trunk/core/cayenne-jpa/pom.xml (original)
+++ incubator/cayenne/main/trunk/core/cayenne-jpa/pom.xml Thu Sep 14 18:40:28 
2006
@@ -51,25 +51,6 @@
                </dependency>
        </dependencies>
 
-       <!--TODO: This should be moved to the root pom soon -->
-       <distributionManagement>
-               <site>
-                       <id>cayenne-website</id>
-                       <name>Cayenne</name>
-                       <url>file://${java.io.tmpdir}/foo</url>
-               </site>
-               <repository>
-                       <id>local-maven2-repo</id>
-                       <name>Local Maven 2 Cayenne Repository</name>
-                       <url>file://${java.io.tmpdir}/cayenne-mvn-repo</url>
-               </repository>
-               <snapshotRepository>
-                       <id>local-maven2-snapshot-repo</id>
-                       <name>Local Maven 2 Snapshot Cayenne Repository</name>
-                       
<url>file://${java.io.tmpdir}/cayenne-mvn-snapshot-repo</url>
-               </snapshotRepository>
-       </distributionManagement>
-
        <build>
                <plugins>
                        <plugin>


Reply via email to