Uploaded image for project: 'JBoss BRMS Platform'
  1. JBoss BRMS Platform
  2. RHBRMS-2318

Workbench generated maven projects should have the kjar type

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • 6.0.1
    • 6.0.0
    • Business Central
    • 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>
      ...

            manstis@redhat.com Michael Anstis
            etirelli@redhat.com Edson Tirelli
            Archiver:
            rhn-support-ceverson Clark Everson
            Petr Široký Petr Široký (Inactive)
            Petr Široký Petr Široký (Inactive)
            Marek Baluch

              Created:
              Updated:
              Resolved:
              Archived: