Skip to content

Instantly share code, notes, and snippets.

@tiagobento2
Created May 9, 2019 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tiagobento2/c88fafa0a098a7d2bc90e46e81f69a67 to your computer and use it in GitHub Desktop.
Save tiagobento2/c88fafa0a098a7d2bc90e46e81f69a67 to your computer and use it in GitHub Desktop.
<execution>
<id>unpack-afjs-first-screen</id>
<phase>process-resources</phase>
<goals>
<goal>unpack</goal>
</goals>
<configuration>
<artifactItems>
<artifactItem>
<groupId>org.kie.workbench.screens</groupId>
<artifactId>kie-wb-common-library-afjs-first-screen</artifactId>
<type>jar</type>
<overWrite>true</overWrite>
<outputDirectory>${project.build.directory}/kie-wb-common-library-afjs-first-screen</outputDirectory>
</artifactItem>
</artifactItems>
<overWriteReleases>false</overWriteReleases>
<overWriteSnapshots>true</overWriteSnapshots>
</configuration>
</execution>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment