Dear users, I am fresh new and I am discovering Magnolia CMS.
However I stay stuck with creating a module. I found a simple tutorial advising me to user the folllowing maven command on the Magnolia Wiki site : mvn org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7:create \ -DarchetypeGroupId=info.magnolia \ -DarchetypeArtifactId=maven-archetype-magnolia-module \ -DarchetypeVersion=1.0 \ -DremoteRepositories=http://maven.magnolia.info/m2 \ -DgroupId=com.foo.bar \ -DartifactId=my-module and then : mvn install:install-file -DgroupId=javax.jcr -DartifactId=jcr -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/jcr.jar I succed then to import a well-formed mini-module for maven. I would like to create many more config (xml) files to add features to my module, but I failed. So my questions are the following : * Is there a simple way to add config file ? * how can you generate jcr:uuid values for config files ? * is there a maven command that add you theses config files ? Thanks ! Corentin Jechoux </PRE><p style="font-family:arial;color:grey" style="font-size:13px">This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.</p><PRE> ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
