Strabon
changeset 1056:e2b76cad5b7c
Cleaned up the poms in order to produce (consistently!) a successful build even with an empty local maven repository.
author | Kostis Kyzirakos <kkyzir@di.uoa.gr> |
---|---|
date | Sat Apr 20 12:12:38 2013 +0300 (2013-04-20) |
parents | c562f1bc1fb2 |
children | ef787b84dbe2 |
files | endpoint-client/pom.xml endpoint/pom.xml pom.xml runtime/pom.xml vocab/pom.xml |
line diff
1.1 --- a/endpoint-client/pom.xml Sat Apr 20 00:10:40 2013 +0300 1.2 +++ b/endpoint-client/pom.xml Sat Apr 20 12:12:38 2013 +0300 1.3 @@ -59,7 +59,7 @@ 1.4 <pluginExecutionFilter> 1.5 <groupId>org.apache.maven.plugins</groupId> 1.6 <artifactId>maven-dependency-plugin</artifactId> 1.7 - <versionRange>[2.3,)</versionRange> 1.8 + <versionRange>[2.4,)</versionRange> 1.9 <goals> 1.10 <goal>copy-dependencies</goal> 1.11 </goals>
2.1 --- a/endpoint/pom.xml Sat Apr 20 00:10:40 2013 +0300 2.2 +++ b/endpoint/pom.xml Sat Apr 20 12:12:38 2013 +0300 2.3 @@ -208,13 +208,32 @@ 2.4 </archive> --> 2.5 </configuration> 2.6 </plugin> 2.7 - <!-- <plugin> <groupId>org.eclipse.m2e</groupId> <artifactId>lifecycle-mapping</artifactId> 2.8 - <version>1.0.0</version> <configuration> <lifecycleMappingMetadata> <pluginExecutions> 2.9 - <pluginExecution> <pluginExecutionFilter> <groupId>org.apache.maven.plugins</groupId> 2.10 - <artifactId>maven-dependency-plugin</artifactId> <versionRange>[2.1,)</versionRange> 2.11 - <goals> <goal>copy-dependencies</goal> </goals> </pluginExecutionFilter> 2.12 - <action> <ignore /> </action> </pluginExecution> </pluginExecutions> </lifecycleMappingMetadata> 2.13 - </configuration> </plugin> --> 2.14 + <!-- 2.15 + <plugin> 2.16 + <groupId>org.eclipse.m2e</groupId> 2.17 + <artifactId>lifecycle-mapping</artifactId> 2.18 + <version>1.0.0</version> 2.19 + <configuration> 2.20 + <lifecycleMappingMetadata> 2.21 + <pluginExecutions> 2.22 + <pluginExecution> 2.23 + <pluginExecutionFilter> 2.24 + <groupId>org.apache.maven.plugins</groupId> 2.25 + <artifactId>maven-dependency-plugin</artifactId> 2.26 + <versionRange>[2.1,)</versionRange> 2.27 + <goals> 2.28 + <goal>copy-dependencies</goal> 2.29 + </goals> 2.30 + </pluginExecutionFilter> 2.31 + <action> 2.32 + <ignore /> 2.33 + </action> 2.34 + </pluginExecution> 2.35 + </pluginExecutions> 2.36 + </lifecycleMappingMetadata> 2.37 + </configuration> 2.38 + </plugin> 2.39 + --> 2.40 <plugin> 2.41 <groupId>org.apache.maven.plugins</groupId> 2.42 <artifactId>maven-dependency-plugin</artifactId> 2.43 @@ -271,7 +290,7 @@ 2.44 <pluginExecutionFilter> 2.45 <groupId>org.apache.maven.plugins</groupId> 2.46 <artifactId>maven-dependency-plugin</artifactId> 2.47 - <versionRange>[2.1,)</versionRange> 2.48 + <versionRange>[2.4,)</versionRange> 2.49 <goals> 2.50 <goal>copy-dependencies</goal> 2.51 </goals>
3.1 --- a/pom.xml Sat Apr 20 00:10:40 2013 +0300 3.2 +++ b/pom.xml Sat Apr 20 12:12:38 2013 +0300 3.3 @@ -740,9 +740,9 @@ 3.4 <plugin> 3.5 <groupId>org.apache.maven.plugins</groupId> 3.6 <artifactId>maven-surefire-plugin</artifactId> 3.7 - <version>2.12</version> 3.8 + <version>2.14</version> 3.9 <configuration> 3.10 - <skipTests>${skipTests}</skipTests> 3.11 + <skipTests>${skipTests}</skipTests> 3.12 </configuration> 3.13 </plugin> 3.14 </plugins>
4.1 --- a/runtime/pom.xml Sat Apr 20 00:10:40 2013 +0300 4.2 +++ b/runtime/pom.xml Sat Apr 20 12:12:38 2013 +0300 4.3 @@ -357,7 +357,7 @@ 4.4 <pluginExecutionFilter> 4.5 <groupId>org.apache.maven.plugins</groupId> 4.6 <artifactId>maven-dependency-plugin</artifactId> 4.7 - <versionRange>[2.3,)</versionRange> 4.8 + <versionRange>[2.4,)</versionRange> 4.9 <goals> 4.10 <goal>copy-dependencies</goal> 4.11 </goals> 4.12 @@ -424,3 +424,15 @@ 4.13 </build> 4.14 </project> 4.15 4.16 + 4.17 + 4.18 + 4.19 + 4.20 + 4.21 + 4.22 + 4.23 + 4.24 + 4.25 + 4.26 + 4.27 +
5.1 --- a/vocab/pom.xml Sat Apr 20 00:10:40 2013 +0300 5.2 +++ b/vocab/pom.xml Sat Apr 20 12:12:38 2013 +0300 5.3 @@ -28,7 +28,7 @@ 5.4 <pluginExecutionFilter> 5.5 <groupId>org.apache.maven.plugins</groupId> 5.6 <artifactId>maven-dependency-plugin</artifactId> 5.7 - <versionRange>[2.3,)</versionRange> 5.8 + <versionRange>[2.4,)</versionRange> 5.9 <goals> 5.10 <goal>copy-dependencies</goal> 5.11 </goals> 5.12 @@ -75,7 +75,7 @@ 5.13 </execution> 5.14 </executions> 5.15 </plugin> 5.16 - 5.17 + 5.18 <plugin> 5.19 <groupId>org.apache.maven.plugins</groupId> 5.20 <artifactId>maven-jar-plugin</artifactId> 5.21 @@ -95,3 +95,16 @@ 5.22 </build> 5.23 </project> 5.24 5.25 + 5.26 + 5.27 + 5.28 + 5.29 + 5.30 + 5.31 + 5.32 + 5.33 + 5.34 + 5.35 + 5.36 + 5.37 +