[forge-commits] [forge/core] 8f257a: FORGE-1030: support to plugins in multi-module pro...

George Gastaldi gegastaldi at gmail.com
Wed Sep 4 12:55:06 EDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/forge/core
  Commit: 8f257a2ff60caf9a79122c838589b76bc4b4c166
      https://github.com/forge/core/commit/8f257a2ff60caf9a79122c838589b76bc4b4c166
  Author: George Gastaldi <gegastaldi at gmail.com>
  Date:   2013-09-04 (Wed, 04 Sep 2013)

  Changed paths:
    M project-model-maven/src/main/java/org/jboss/forge/maven/facets/MavenProjectBuilder.java
    A shell/src/main/java/org/jboss/forge/shell/plugins/PluginManager.java
    M shell/src/main/java/org/jboss/forge/shell/plugins/builtin/ForgePlugin.java
    M shell/src/main/java/org/jboss/forge/shell/util/PluginRef.java
    A shell/src/test/java/org/jboss/forge/shell/plugins/PluginManagerTest.java
    A shell/src/test/resources/plugins/multiple/module_a/pom.xml
    A shell/src/test/resources/plugins/multiple/module_b/module_b_1/pom.xml
    A shell/src/test/resources/plugins/multiple/module_b/pom.xml
    A shell/src/test/resources/plugins/multiple/pom.xml
    A shell/src/test/resources/plugins/single/pom.xml

  Log Message:
  -----------
  FORGE-1030: support to plugins in multi-module projects


  Commit: 9580df8743738cd557825ff5cc5cb0678f329813
      https://github.com/forge/core/commit/9580df8743738cd557825ff5cc5cb0678f329813
  Author: Vineet Reynolds <Vineet.Reynolds at gmail.com>
  Date:   2013-09-04 (Wed, 04 Sep 2013)

  Changed paths:
    M shell/src/main/java/org/jboss/forge/shell/plugins/PluginManager.java

  Log Message:
  -----------
  FORGE-1030 Fixed incorrect plugin module creation

For multi-module projects, any dependency failures due to
unresolved modules should be invalidated before attempting to
determine the effective compile and runtime dependencies for the
plugin project. We reset the project POM to achieve this.


  Commit: 9927e1444fcdcdd5a6120dce85eba08d120e96dc
      https://github.com/forge/core/commit/9927e1444fcdcdd5a6120dce85eba08d120e96dc
  Author: George Gastaldi <gegastaldi at gmail.com>
  Date:   2013-09-04 (Wed, 04 Sep 2013)

  Changed paths:
    M project-model-maven/src/main/java/org/jboss/forge/maven/facets/MavenProjectBuilder.java
    A shell/src/main/java/org/jboss/forge/shell/plugins/PluginManager.java
    M shell/src/main/java/org/jboss/forge/shell/plugins/builtin/ForgePlugin.java
    M shell/src/main/java/org/jboss/forge/shell/util/PluginRef.java
    A shell/src/test/java/org/jboss/forge/shell/plugins/PluginManagerTest.java
    A shell/src/test/resources/plugins/multiple/module_a/pom.xml
    A shell/src/test/resources/plugins/multiple/module_b/module_b_1/pom.xml
    A shell/src/test/resources/plugins/multiple/module_b/pom.xml
    A shell/src/test/resources/plugins/multiple/pom.xml
    A shell/src/test/resources/plugins/single/pom.xml

  Log Message:
  -----------
  Merge pull request #350 from VineetReynolds/FORGE-1030

FORGE-1030 Support building of multi-module Forge plugins


Compare: https://github.com/forge/core/compare/3eb3138d671a...9927e1444fcd


More information about the forge-commits mailing list