You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/03/15 17:37:03 UTC

[royale-asjs] branch develop updated: graphics-pom.xml: remove especific download plugin version and add defaults.css file to artifact

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new ef7b8e6  graphics-pom.xml: remove especific download plugin version and add defaults.css file to artifact
ef7b8e6 is described below

commit ef7b8e692077b9ce30356f791d2e63b67fdd48e8
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sun Mar 15 18:36:50 2020 +0100

    graphics-pom.xml: remove especific download plugin version and add defaults.css file to artifact
---
 frameworks/projects/Graphics/pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/frameworks/projects/Graphics/pom.xml b/frameworks/projects/Graphics/pom.xml
index ef633f3..ec9f054 100644
--- a/frameworks/projects/Graphics/pom.xml
+++ b/frameworks/projects/Graphics/pom.xml
@@ -56,7 +56,6 @@
       <plugin>
         <groupId>com.googlecode.maven-download-plugin</groupId>
         <artifactId>download-maven-plugin</artifactId>
-        <version>1.2.1</version>
         <executions>
           <execution>
             <id>get-pixelbender-artifacts</id>
@@ -109,6 +108,13 @@
           <includeClasses>
             <includeClass>GraphicsClasses</includeClass>
           </includeClasses>
+          <includeFiles>
+            <include-file>
+              <name>defaults.css</name>
+              <path>../src/main/resources/defaults.css</path>
+            </include-file>
+          </includeFiles>
+          <includeLookupOnly>true</includeLookupOnly>
           <skipExtern>true</skipExtern>
           <skipAS>${royale.skipAS}</skipAS>
           <additionalCompilerOptions>${project.compiler.options};-compiler.byte-array-embed-class=org.apache.royale.core.ByteArrayAsset</additionalCompilerOptions>