Hi everyone,
from few hours I'm working on this annoying problem. Basically one of our 
clients desire to remove the Multisite option from the webapp we just finished 
to produce. 
Due to budget reasons we would like satisfy the request with less effort as 
possible. 

Magnolia version: 5.3.7

I tried by changing this dependency:

[code]

<dependency>
        <groupId>info.magnolia.eebundle</groupId>
        <artifactId>magnolia-enterprise-webapp</artifactId>
        <type>war</type>
        <version>${magnoliaVersion}</version>
</dependency>

[/code]

into 

[code]

<dependency>
        <groupId>info.magnolia.eebundle</groupId>
        <artifactId>magnolia-enterprise-webapp</artifactId>
        <type>war</type>
        <version>${magnoliaVersion}</version>
        <exclusions>
                <exclusion>
                        <groupId>info.magnolia.multisite</groupId>
                        <artifactId>magnolia-multisite-module</artifactId>
                </exclusion>
        </exclusions>
</dependency>

[/code]

In order to exclude the multisite module; but unfortunately I'm still having 
the same MultiSiteManager error:

[code]WARN  info.magnolia.multisite.sites.MultiSiteManager    : License issue: 
No valid license found for MultiSite![/code]

Does anybody here ever tried to remove the multisite module from the 
enterprise-webapp ee bundle in Magnolia 5.3.7?

If yes, how did you managed it? Is there any other way than the simple maven 
exclusion that I tried already?
Or maybe...am I missing something on the maven exclusion?

Any input will be much appreciated.
Thanks!

Enrico.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=25180014-54dc-4ad2-87b3-f2af8072dab3


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to