zaplatynski / fsm-packagetype

A basic approach to a Maven package type for FirstSpirit modules
https://zaplatynski.github.io/fsm-packagetype/
Apache License 2.0
3 stars 2 forks source link

Add support for FirstSpirit server scope libraries #7

Closed zaplatynski closed 7 years ago

zaplatynski commented 7 years ago

Add a configuration to tell the Maven plugin which Maven dependency should be on server scope (global classpath) instead of scope module (local classpath). This is important if we want to build server services in FirstSpirit which must have an API jar with the service interface and interfaces classes such as a data model.

zaplatynski commented 7 years ago

Fixed in version 2.3.0