Skip to content

Commit

Permalink
Project-wide Checkstyle Config (apache#1162)
Browse files Browse the repository at this point in the history
* Add projet wide checkstyle configuration

* Optimize imports for managed-ledger

* Clean checkstyle for managed-ledger

* Revert "Clean checkstyle for managed-ledger"

This reverts commit 455db2c.

* Revert "Optimize imports for managed-ledger"

This reverts commit c691bc6.

* Revert wrongly merged changes

* Rename builttools project to Pulsar Build Tools

* Add missing license headers
  • Loading branch information
mgodave authored and merlimat committed Feb 1, 2018
1 parent b8fa8c1 commit 034b2b2
Show file tree
Hide file tree
Showing 4 changed files with 555 additions and 0 deletions.
36 changes: 36 additions & 0 deletions buildtools/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<!--
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="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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar</artifactId>
<version>1.22.0-incubating-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

<artifactId>buildtools</artifactId>
<packaging>jar</packaging>
<name>Pulsar Build Tools</name>

</project>
Loading

0 comments on commit 034b2b2

Please sign in to comment.