Allow atlanta-styles module deployment

This change is intended to allow applications to create custom themes. More info https://github.com/mkpaz/atlantafx/pull/2#issuecomment-1200416596.
This commit is contained in:
mkpaz 2022-08-19 16:44:17 +04:00
parent fde28279bc
commit 96a52eabfe

@ -64,14 +64,6 @@
</execution>
</executions>
</plugin>
<!-- skip module deployment -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>