Author: reto
Date: Mon Jun 14 13:24:59 2010
New Revision: 954442
URL: http://svn.apache.org/viewvc?rev=954442&view=rev
Log:
added distribution-management
Modified:
incubator/clerezza/trunk/scala-scripting/pom.xml
Modified: incubator/clerezza/trunk/scala-scripting/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/scala-scripting/pom.xml?rev=954442&r1=954441&r2=954442&view=diff
==============================================================================
--- incubator/clerezza/trunk/scala-scripting/pom.xml (original)
+++ incubator/clerezza/trunk/scala-scripting/pom.xml Mon Jun 14 13:24:59 2010
@@ -44,6 +44,19 @@
</dependency>
</dependencies>
</dependencyManagement>
+ <distributionManagement>
+ <!-- where to deploy the artifacts -->
+ <repository>
+ <id>apache.releases.https</id>
+ <name>Apache Release Distribution Repository</name>
+
<url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
+ </repository>
+ <snapshotRepository>
+ <id>apache.snapshots.https</id>
+ <name>Apache Development Snapshot Repository</name>
+
<url>https://repository.apache.org/content/repositories/snapshots</url>
+ </snapshotRepository>
+ </distributionManagement>
<build>
<sourceDirectory>src/main/scala</sourceDirectory>
<testSourceDirectory>src/test/scala</testSourceDirectory>