Skip to Content.
Sympa Menu

perfsonar-dev - [pS-dev] [GEANT/SA2/ps-java-services] r5979 - trunk/nmwg-sql-converter

Subject: perfsonar development work

List archive

[pS-dev] [GEANT/SA2/ps-java-services] r5979 - trunk/nmwg-sql-converter


Chronological Thread 
  • From:
  • To:
  • Subject: [pS-dev] [GEANT/SA2/ps-java-services] r5979 - trunk/nmwg-sql-converter
  • Date: Tue, 28 Aug 2012 13:59:35 +0100 (BST)

Author: nordunet.behrmann
Date: 2012-08-28 13:59:35 +0100 (Tue, 28 Aug 2012)
New Revision: 5979

Modified:
trunk/nmwg-sql-converter/pom.xml
Log:
nmwg-sql-converter: Use explicit version numbers and encoding in Maven project

Modified: trunk/nmwg-sql-converter/pom.xml
===================================================================
--- trunk/nmwg-sql-converter/pom.xml 2012-08-28 12:56:27 UTC (rev 5978)
+++ trunk/nmwg-sql-converter/pom.xml 2012-08-28 12:59:35 UTC (rev 5979)
@@ -1,52 +1,58 @@
<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>nmwg-sql-converter</artifactId>
- <version>1.0.0</version>
- <name>NMWG metadata-data converter to SQL </name>
+ 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>nmwg-sql-converter</artifactId>
+ <version>1.0.0</version>
+ <name>NMWG metadata-data converter to SQL </name>

- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.4</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.6</source>
- <target>1.6</target>
- </configuration>
- </plugin>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>

- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <configuration>
- <finalName>nmwg-converter</finalName>
- <archive>
- <manifest>
-
<mainClass>org.perfsonar.nmwg.converter.Main</mainClass>
-
<addClasspath>true</addClasspath>
- </manifest>
- </archive>
- <descriptorRefs>
-
<descriptorRef>jar-with-dependencies</descriptorRef>
- </descriptorRefs>
- </configuration>
- <executions>
- <execution>
- <phase>package</phase>
- <goals>
- <goal>single</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.10</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.5.1</version>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <version>2.3</version>
+ <configuration>
+ <finalName>nmwg-converter</finalName>
+ <archive>
+ <manifest>
+
<mainClass>org.perfsonar.nmwg.converter.Main</mainClass>
+ <addClasspath>true</addClasspath>
+ </manifest>
+ </archive>
+ <descriptorRefs>
+ <descriptorRef>jar-with-dependencies</descriptorRef>
+ </descriptorRefs>
+ </configuration>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
</project>
\ No newline at end of file



  • [pS-dev] [GEANT/SA2/ps-java-services] r5979 - trunk/nmwg-sql-converter, svn-noreply, 08/28/2012

Archive powered by MHonArc 2.6.16.

Top of Page