Giter VIP home page Giter VIP logo

mvnplugins's Introduction

Description

MVN Plugins holds a handy collection of maven plugins.

Plugins

  • Maven Graph Plugin: Uses the graphviz command line tool 'dot' to generate a graphical representation of the project dependencies.
  • Maven Uberize Plugin: Provides the capability to package the artifact in an uber-jar, including its dependencies and to shade/rename/relocate the packages of some of the dependencies.
  • Maven Avro Plugin: Compiles Avro definition files see: http://hadoop.apache.org/avro/

... that's it (for now) ...

Project Links

mvnplugins's People

Contributors

chirino avatar bentmann avatar dkulp avatar jvanzyl avatar brettporter avatar hboutemy avatar jstrachan avatar dennisl avatar aheritier avatar gertv avatar brianf avatar dblevins avatar gnodet avatar mcpat avatar oching avatar markhobson avatar

Stargazers

Tommy Kearns avatar hoo avatar Charles Care avatar Guillaume Yziquel avatar  avatar  avatar  avatar

Watchers

 avatar  avatar James Cloos avatar hoo avatar  avatar

mvnplugins's Issues

The maven plugins have an artifactid that is considered an infringement of the Apache Maven Trademark

The maven-<yourname>-plugin name convention is per https://maven.apache.org/guides/plugin/guide-java-plugin-development.html a reserved name-pattern by the Apache Maven team for their own supported plugins. They consider using that pattern for a 3rd party plugin an infringement of the Apache Maven Trademark.

So it would be better to rebrand the plugins to the pattern suggested by the Apache Maven team for 3rd-party plugins: <yourname>-maven-plugin.

NOTE: It would be wise to use artifact relocation (https://maven.apache.org/guides/mini/guide-relocation.html) to allow people to discover updated versions when they still use the old maven coordinates

make it build with Avro1.5

diff --git a/maven-avro-plugin/pom.xml b/maven-avro-plugin/pom.xml
index dc8c755..ea79f4b 100644
--- a/maven-avro-plugin/pom.xml
+++ b/maven-avro-plugin/pom.xml
@@ -39,7 +39,7 @@

${project.version}
2.0.9

  • 1.2.0
  • 1.5.0
@@ -57,11 +57,16 @@ - org.apache.hadoop - org.apache.avro avro ${avro-version} - - - org.apache.avro - avro-compiler - ${avro-version} - + @@ -87,5 +92,4 @@ ## diff --git a/maven-avro-plugin/src/main/java/org/fusesource/mvnplugins/avro/AvroMojo.java b/maven-avro-plugin/src/main/java/org/fusesource/mvnplugins/avro/AvroMojo.java index a384b8a..085e6c1 100644 --- a/maven-avro-plugin/src/main/java/org/fusesource/mvnplugins/avro/AvroMojo.java +++ b/maven-avro-plugin/src/main/java/org/fusesource/mvnplugins/avro/AvroMojo.java @@ -20,7 +20,7 @@ import java.io.File; import java.io.FileFilter; import java.io.IOException;

-import org.apache.avro.specific.SpecificCompiler;
+import org.apache.avro.compiler.specific.SpecificCompiler;
import org.apache.maven.plugin.AbstractMojo;
import org.apache.maven.plugin.MojoExecutionException;
import org.apache.maven.project.MavenProject;

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.