Thank you so much Tobias, but I have problems while compiling the project.
1. I have created a project from an archetype to create a Magnolia project (a
parent pom and a webapp) (option 5). I have set the Magnolia 5.1-rc1 version in
the wizzard.
2. I have created a module from an archetype to create Magnolia modules using
Blossom.
3. I have added the dependency of this module in the webapp pom and I have
changed the version of blossom module dependency in the blossom-module to
3.0-rc1.
4. I have performed maven install and I have got some errors, but I can not fix
all of them.
4.1. Error 1: Dependencies not resolved with org vaadin.addons artifacts. I
have fix it adding the following repository to the parent pom:
<repository>
<id>vaadin-addons</id>
<url>http://maven.vaadin.com/vaadin-addons</url>
</repository>
4.2. Error 2: Failure to find
info.magnolia:magnolia-module-fckeditor:jar:5.1-rc1. I have sought in nexus and
I have changed the version to the following:
<dependency>
<groupId>info.magnolia</groupId>
<artifactId>magnolia-module-fckeditor</artifactId>
<version>5.0-prev1-rc1</version>
</dependency>
4.3. Error 3: [ERROR] Failed to execute goal
org.apache.maven.plugins:maven-war-plugin:2.1.1:war (default-war) on project
magno-webapp: Error unpacking file
[/home/javi/.m2/repository/info/magnolia/magnolia-empty-webapp/5.1-rc1/magnolia-empty-webapp-5.1-rc1.war]to
[/home/javi/Programas/magnolia/magno5.1/magno/magno-webapp/target/war/work/info.magnolia/magnolia-empty-webapp]:
Error while expanding
/home/javi/.m2/repository/info/magnolia/magnolia-empty-webapp/5.1-rc1/magnolia-empty-webapp-5.1-rc1.war
I don't know how to fix this error. Could you help me?
Thanks in advance.
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=3f466009-9d53-4b7d-96cf-e3ecad87be97
----------------------------------------------------------------
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]>
----------------------------------------------------------------