I can't set my custom theme in Maven like I do it in Eclipse by changing theme in project properties.
I note the theme swc in dependencies, the compiler founds it but the theme doesn't change.
Who knows how can I set a custom theme in Maven?
|
I can't set my custom theme in Maven like I do it in Eclipse by changing theme in project properties. I note the theme swc in dependencies, the compiler founds it but the theme doesn't change. Who knows how can I set a custom theme in Maven? |
|||||
|
|
Use the scope 'theme' for the dependency of the theme swc. E.g. to use the Spark theme specify this dependency:
Then you'll see this compiler option in the output:
|
|||
|
|