-
Bug
-
Resolution: Done
-
Critical
-
6.0.0
-
None
Description of problem:
When the workbench generates a maven pom, it should set the archetype to kjar and configure the plugin so that if users clone the repo and compile with maven in the command line, they get the same compile time validation of the content as well as the bytecode caching that kjars support.
Version-Release number of selected component (if applicable):
6.0.0.ER7
How reproducible:
Generate a project in the workbench, check the pom.
POM file should include:
...
<packaging>kjar</packaging>
...
<build>
<plugins>
<plugin>
<groupId>org.kie</groupId>
<artifactId>kie-maven-plugin</artifactId>
<version>${project.version}</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
...
- is related to
-
RHBPMS-2468 Uploading a JAR does not result in the data objects being available in the user interface
- Closed
-
RHBRMS-2377 Relax external class validation to allow use of @PropertyReactive
- Closed
- relates to
-
RHBPMS-2468 Uploading a JAR does not result in the data objects being available in the user interface
- Closed
-
RHBRMS-2377 Relax external class validation to allow use of @PropertyReactive
- Closed