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/91714f3daf245dbe4fffbc3cb8a54356 to your computer and use it in GitHub Desktop.
Save tiagobento2/91714f3daf245dbe4fffbc3cb8a54356 to your computer and use it in GitHub Desktop.
<execution>
<id>copy-afjs-first-screen</id>
<phase>process-resources</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${project.build.outputDirectory}/org/uberfire/jsbridge/public</outputDirectory>
<resources>
<resource>
<directory>${project.build.directory}/kie-wb-common-library-afjs-first-screen/META-INF/resources/webjars/kie-wb-common-library-afjs-first-screen/${project.version}</directory>
<includes>
<include>kie-wb-common-library-afjs-first-screen-bundle.js</include>
</includes>
</resource>
</resources>
</configuration>
</execution>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment