11<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3- <modelVersion >4.0.0</modelVersion >
4- <parent >
5- <artifactId >geowave-parent</artifactId >
6- <groupId >mil.nga.giat</groupId >
7- <relativePath >../</relativePath >
8- <version >0.8.4-SNAPSHOT</version >
9- </parent >
10- <artifactId >geowave-accumulo</artifactId >
11- <name >geowave-accumulo</name >
12- <dependencies >
13- <dependency >
14- <groupId >mil.nga.giat</groupId >
15- <artifactId >geowave-store</artifactId >
16- <version >${project.version} </version >
17- </dependency >
18- <dependency >
19- <groupId >org.apache.accumulo</groupId >
20- <artifactId >accumulo-core</artifactId >
21- </dependency >
22- <dependency >
23- <groupId >org.apache.hadoop</groupId >
24- <artifactId >hadoop-client</artifactId >
25- <exclusions >
26- <exclusion >
27- <artifactId >jdk.tools</artifactId >
28- <groupId >jdk.tools</groupId >
29- </exclusion >
30- <exclusion >
31- <artifactId >junit</artifactId >
32- <groupId >junit</groupId >
33- </exclusion >
34- <exclusion >
35- <artifactId >guava</artifactId >
36- <groupId >com.google.guava</groupId >
37- </exclusion >
38- <exclusion >
39- <groupId >javax.servlet</groupId >
40- <artifactId >*</artifactId >
41- </exclusion >
42- </exclusions >
43- </dependency >
44- <dependency >
45- <groupId >junit</groupId >
46- <artifactId >junit</artifactId >
47- <version >4.11</version >
48- <scope >test</scope >
49- </dependency >
2+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ <modelVersion >4.0.0</modelVersion >
4+ <parent >
5+ <artifactId >geowave-parent</artifactId >
6+ <groupId >mil.nga.giat</groupId >
7+ <relativePath >../</relativePath >
8+ <version >0.8.4-SNAPSHOT</version >
9+ </parent >
10+ <artifactId >geowave-accumulo</artifactId >
11+ <name >geowave-accumulo</name >
12+ <dependencies >
13+ <dependency >
14+ <groupId >mil.nga.giat</groupId >
15+ <artifactId >geowave-store</artifactId >
16+ <version >${project.version} </version >
17+ </dependency >
18+ <dependency >
19+ <groupId >org.apache.accumulo</groupId >
20+ <artifactId >accumulo-core</artifactId >
21+ </dependency >
22+ <dependency >
23+ <groupId >org.apache.hadoop</groupId >
24+ <artifactId >hadoop-client</artifactId >
25+ <exclusions >
26+ <exclusion >
27+ <artifactId >jdk.tools</artifactId >
28+ <groupId >jdk.tools</groupId >
29+ </exclusion >
30+ <exclusion >
31+ <artifactId >junit</artifactId >
32+ <groupId >junit</groupId >
33+ </exclusion >
34+ <exclusion >
35+ <artifactId >guava</artifactId >
36+ <groupId >com.google.guava</groupId >
37+ </exclusion >
38+ <exclusion >
39+ <groupId >javax.servlet</groupId >
40+ <artifactId >*</artifactId >
41+ </exclusion >
42+ </exclusions >
43+ </dependency >
44+ <dependency >
45+ <groupId >junit</groupId >
46+ <artifactId >junit</artifactId >
47+ <version >4.11</version >
48+ <scope >test</scope >
49+ </dependency >
5050 <dependency >
5151 <groupId >com.google.code.findbugs</groupId >
5252 <artifactId >annotations</artifactId >
5353 </dependency >
5454 </dependencies >
55- <build >
56- <plugins >
57- <plugin >
58- <groupId >org.sonatype.plugins</groupId >
59- <artifactId >munge-maven-plugin</artifactId >
60- <version >1.0</version >
61- <executions >
62- <execution >
63- <id >munge</id >
64- <phase >generate-sources</phase >
65- <goals >
66- <goal >munge</goal >
67- </goals >
68- <configuration >
69- <symbols >ACCUMULO_${accumulo.version} </symbols >
70- </configuration >
71- </execution >
72- </executions >
73- </plugin >
74- </plugins >
75- <pluginManagement >
76- <plugins >
77- <!-- This plugin's configuration is used to store Eclipse m2e settings
78- only. It has no influence on the Maven build itself. -->
79- <plugin >
80- <groupId >org.eclipse.m2e</groupId >
81- <artifactId >lifecycle-mapping</artifactId >
82- <version >1.0.0</version >
83- <configuration >
84- <lifecycleMappingMetadata >
85- <pluginExecutions >
86- <pluginExecution >
87- <pluginExecutionFilter >
88- <groupId >
89- org.sonatype.plugins
90- </groupId >
91- <artifactId >
92- munge-maven-plugin
93- </artifactId >
94- <versionRange >
95- [1.0,)
96- </versionRange >
97- <goals >
98- <goal >munge</goal >
99- </goals >
100- </pluginExecutionFilter >
101- <action >
102- <ignore />
103- </action >
104- </pluginExecution >
105- </pluginExecutions >
106- </lifecycleMappingMetadata >
107- </configuration >
108- </plugin >
109- </plugins >
110- </pluginManagement >
111- </build >
112- </project >
55+ <build >
56+ <plugins >
57+ <plugin >
58+ <groupId >org.sonatype.plugins</groupId >
59+ <artifactId >munge-maven-plugin</artifactId >
60+ <version >1.0</version >
61+ <executions >
62+ <execution >
63+ <id >munge</id >
64+ <phase >generate-sources</phase >
65+ <goals >
66+ <goal >munge</goal >
67+ </goals >
68+ <configuration >
69+ <symbols >ACCUMULO_${accumulo.version} </symbols >
70+ </configuration >
71+ </execution >
72+ </executions >
73+ </plugin >
74+ </plugins >
75+ <pluginManagement >
76+ <plugins >
77+ <!-- This plugin's configuration is used to store Eclipse m2e settings
78+ only. It has no influence on the Maven build itself. -->
79+ <plugin >
80+ <groupId >org.eclipse.m2e</groupId >
81+ <artifactId >lifecycle-mapping</artifactId >
82+ <version >1.0.0</version >
83+ <configuration >
84+ <lifecycleMappingMetadata >
85+ <pluginExecutions >
86+ <pluginExecution >
87+ <pluginExecutionFilter >
88+ <groupId >
89+ org.sonatype.plugins
90+ </groupId >
91+ <artifactId >
92+ munge-maven-plugin
93+ </artifactId >
94+ <versionRange >
95+ [1.0,)
96+ </versionRange >
97+ <goals >
98+ <goal >munge</goal >
99+ </goals >
100+ </pluginExecutionFilter >
101+ <action >
102+ <ignore />
103+ </action >
104+ </pluginExecution >
105+ </pluginExecutions >
106+ </lifecycleMappingMetadata >
107+ </configuration >
108+ </plugin >
109+ </plugins >
110+ </pluginManagement >
111+ </build >
112+ </project >
0 commit comments