1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
1
2
<!--
2
- ~ Licensed to the Apache Software Foundation (ASF) under one
3
- ~ or more contributor license agreements. See the NOTICE file
4
- ~ distributed with this work for additional information
5
- ~ regarding copyright ownership. The ASF licenses this file
6
- ~ to you under the Apache License, Version 2.0 (the
7
- ~ "License"); you may not use this file except in compliance
8
- ~ with the License. You may obtain a copy of the License at
9
- ~
10
- ~ http://www.apache.org/licenses/LICENSE-2.0
11
- ~
12
- ~ Unless required by applicable law or agreed to in writing,
13
- ~ software distributed under the License is distributed on an
14
- ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15
- ~ KIND, either express or implied. See the License for the
16
- ~ specific language governing permissions and limitations
17
- ~ under the License.
18
- -->
19
- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" http://maven.apache.org/POM/4.0.0" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
3
+ Licensed to the Apache Software Foundation (ASF) under one or more
4
+ contributor license agreements. See the NOTICE file distributed with
5
+ this work for additional information regarding copyright ownership.
6
+ The ASF licenses this file to You under the Apache License, Version 2.0
7
+ (the "License"); you may not use this file except in compliance with
8
+ the License. You may obtain a copy of the License at
9
+
10
+ http://www.apache.org/licenses/LICENSE-2.0
11
+
12
+ Unless required by applicable law or agreed to in writing, software
13
+ distributed under the License is distributed on an "AS IS" BASIS,
14
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ See the License for the specific language governing permissions and
16
+ limitations under the License.
17
+ -->
18
+ <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" >
19
+
20
20
<modelVersion >4.0.0</modelVersion >
21
- <groupId >org.carbondata</groupId >
22
- <artifactId >carbon-assembly</artifactId >
23
- <packaging >pom</packaging >
24
- <name >CarbonData Assembly</name >
21
+
25
22
<parent >
26
- <groupId >org.carbondata</groupId >
27
- <version >0.1.0-SNAPSHOT</version >
23
+ <groupId >org.apache.carbondata</groupId >
28
24
<artifactId >carbondata-parent</artifactId >
25
+ <version >0.1.0-incubating-SNAPSHOT</version >
29
26
<relativePath >../pom.xml</relativePath >
30
27
</parent >
28
+
29
+ <artifactId >carbondata-assembly</artifactId >
30
+ <packaging >pom</packaging >
31
+ <name >Apache CarbonData :: Assembly</name >
32
+
31
33
<properties >
32
34
<carbondata .jar.dir>scala-${scala.binary.version} </carbondata .jar.dir>
33
35
<carbondata .jar.basename>carbondata_${scala.binary.version} -${project.version} -shade-hadoop${hadoop.version} .jar</carbondata .jar.basename>
34
36
<carbondata .jar>${project.build.directory} /${carbondata.jar.dir} /${carbondata.jar.basename} </carbondata .jar>
35
37
<dev .path>${basedir} /../dev</dev .path>
36
38
</properties >
39
+
37
40
<dependencies >
38
41
<dependency >
39
- <groupId >org.carbondata</groupId >
40
- <artifactId >carbon -common</artifactId >
42
+ <groupId >org.apache. carbondata</groupId >
43
+ <artifactId >carbondata -common</artifactId >
41
44
<version >${project.version} </version >
42
45
</dependency >
43
46
<dependency >
44
- <groupId >org.carbondata</groupId >
45
- <artifactId >carbon -core</artifactId >
47
+ <groupId >org.apache. carbondata</groupId >
48
+ <artifactId >carbondata -core</artifactId >
46
49
<version >${project.version} </version >
47
50
</dependency >
48
51
<dependency >
49
- <groupId >org.carbondata</groupId >
50
- <artifactId >carbon -processing</artifactId >
52
+ <groupId >org.apache. carbondata</groupId >
53
+ <artifactId >carbondata -processing</artifactId >
51
54
<version >${project.version} </version >
52
55
</dependency >
53
56
<dependency >
54
- <groupId >org.carbondata</groupId >
55
- <artifactId >carbon -spark</artifactId >
57
+ <groupId >org.apache. carbondata</groupId >
58
+ <artifactId >carbondata -spark</artifactId >
56
59
<version >${project.version} </version >
57
60
</dependency >
58
61
</dependencies >
62
+
59
63
<build >
60
64
<plugins >
61
65
<plugin >
121
125
</plugin >
122
126
</plugins >
123
127
</build >
128
+
124
129
<profiles >
125
130
<profile >
126
131
<id >provided</id >
170
175
</build >
171
176
</profile >
172
177
</profiles >
178
+
173
179
</project >
0 commit comments