Strabon
annotate vocab/pom.xml @ 1531:142b6555a010
[maven-release-plugin] prepare release v3.2.11-temporals
author | Konstantina Bereta <Konstantina.Bereta@di.uoa.gr> |
---|---|
date | Thu Sep 22 16:52:54 2016 +0300 (2016-09-22) |
parents | 6cc6a1963350 |
children | a6383a84d195 |
rev | line source |
---|---|
charnik@965 | 1 <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/maven-v4_0_0.xsd"> |
charnik@965 | 2 |
charnik@965 | 3 <modelVersion>4.0.0</modelVersion> |
charnik@965 | 4 |
charnik@965 | 5 <parent> |
charnik@965 | 6 <groupId>eu.earthobservatory</groupId> |
charnik@965 | 7 <artifactId>strabon</artifactId> |
Konstantina@1531 | 8 <version>3.2.11-temporals</version> |
charnik@965 | 9 </parent> |
charnik@965 | 10 |
charnik@1004 | 11 <artifactId>strabon-vocabulary</artifactId> |
charnik@965 | 12 |
charnik@1004 | 13 <name>Strabon: Spatial and Temporal Vocabulary</name> |
charnik@1004 | 14 <description>Spatial and Temporal Vocabulary for Strabon</description> |
charnik@965 | 15 <packaging>jar</packaging> |
charnik@965 | 16 |
charnik@965 | 17 <build> |
charnik@965 | 18 <pluginManagement> |
charnik@965 | 19 <plugins> |
charnik@965 | 20 <plugin> |
charnik@965 | 21 <groupId>org.eclipse.m2e</groupId> |
charnik@965 | 22 <artifactId>lifecycle-mapping</artifactId> |
charnik@965 | 23 <version>1.0.0</version> |
charnik@965 | 24 <configuration> |
charnik@965 | 25 <lifecycleMappingMetadata> |
charnik@965 | 26 <pluginExecutions> |
charnik@965 | 27 <pluginExecution> |
charnik@965 | 28 <pluginExecutionFilter> |
charnik@965 | 29 <groupId>org.apache.maven.plugins</groupId> |
charnik@965 | 30 <artifactId>maven-dependency-plugin</artifactId> |
kkyzir@1056 | 31 <versionRange>[2.4,)</versionRange> |
charnik@965 | 32 <goals> |
charnik@965 | 33 <goal>copy-dependencies</goal> |
charnik@965 | 34 </goals> |
charnik@965 | 35 </pluginExecutionFilter> |
charnik@965 | 36 <action> |
charnik@965 | 37 <ignore /> |
charnik@965 | 38 </action> |
charnik@965 | 39 </pluginExecution> |
charnik@965 | 40 </pluginExecutions> |
charnik@965 | 41 </lifecycleMappingMetadata> |
charnik@965 | 42 </configuration> |
charnik@965 | 43 </plugin> |
charnik@965 | 44 </plugins> |
charnik@965 | 45 </pluginManagement> |
charnik@965 | 46 |
charnik@965 | 47 <plugins> |
charnik@965 | 48 <plugin> |
charnik@965 | 49 <groupId>org.apache.maven.plugins</groupId> |
charnik@965 | 50 <artifactId>maven-compiler-plugin</artifactId> |
charnik@965 | 51 <version>2.3.2</version> |
charnik@965 | 52 <configuration> |
charnik@965 | 53 <source>1.6</source> |
charnik@965 | 54 <target>1.6</target> |
charnik@965 | 55 <encoding>utf8</encoding> |
charnik@965 | 56 </configuration> |
charnik@965 | 57 </plugin> |
charnik@965 | 58 <plugin> |
charnik@965 | 59 <groupId>org.apache.maven.plugins</groupId> |
charnik@965 | 60 <artifactId>maven-dependency-plugin</artifactId> |
charnik@965 | 61 <version>2.4</version> |
charnik@965 | 62 <executions> |
charnik@965 | 63 <execution> |
charnik@965 | 64 <id>copy-dependencies</id> |
charnik@965 | 65 <phase>package</phase> |
charnik@965 | 66 <goals> |
charnik@965 | 67 <goal>copy-dependencies</goal> |
charnik@965 | 68 </goals> |
charnik@965 | 69 <configuration> |
charnik@965 | 70 <outputDirectory>${project.build.directory}</outputDirectory> |
charnik@965 | 71 <overWriteReleases>false</overWriteReleases> |
charnik@965 | 72 <overWriteSnapshots>false</overWriteSnapshots> |
charnik@965 | 73 <overWriteIfNewer>true</overWriteIfNewer> |
charnik@965 | 74 </configuration> |
charnik@965 | 75 </execution> |
charnik@965 | 76 </executions> |
charnik@965 | 77 </plugin> |
kkyzir@1056 | 78 |
charnik@965 | 79 <plugin> |
charnik@965 | 80 <groupId>org.apache.maven.plugins</groupId> |
charnik@965 | 81 <artifactId>maven-jar-plugin</artifactId> |
charnik@965 | 82 <version>2.4</version> |
charnik@965 | 83 <configuration> |
charnik@965 | 84 <skipIfEmpty>true</skipIfEmpty> |
charnik@965 | 85 </configuration> |
charnik@965 | 86 <executions> |
charnik@965 | 87 <execution> |
charnik@965 | 88 <goals> |
charnik@965 | 89 <goal>test-jar</goal> |
charnik@965 | 90 </goals> |
charnik@965 | 91 </execution> |
charnik@965 | 92 </executions> |
charnik@965 | 93 </plugin> |
charnik@965 | 94 </plugins> |
charnik@965 | 95 </build> |
charnik@965 | 96 </project> |
charnik@965 | 97 |
kkyzir@1056 | 98 |
kkyzir@1056 | 99 |
kkyzir@1056 | 100 |
kkyzir@1056 | 101 |
kkyzir@1056 | 102 |
kkyzir@1056 | 103 |
kkyzir@1056 | 104 |
kkyzir@1056 | 105 |
kkyzir@1056 | 106 |
kkyzir@1056 | 107 |
kkyzir@1056 | 108 |
kkyzir@1056 | 109 |
kkyzir@1056 | 110 |