Skip to Content.
Sympa Menu

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

Subject: perfsonar development work

List archive

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


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

Author: dante.delvaux
Date: 2013-03-14 15:26:09 +0000 (Thu, 14 Mar 2013)
New Revision: 6197

Modified:
trunk/parent/pom.xml
Log:
Parent: re-organising pom and adding the release plugin.

Modified: trunk/parent/pom.xml
===================================================================
--- trunk/parent/pom.xml 2013-03-13 19:46:44 UTC (rev 6196)
+++ trunk/parent/pom.xml 2013-03-14 15:26:09 UTC (rev 6197)
@@ -16,7 +16,18 @@
<slf4j.version>1.6.6</slf4j.version>
</properties>

- <name>perfSONAR parent POM</name>
+ <name>perfSONAR Java Services parent POM</name>
+ <url>http://perfsonar.geant.net/</url>
+ <licenses>
+ <license>
+ <name>GÉANT Standard Open Source Software Outward License</name>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+ <organization>
+ <name>GEANT</name>
+ <url>http://www.geant.net</url>
+ </organization>

<prerequisites>
<maven>3.0.0</maven>
@@ -49,26 +60,14 @@
</developer>
</developers>

- <url>http://perfsonar.geant.net/</url>
- <licenses>
- <license>
- <name>GÉANT Standard Open Source Software Outward License</name>
- <distribution>repo</distribution>
- </license>
- </licenses>
- <organization>
- <name>GEANT</name>
- <url>http://www.geant.net</url>
- </organization>
-
<issueManagement>
<system>JIRA</system>
<url>http://issues.geant.net/jira/browse/PSSERVICES</url>
</issueManagement>

<scm>
-
<connection>scm:svn:http://svn.geant.net/GEANT/SA2/ps-java-services/trunk</connection>
-
<developerConnection>scm:svn:svn+ssh:///GEANT/SA2/ps-java-services/trunk</developerConnection>
+
<connection>scm:svn:http://svn.geant.net/GEANT/SA2/ps-java-services/trunk/${project.artifactId}</connection>
+
<developerConnection>scm:svn:svn+ssh:///GEANT/SA2/ps-java-services/trunk/${project.artifactId}</developerConnection>
<url>https://svn.geant.net/fisheye/browse/SA2T3-ps-javaservices</url>
</scm>

@@ -76,16 +75,17 @@

<downloadUrl>https://build.shibboleth.net/nexus/content/repositories/releases/</downloadUrl>
<repository>
<id>perfsonar-release-repository</id>
+ <name>perfSONAR release repository</name>

<url>https://artifactory.geant.net/artifactory/perfsonar-release-local</url>
</repository>
<snapshotRepository>
<id>perfsonar-snapshot-repository</id>
+ <name>perfSONAR snapshot repository</name>

<url>https://artifactory.geant.net/artifactory/perfsonar-snapshot-local</url>
</snapshotRepository>
</distributionManagement>

<repositories>
-
<repository>
<id>geant-repository</id>
<name>perfSONAR repository</name>
@@ -100,12 +100,6 @@

<url>https://artifactory.geant.net/artifactory/geant-repo/net/geant/3rdparty/</url>
</repository>

- <!--
- <repository>
- <id>perfsonar-snapshot</id>
-
<url>https://artifactory.geant.net/artifactory/perfsonar-snapshot-local</url>
- </repository>
- -->
<!-- XMLDog, see http://code.google.com/p/jlibs/wiki/XMLDog -->
<repository>
<id>jlibs-repository</id>
@@ -113,7 +107,6 @@
<url>http://dl.dropbox.com/u/326301/repository</url>
<layout>default</layout>
</repository>
-
</repositories>

<build>
@@ -163,15 +156,27 @@
</plugin>

<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.3</version>
</plugin>

<plugin>
- <artifactId>jdeb</artifactId>
- <groupId>org.vafer</groupId>
- <version>0.11</version>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>2.7</version>
</plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.4</version>
+ <configuration>
+ <dryRun>true</dryRun>
+
<tagBase>http://svn.geant.net/GEANT/SA2/ps-java-services/tags/${project.artifactId}/</tagBase>
+ <tagNameFormat>${project.version}</tagNameFormat>
+ </configuration>
+ </plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -206,12 +211,6 @@

<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <version>2.7</version>
- </plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>2.7.1</version>
<configuration>
@@ -239,6 +238,12 @@
</plugin>

<plugin>
+ <groupId>org.vafer</groupId>
+ <artifactId>jdeb</artifactId>
+ <version>0.11</version>
+ </plugin>
+
+ <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rpm-maven-plugin</artifactId>
<version>2.1-alpha-2</version>



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

Archive powered by MHonArc 2.6.16.

Top of Page