perfsonar-dev - [pS-dev] [GEANT/SA2/ps-java-services] r5955 - trunk/nmwg-sql-converter
Subject: perfsonar development work
List archive
- From:
- To:
- Subject: [pS-dev] [GEANT/SA2/ps-java-services] r5955 - trunk/nmwg-sql-converter
- Date: Fri, 17 Aug 2012 09:47:15 +0100 (BST)
Author: nordunet.behrmann
Date: 2012-08-17 09:47:15 +0100 (Fri, 17 Aug 2012)
New Revision: 5955
Modified:
trunk/nmwg-sql-converter/pom.xml
Log:
nmwg-sql-converter: Set Java source and target version to 1.6
Otherwise the code will not compile as Maven default to Java 1.3.
Modified: trunk/nmwg-sql-converter/pom.xml
===================================================================
--- trunk/nmwg-sql-converter/pom.xml 2012-08-16 22:28:32 UTC (rev 5954)
+++ trunk/nmwg-sql-converter/pom.xml 2012-08-17 08:47:15 UTC (rev 5955)
@@ -1,44 +1,52 @@
-<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>
-
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.4</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
- <build>
- <plugins>
- <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>install</phase>
- <goals>
- <goal>single</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
+<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>
+
+ <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>
+
+ <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>install</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] r5955 - trunk/nmwg-sql-converter, svn-noreply, 08/17/2012
Archive powered by MHonArc 2.6.16.