GORA-490 added package-info file for gora-maven-plugin
Project: http://git-wip-us.apache.org/repos/asf/gora/repo Commit: http://git-wip-us.apache.org/repos/asf/gora/commit/d08020c6 Tree: http://git-wip-us.apache.org/repos/asf/gora/tree/d08020c6 Diff: http://git-wip-us.apache.org/repos/asf/gora/diff/d08020c6 Branch: refs/heads/master Commit: d08020c67f86b01c810d25881df9ea62d4e94f62 Parents: 2b1f4aa Author: cihad guzel <[email protected]> Authored: Sun Aug 28 13:50:15 2016 +0300 Committer: cihad guzel <[email protected]> Committed: Sun Aug 28 13:50:15 2016 +0300 ---------------------------------------------------------------------- .../apache/gora/maven/plugin/package-info.java | 21 ++++++++++++++++++++ 1 file changed, 21 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/gora/blob/d08020c6/gora-maven-plugin/src/main/java/org/apache/gora/maven/plugin/package-info.java ---------------------------------------------------------------------- diff --git a/gora-maven-plugin/src/main/java/org/apache/gora/maven/plugin/package-info.java b/gora-maven-plugin/src/main/java/org/apache/gora/maven/plugin/package-info.java new file mode 100644 index 0000000..6061f65 --- /dev/null +++ b/gora-maven-plugin/src/main/java/org/apache/gora/maven/plugin/package-info.java @@ -0,0 +1,21 @@ +/** + * 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. + */ +/** + * This package contains some classes that helps to generate Java code + * from Apache Avro *.json files using Apache Gora compiler. + */ +package org.apache.gora.maven.plugin; \ No newline at end of file
