-
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
-
-
-
-
-
-
CR2
-
?
-
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.
- clones
-
RHDM-799 [GSS] error happens when using 7.1.x version of kie-maven-plugin in JBD
- Closed
- is related to
-
DROOLS-3236 Unable to open KJAR project in eclipse due to "Missing parameter for pluginExecutionFilter"
- Closed