dolfdijkstra / gst-foundation

Sites Global Foundation Project
Apache License 2.0
13 stars 14 forks source link

Initialized the "legacy" artifact, moved tagging and taglib modules onto "legacy" and adjusted build (not definitive) #50

Closed fvillalba closed 8 years ago

amai commented 8 years ago

The maven build fails, we need to add the following under the parent pom.xml under <modules> to enable gst-foundation-all to successfully build:

        <module>gsf-cs-all</module>
        <module>gsf-cs-test</module>
        <module>gsf-facades</module>
        <module>gsf-wra</module>
        <module>gsf-action</module>
        <module>gsf-mobile</module>
        <module>gsf-groovy</module> 

And the following for gst-foundation-legacy to build:

        <module>gsf-tagging-legacy</module>
        <module>gsf-taglib-legacy</module>

An alternative might be to update gst-foundation-all and gst-foundation-legacy to allow them to handle their dependent modules appropriately in their respective pom files.