Skip to Content.
Sympa Menu

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

Subject: perfsonar development work

List archive

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


Chronological Thread 
  • From:
  • To:
  • Subject: [pS-dev] [GEANT/SA2/ps-java-services] r6060 - trunk
  • Date: Fri, 7 Dec 2012 20:32:48 +0000 (GMT)

Author: nordunet.behrmann
Date: 2012-12-07 20:32:48 +0000 (Fri, 07 Dec 2012)
New Revision: 6060

Added:
trunk/pom.xml
Log:
Added Maven aggregator project

This means it is now possible to compile eg SQL MA by issuing

mvn -am -pl perfsonar-java-sql-ma package

and Maven will automatically build dependent projects and make them
available to the Maven reactor (without having to install the artifacts
in the local Maven repository).

I have only added a few of our projects. We should add additional
modules as we update those projects and ensure that they can compile
(and verified that they use the most recent modules rather than
import old versions from Artifactory).

Added: trunk/pom.xml
===================================================================
--- trunk/pom.xml (rev 0)
+++ trunk/pom.xml 2012-12-07 20:32:48 UTC (rev 6060)
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>net.geant.perfsonar</groupId>
+ <artifactId>aggregator</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
+
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
+
+ <name>PerfSONAR Java Services</name>
+ <url>http://perfsonar.geant.net/</url>
+ <inceptionYear>2008</inceptionYear>
+ <licenses>
+ <license>
+ <name>GÉANT Standard Open Source Software Outward Licence</name>
+ <distribution>manual</distribution>
+ </license>
+ </licenses>
+ <organization>
+ <name>GEANT</name>
+ <url>http://www.geant.net</url>
+ </organization>
+
+ <modules>
+ <module>perfsonar_base</module>
+ <module>perfsonar-java-sql-ma</module>
+ <module>perfsonar-java-base2</module>
+ <module>perfsonar-java-rrd-ma-SQL_backend</module>
+ </modules>
+</project>



  • [pS-dev] [GEANT/SA2/ps-java-services] r6060 - trunk, svn-noreply, 12/07/2012

Archive powered by MHonArc 2.6.16.

Top of Page