-
Bug
-
Resolution: Done
-
Major
-
7.1.0.GA, 7.1.1.GA
-
- 7.1.x kie-maven-plugin
- JBDS 11/eclipse Oxygen 4.7.0
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.
- is caused by
-
DROOLS-3370 Issue is with the invalid M2E metadata in the downstream kie-maven-plugin
- Closed
- is cloned by
-
RHDM-802 [GSS] (7.2.z) error happens when using 7.1.x version of kie-maven-plugin in JBDS
- Closed
- relates to
-
JBDS-4745 Drools maven archetype or quickstart using kjar packaging doesn't build
- Closed