Skip to Content.
Sympa Menu

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

Subject: perfsonar development work

List archive

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


Chronological Thread 
  • From:
  • To:
  • Subject: [pS-dev] [GEANT/SA2/ps-java-services] r6084 - perfsonar-parent
  • Date: Wed, 9 Jan 2013 17:19:42 +0000 (GMT)

Author: psnc.pietrzak
Date: 2013-01-09 17:19:42 +0000 (Wed, 09 Jan 2013)
New Revision: 6084

Added:
perfsonar-parent/pom.xml
Log:
Settings for all perfSONAR projects.

Added: perfsonar-parent/pom.xml
===================================================================
--- perfsonar-parent/pom.xml (rev 0)
+++ perfsonar-parent/pom.xml 2013-01-09 17:19:42 UTC (rev 6084)
@@ -0,0 +1,428 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+ <modelVersion>4.0.0</modelVersion>
+
+ <groupId>net.geant.perfsonar</groupId>
+ <artifactId>perfsonar-parent</artifactId>
+ <packaging>pom</packaging>
+ <version>3.0.0-SNAPSHOT</version>
+ <name>Settings for all PerfSONAR projects</name>
+
+ <developers>
+ <developer>
+ <id>blazej.pietrzak</id>
+ <name>Blazej Pietrzak</name>
+
<email></email>
+ <organization>PSNC</organization>
+
<organizationUrl>http://www.man.poznan.pl/</organizationUrl>
+ <roles>
+ <role>architect</role>
+ <role>developer</role>
+ </roles>
+ <timezone>+1</timezone>
+ </developer>
+ </developers>
+
+ <!-- <scm> -->
+ <!--
<connection>scm:git:https://git.man.poznan.pl/gitroot/novi.git/</connection>
-->
+ <!--
<developerConnection>scm:git:https://git.man.poznan.pl/gitroot/novi.git/</developerConnection>
-->
+ <!-- </scm> -->
+
+ <properties>
+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+ <exam.version>1.2.0</exam.version>
+ <slf4j-log4j12.version>1.6.2</slf4j-log4j12.version>
+ </properties>
+
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.core</artifactId>
+ <version>4.2.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <version>1.8.5</version>
+ </dependency>
+ <!-- <dependency>
+ <groupId>nux</groupId>
+ <artifactId>nux</artifactId>
+ <version>1.6</version>
+ </dependency> -->
+ <!-- <dependency> -->
+ <!-- <groupId>org.ops4j.pax.exam</groupId> -->
+ <!-- <artifactId>pax-exam</artifactId> -->
+ <!-- <version>${exam.version}</version> -->
+ <!-- </dependency> -->
+ <!-- <dependency> -->
+ <!-- <groupId>org.ops4j.pax.exam</groupId> -->
+ <!--
<artifactId>pax-exam-container-default</artifactId> -->
+ <!-- <version>${exam.version}</version> -->
+ <!-- </dependency> -->
+ </dependencies>
+ </dependencyManagement>
+
+ <dependencies>
+ <!-- <dependency> -->
+ <!-- <groupId>org.ops4j.pax.exam</groupId> -->
+ <!-- <artifactId>pax-exam</artifactId> -->
+ <!-- <scope>test</scope> -->
+ <!-- </dependency> -->
+ <!-- <dependency> -->
+ <!-- <groupId>org.ops4j.pax.exam</groupId> -->
+ <!-- <artifactId>pax-exam-junit</artifactId> -->
+ <!-- <version>${exam.version}</version> -->
+ <!-- <scope>test</scope> -->
+ <!-- </dependency> -->
+ <!-- <dependency> -->
+ <!-- <groupId>org.ops4j.pax.exam</groupId> -->
+ <!-- <artifactId>pax-exam-container-default</artifactId> -->
+ <!-- <scope>test</scope> -->
+ <!-- </dependency> -->
+ <!-- <dependency> -->
+ <!-- <groupId>org.ops4j.pax.exam</groupId> -->
+ <!-- <artifactId>pax-exam-junit-extender-impl</artifactId> -->
+ <!-- <version>${exam.version}</version> -->
+ <!-- <scope>test</scope> -->
+ <!-- </dependency> -->
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.9</version>
+ <type>jar</type>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <resources>
+ <resource>
+ <directory>src/main/resources</directory>
+ </resource>
+ <!-- <resource>
<directory>${python.sourceDirectory}</directory>
<targetPath>${project.build.directory}/classes</targetPath>
+ </resource> -->
+ </resources>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+
<groupId>org.apache.maven.plugins</groupId>
+
<artifactId>maven-surefire-plugin</artifactId>
+ <version>2.12.4</version>
+ <configuration>
+ <!--
<skipTests>true</skipTests> -->
+ </configuration>
+ </plugin>
+ <plugin>
+
<groupId>org.apache.maven.plugins</groupId>
+
<artifactId>maven-compiler-plugin</artifactId>
+ <version>2.3.2</version>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+
<artifactId>maven-bundle-plugin</artifactId>
+ <version>2.3.5</version>
+ <extensions>true</extensions>
+ </plugin>
+
+ <!--This plugin's configuration is used to
store Eclipse m2e settings
+ only. It has no influence on the
Maven build itself. -->
+ <!-- <plugin>
<groupId>org.eclipse.m2e</groupId> <artifactId>lifecycle-mapping</artifactId>
+ <version>1.0.0</version>
<configuration> <lifecycleMappingMetadata> <pluginExecutions>
+ <pluginExecution>
<pluginExecutionFilter> <groupId> org.apache.servicemix.tooling
+ </groupId> <artifactId>
depends-maven-plugin </artifactId> <versionRange>[1.1,)</versionRange>
+ <goals> <goal> generate-depends-file
</goal> </goals> </pluginExecutionFilter>
+ <action> <execute /> </action>
</pluginExecution> <pluginExecution> <pluginExecutionFilter>
+ <groupId> org.apache.karaf.tooling
</groupId> <artifactId> features-maven-plugin
+ </artifactId> <versionRange> [2.2.2,)
</versionRange> <goals> <goal> generate-features-xml
+ </goal> </goals>
</pluginExecutionFilter> <action> <execute /> </action>
+ </pluginExecution>
</pluginExecutions> </lifecycleMappingMetadata> </configuration>
+ </plugin> -->
+ </plugins>
+ </pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.12.4</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>2.3.2</version>
+ <executions>
+ <execution>
+ <id>attach-tests</id>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.8</version>
+ <executions>
+ <execution>
+ <id>attach-javadocs</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+ <profiles>
+ <!-- <profile> -->
+ <!-- <id>logging</id> -->
+ <!-- <build> -->
+ <!-- <plugins> -->
+ <!-- <plugin> -->
+ <!-- <groupId>org.codehaus.mojo</groupId> -->
+ <!-- <artifactId>aspectj-maven-plugin</artifactId> -->
+ <!-- <version>1.4</version> -->
+ <!-- <executions> -->
+ <!-- <execution> -->
+ <!-- <goals> -->
+ <!-- <goal>compile</goal> -->
+ <!-- </goals> -->
+ <!-- <configuration> -->
+ <!-- <source>1.6</source> -->
+ <!-- <aspectLibraries> -->
+ <!-- <aspectLibrary> -->
+ <!-- <groupId>eu.novi</groupId> -->
+ <!-- <artifactId>framework</artifactId> -->
+ <!-- </aspectLibrary> -->
+ <!-- </aspectLibraries> -->
+ <!-- </configuration> -->
+ <!-- </execution> -->
+ <!-- </executions> -->
+ <!-- </plugin> -->
+ <!-- </plugins> -->
+ <!-- </build> -->
+ <!-- <dependencies> -->
+ <!-- <dependency> -->
+ <!-- <groupId>org.aspectj</groupId> -->
+ <!-- <artifactId>aspectjrt</artifactId> -->
+ <!-- <version>1.6.11</version> -->
+ <!-- </dependency> -->
+ <!-- <dependency> -->
+ <!-- <groupId>eu.novi</groupId> -->
+ <!-- <artifactId>framework</artifactId> -->
+ <!-- <version>0.1.0-SNAPSHOT</version> -->
+ <!-- </dependency> -->
+ <!-- </dependencies> -->
+
+ <!-- </profile> -->
+ <profile>
+ <id>integration-tests</id>
+ <build>
+ <plugins>
+ <!-- Plugins needed for integration
testing -->
+ <!-- <plugin> -->
+ <!--
<groupId>org.apache.karaf.tooling</groupId> -->
+ <!--
<artifactId>features-maven-plugin</artifactId> -->
+ <!-- <version>2.2.2</version> -->
+ <!-- <executions> -->
+ <!-- <execution> -->
+ <!-- <id>generate-features</id> -->
+ <!-- <goals> -->
+ <!--
<goal>generate-features-xml</goal> -->
+ <!-- </goals> -->
+ <!-- <configuration> -->
+ <!--
<bundles>src/main/resources/bundles.properties</bundles> -->
+ <!--
<kernelVersion>2.2.2</kernelVersion> -->
+ <!--
<outputFile>target/features.xml</outputFile> -->
+ <!-- </configuration> -->
+ <!-- </execution> -->
+ <!-- </executions> -->
+ <!-- </plugin> -->
+ <!-- <plugin> -->
+ <!--
<groupId>org.apache.servicemix.tooling</groupId> -->
+ <!--
<artifactId>depends-maven-plugin</artifactId> -->
+ <!-- <version>1.1</version> -->
+ <!-- <executions> -->
+ <!-- <execution> -->
+ <!-- <id>generate-depends-file</id>
-->
+ <!-- <goals> -->
+ <!--
<goal>generate-depends-file</goal> -->
+ <!-- </goals> -->
+ <!-- </execution> -->
+ <!-- </executions> -->
+ <!-- </plugin> -->
+
+
+ <!-- <plugin> -->
+ <!--
<groupId>org.apache.maven.plugins</groupId> -->
+ <!--
<artifactId>maven-failsafe-plugin</artifactId> -->
+ <!-- <version>2.9</version> -->
+ <!-- <configuration> -->
+ <!-- <skipTests>true</skipTests> -->
+ <!-- </configuration> -->
+ <!-- <executions> -->
+ <!-- <execution> -->
+ <!-- <id>integration-test</id> -->
+ <!-- <goals> -->
+ <!-- <goal>integration-test</goal> -->
+ <!-- </goals> -->
+ <!-- </execution> -->
+ <!-- <execution> -->
+ <!-- <id>verify</id> -->
+ <!-- <goals> -->
+ <!-- <goal>verify</goal> -->
+ <!-- </goals> -->
+ <!-- </execution> -->
+ <!-- </executions> -->
+ <!-- </plugin> -->
+ </plugins>
+ </build>
+ </profile>
+
+
+ </profiles>
+ <repositories>
+ <!-- <repository>
+ <id>repo1-maven</id>
+ <url>http://repo1.maven.org/maven2</url>
+ </repository>
+ <repository>
+ <id>fusesource</id>
+ <url>http://repo.fusesource.com/maven2</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ </repository>
+ <repository>
+ <id>fusesource.snapshot</id>
+ <url>http://repo.fusesource.com/maven2-snapshot</url>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </repository>
+ <repository>
+ <id>apache-public</id>
+
<url>https://repository.apache.org/content/groups/public/</url>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ </repository>
+ <repository>
+ <id>apache-servicemix</id>
+
<url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ </repository> -->
+ <!-- <repository> -->
+ <!-- <id>novi-stable-repo</id> -->
+ <!--
<url>http://maven.man.poznan.pl/repository/libs-releases</url> -->
+ <!-- <snapshots> -->
+ <!-- <enabled>false</enabled> -->
+ <!-- </snapshots> -->
+ <!-- <releases> -->
+ <!-- <enabled>true</enabled> -->
+ <!-- </releases> -->
+ <!-- </repository> -->
+ <!-- <repository> -->
+ <!-- <id>novi-snapshot-repo</id> -->
+ <!--
<url>http://maven.man.poznan.pl/repository/novi-libs-snapshots-private</url>
-->
+ <!-- <snapshots> -->
+ <!-- <enabled>true</enabled> -->
+ <!-- </snapshots> -->
+ <!-- <releases> -->
+ <!-- <enabled>false</enabled> -->
+ <!-- </releases> -->
+ <!-- </repository> -->
+ <!-- <repository>
+ <id>aduna-opensource.releases</id>
+ <name>Aduna Open Source - Maven releases</name>
+
<url>http://repo.aduna-software.org/maven2/releases</url>
+ </repository>
+ <repository>
+ <id>XypronRelease</id>
+ <name>Xypron Release</name>
+ <url>http://rsync.xypron.de/repository</url>
+ <layout>default</layout>
+ </repository>
+ <repository>
+ <id>Maven Atlassian</id>
+ <name>Maven Atlassian</name>
+
<url>https://maven.atlassian.com/content/groups/public/</url>
+ <layout>default</layout>
+ </repository>
+ <repository>
+ <id>codehaus-snapshots</id>
+ <url>http://snapshots.repository.codehaus.org</url>
+ </repository> -->
+
+ <!-- NUX repository -->
+ <!-- <repository>
+ <id>thirdparty-releases</id>
+ <name>JBoss Thirdparty Releases</name>
+
<url>https://repository.jboss.org/nexus/content/repositories/thirdparty-releases</url>
+ </repository> -->
+
+
+ <!-- XMLDog -->
+ <repository>
+ <id>jlibs-repository</id>
+ <name>JLibs Repository</name>
+ <url>http://dl.dropbox.com/u/326301/repository</url>
+ <layout>default</layout>
+ </repository>
+ </repositories>
+ <distributionManagement>
+ <repository>
+ <id>geant-developers-repository</id>
+ <name>perfSONAR repository</name>
+
<url>scpexe:///repo</url>
+ <uniqueVersion>false</uniqueVersion>
+ </repository>
+ <snapshotRepository>
+ <id>geant-developers-repository</id>
+ <name>perfSONAR snapshots repository</name>
+
<url>scpexe:///snapshots-repo</url>
+ <uniqueVersion>false</uniqueVersion>
+ </snapshotRepository>
+ </distributionManagement>
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+
<artifactId>maven-checkstyle-plugin</artifactId>
+ <version>2.7</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-pmd-plugin</artifactId>
+ <version>2.5</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+
<artifactId>cobertura-maven-plugin</artifactId>
+ <version>2.5.1</version>
+ </plugin>
+ </plugins>
+ </reporting>
+</project>



  • [pS-dev] [GEANT/SA2/ps-java-services] r6084 - perfsonar-parent, svn-noreply, 01/09/2013

Archive powered by MHonArc 2.6.16.

Top of Page