schemacrawler / SchemaCrawler

Free database schema discovery and comprehension tool
http://www.schemacrawler.com/
Other
1.62k stars 200 forks source link

Plugin New SchemaCrawler Commands > archetype issue #131

Closed adriens closed 7 years ago

adriens commented 7 years ago

Actually, the generation does not generate an out of the compilable project :

schemacrawler_archetype

In the archetype, on , could you please add the following code to AdditionalCommandProvider.java :

@Override
  public String getHelpAdditionalText(){
      return "Additional Help text";
  }
adriens commented 7 years ago

The archetype used was :

-DarchetypeGroupId=us.fatehi -DarchetypeArtifactId=schemacrawler-archetype-plugin-command -DinteractiveMode=false
schemacrawler commented 7 years ago

Do you need a new SchemaCrawler release right now, or can it wait for the next release?

adriens commented 7 years ago

We can wait for the next release, of course !...it really is a very minor issue :smile_cat: