Skip to Content.
Sympa Menu

perfsonar-dev - [pS-dev] [GEANT/SA2/ps-java-services] r6210 - trunk

Subject: perfsonar development work

List archive

[pS-dev] [GEANT/SA2/ps-java-services] r6210 - trunk


Chronological Thread 
  • From:
  • To:
  • Subject: [pS-dev] [GEANT/SA2/ps-java-services] r6210 - trunk
  • Date: Thu, 14 Mar 2013 18:44:19 +0000 (GMT)
  • Authentication-results: sfpop-ironport03.merit.edu; dkim=neutral (message not signed) header.i=none

Author: dante.delvaux
Date: 2013-03-14 18:44:19 +0000 (Thu, 14 Mar 2013)
New Revision: 6210

Modified:
trunk/pom.xml
Log:
Release build configuration, trying to solve the chicken and egg problem of
using our published parent pom that defines the repository where modules need
to find it.

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2013-03-14 18:12:46 UTC (rev 6209)
+++ trunk/pom.xml 2013-03-14 18:44:19 UTC (rev 6210)
@@ -38,10 +38,11 @@
</modules>

<repositories>
+ <!-- We need to add our own repository here or the modules cannot find
the published parent when they use a stable one -->
<repository>
<id>geant-repository</id>
<name>perfSONAR repository</name>
- <url>https://artifactory.geant.net/artifactory/repo/</url>
+
<url>https://artifactory.geant.net/artifactory/perfsonar-release-local/</url>

<releases><enabled>true</enabled><updatePolicy>always</updatePolicy></releases>

<snapshots><enabled>true</enabled><updatePolicy>always</updatePolicy></snapshots>
</repository>



  • [pS-dev] [GEANT/SA2/ps-java-services] r6210 - trunk, svn-noreply, 03/14/2013

Archive powered by MHonArc 2.6.16.

Top of Page