Uploaded image for project: 'OptaPlanner'
  1. OptaPlanner
  2. PLANNER-956 General UI Improvements
  3. PLANNER-963

When maven profile "productized" is on, do not mention the community information but enterprise information. Example: no OptaPlanner but Business Optimizer.

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Unresolved
    • Icon: Minor Minor
    • Future
    • None
    • None
    • 2018 Week 03-04, 2018 Week 05-06, 2018 Week 07-08, 2018 Week 09-10, 2018 Week 11-12, 2018 Week 13-14, 2018 Week 15-16, 2018 Week 17-18, 2018 Week 19-22, 2018 Week 23-24, 2018 Week 25-26

      From https://github.com/kiegroup/droolsjbpm-build-bootstrap/blob/master/pom.xml#L1623:

          <profile>
            <id>productizedProfile</id>
            <activation>
              <property>
                <name>productized</name>
              </property>
            </activation>
            <properties>
              <org.kie.productized>true</org.kie.productized>
            </properties>
      </profile>
      

      The productized bits are build with "mvn -Dproductized ...".
      When this happens, optashift should say "Business Optimizer" instead "OptaPlanner", etc

              cchianel Christopher Chianelli (Inactive)
              cchianel Christopher Chianelli (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: