To control the dependencies, use <dependencyManagement> - and to avoid
duplicates, you'll need this in your war's pom.xml:
<plugin>
<artifactId>maven-war-plugin</artifactId>
<configuration>
<dependentWarExcludes>WEB-INF/lib/*.jar</dependentWarExcludes>
</configuration>
</plugin>
You should probably try the archetype - and maybe read
http://dev.magnolia-cms.com/~gjoseph/dont-build-magnolia-build-your-projects ;)
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=7feb0c2b-a70a-45aa-a280-49e318062694
----------------------------------------------------------------
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]>
----------------------------------------------------------------