Hi,

We are using Maven to build our application when it has to be deployed for
production. I'm seeing all the time following warning - is it something
specific to our framework which shouldn't be changed ?

[WARNING] 'dependencies.dependency.scope' for
org.apache.royale.framework:JewelTheme:swc:js must be one of [provided,
compile, runtime, test, system] but is 'theme'. @ line 190, column 14

It's related:
    <dependency>
      <groupId>org.apache.royale.framework</groupId>
      <artifactId>JewelTheme</artifactId>
      <version>0.9.7-SNAPSHOT</version>
      <type>swc</type>
      <scope>theme</scope>
      <classifier>js</classifier>
    </dependency>

Thanks,
-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Reply via email to