Skip to content

Commit

Permalink
Revert "fix style for all pom.xml files" (apache#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravipesala committed May 18, 2016
1 parent ef3de4e commit c523c60
Show file tree
Hide file tree
Showing 9 changed files with 1,228 additions and 1,194 deletions.
301 changes: 149 additions & 152 deletions assembly/pom.xml
Original file line number Diff line number Diff line change
@@ -1,157 +1,154 @@
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
~ distributed with this work for additional information
~ regarding copyright ownership. The ASF licenses this file
~ to you under the Apache License, Version 2.0 (the
~ "License"); you may not use this file except in compliance
~ with the License. You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~ KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations
~ under the License.
-->
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.huawei.datasight</groupId>
<artifactId>carbon-assembly</artifactId>
<version>0.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>carbon-assembly</name>
<parent>
<groupId>org.carbondata</groupId>
<!-- ~ Licensed to the Apache Software Foundation (ASF) under one ~ or more
contributor license agreements. See the NOTICE file ~ distributed with this
work for additional information ~ regarding copyright ownership. The ASF
licenses this file ~ to you under the Apache License, Version 2.0 (the ~
"License"); you may not use this file except in compliance ~ with the License.
You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0
~ ~ Unless required by applicable law or agreed to in writing, ~ software
distributed under the License is distributed on an ~ "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY ~ KIND, either express or implied. See the
License for the ~ specific language governing permissions and limitations
~ under the License. -->

<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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.huawei.datasight</groupId>
<artifactId>carbon-assembly</artifactId>
<version>0.1.0-SNAPSHOT</version>
<artifactId>carbondata-parent</artifactId>
<relativePath>../pom.xml</relativePath>
</parent>
<properties>
<carbondata.jar.dir>scala-${scala.binary.version}</carbondata.jar.dir>
<carbondata.jar.basename>
carbondata_${scala.binary.version}-${project.version}-shade-hadoop${hadoop.version}.jar
</carbondata.jar.basename>
<carbondata.jar>
${project.build.directory}/${carbondata.jar.dir}/${carbondata.jar.basename}
</carbondata.jar>
</properties>
<dependencies>
<dependency>
<groupId>org.carbondata</groupId>
<artifactId>carbon-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.carbondata</groupId>
<artifactId>carbon-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.carbondata</groupId>
<artifactId>carbon-processing</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.carbondata</groupId>
<artifactId>carbon-spark</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<configuration>
<shadedArtifactAttached>false</shadedArtifactAttached>
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
<outputFile>${carbondata.jar}</outputFile>
<artifactSet>
<includes>
<include>*:*</include>
</includes>
</artifactSet>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>org/datanucleus/**</exclude>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
</excludes>
</filter>
</filters>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries>
<Specification-Version>32</Specification-Version>
<Compile-Timestamp>2015-07-15 02.59.16</Compile-Timestamp>
</manifestEntries>
</transformer>
</transformers>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>dist</id>
<build>
<packaging>pom</packaging>
<name>carbon-assembly</name>
<parent>
<groupId>org.carbondata</groupId>
<version>0.1.0-SNAPSHOT</version>
<artifactId>carbondata-parent</artifactId>
<relativePath>../pom.xml</relativePath>
</parent>
<properties>
<carbondata.jar.dir>scala-${scala.binary.version}</carbondata.jar.dir>
<carbondata.jar.basename>
carbondata_${scala.binary.version}-${project.version}-shade-hadoop${hadoop.version}.jar
</carbondata.jar.basename>
<carbondata.jar>
${project.build.directory}/${carbondata.jar.dir}/${carbondata.jar.basename}
</carbondata.jar>
</properties>
<dependencies>
<dependency>
<groupId>org.carbondata</groupId>
<artifactId>carbon-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.carbondata</groupId>
<artifactId>carbon-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.carbondata</groupId>
<artifactId>carbon-processing</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.carbondata</groupId>
<artifactId>carbon-spark</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<finalName>carbondata_${scala.binary.version}-${project.version}
</finalName>
</configuration>
<executions>
<execution>
<id>dist</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<descriptors>
<descriptor>src/main/assembly/assembly.xml</descriptor>
</descriptors>
<skip>true</skip>
</configuration>
</execution>
</executions>
</plugin>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<configuration>
<shadedArtifactAttached>false</shadedArtifactAttached>
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
<outputFile>${carbondata.jar}</outputFile>
<artifactSet>
<includes>
<include>*:*</include>
</includes>
</artifactSet>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>org/datanucleus/**</exclude>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
</excludes>
</filter>
</filters>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries>
<Specification-Version>32</Specification-Version>
<Compile-Timestamp>2015-07-15 02.59.16</Compile-Timestamp>
</manifestEntries>
</transformer>
</transformers>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
</build>

<profiles>
<profile>
<id>dist</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<finalName>carbondata_${scala.binary.version}-${project.version}
</finalName>
</configuration>
<executions>
<execution>
<id>dist</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
<configuration>
<descriptors>
<descriptor>src/main/assembly/assembly.xml</descriptor>
</descriptors>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
Loading

0 comments on commit c523c60

Please sign in to comment.