Uploaded image for project: 'Forge'
  1. Forge
  2. FORGE-585

"plugins new-plugin" strips numbers from plugin name

XMLWordPrintable

      Following the instructions from https://docs.jboss.org/author/display/FORGE/Implement+the+Plugin+interface, when executing the following :

      plugins new-plugin --named Wro4jPlugin

      Forge produces :

      Picked up type <JavaResource>: org.wro4j.forge.WroJPlugin
      Wrote /path/to/workspace/plugin-wro4j/src/main/java/org/wro4j/forge/WroJPlugin.java
      

      The 4 has been removed, 'j' capitalized. This is caused by some bad regexp in https://github.com/forge/core/blob/master/dev-plugins/src/main/java/org/jboss/forge/dev/PluginsPlugin.java#L125

              rhn-support-ggastald George Gastaldi
              fbricon@redhat.com Fred Bricon
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: