Uploaded image for project: 'Red Hat Decision Manager'
  1. Red Hat Decision Manager
  2. RHDM-799

[GSS] error happens when using 7.1.x version of kie-maven-plugin in JBD

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.2.0.GA
    • 7.1.0.GA, 7.1.1.GA
    • Build and Assembly
      • 7.1.x kie-maven-plugin
      • JBDS 11/eclipse Oxygen 4.7.0
    • Hide

      import attached project into JBDS workspace and then perform Project > Clean with that project.

      Show
      import attached project into JBDS workspace and then perform Project > Clean with that project.

      In the project of kjar on JBDS, when using the following kie-maven-plugin,

      ~~
      <build>
      <plugins>
      <plugin>
      <groupId>org.kie</groupId>
      <artifactId>kie-maven-plugin</artifactId>
      <version>7.11.0.Final-redhat-00003</version>
      <extensions>true</extensions>
      </plugin>
      </plugins>
      </build>
      ~~~

      the following problem happens in some operations.

      Errors occurred during the build.
      Errors running builder 'Maven Project Builder' on project 'ruleFlowSample'.
      Missing parameter for pluginExecutionFilter. groupId, artifactId, versionRange and goals must be specificed, but found: groupId = 'org.kie'
      artifactId = 'kie-maven-plugin'
      versionRange = '7.11.0.Final-redhat-00003'
      goals = '[]'

      Here is some operation which causes this error.

      • modify&save pom.xml
      • Project > Clean via top menu bar
      • Maven > Update Project by selecting project

      On the other hand, maven build itself (such as Run As > Maven Install) works even though this problem happens.

            Unassigned Unassigned
            rhn-support-hmiura Hiroko Miura
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: