-
-
Notifications
You must be signed in to change notification settings - Fork 968
Artifact Namespaces
jeffbrown edited this page May 8, 2012
·
22 revisions
Up through Grails 2.1.x we have no good way of managing artifact conflicts. Artifact conflicts include things like controllers or services with the same name in separate packages. For example an application may not contain both com.demo.UserController and com.demo.admin.UserController. Within an application this can be managed by simply naming them differently. The bigger problem comes from using multiple plugins that provide artifacts with the same name.