Skip to content

Instantly share code, notes, and snippets.

@manstis
Created April 13, 2017 14:49
Show Gist options
  • Select an option

  • Save manstis/33ff83888c7dec45520ac882692fbfef to your computer and use it in GitHub Desktop.

Select an option

Save manstis/33ff83888c7dec45520ac882692fbfef to your computer and use it in GitHub Desktop.
4Michael
<!-- Product Home Page -->
<profile>
<id>productizedProfile</id>
<activation>
<property>
<name>productized</name>
</property>
</activation>
<dependencies>
<dependency>
<groupId>org.kie</groupId>
<artifactId>kie-drools-wb-home-page-product</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.kie.workbench.screens</groupId>
<artifactId>kie-wb-common-home-client</artifactId>
<exclusions>
<exclusion>
<groupId>org.kie.workbench.screens</groupId>
<artifactId>kie-wb-common-home-api</artifactId>
</exclusion>
</exclusions>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.kie</groupId>
<artifactId>kie-wb-theme-product</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment