views:

89

answers:

2

I am trying to build jahia from source for a project at school. From the instructions online, all I seem to find to run is

maven install

which fails... any help would be much appreciated.

A: 

Hi,

Please post your question on Jahia's forum here:

http://www.jahia.org/forum/viewforum.php?f=19&sid=002e35189e53ae99ac4bbe0743f3ada2

you are much more likely to get a feed back.

Regards,

Tristan

A: 

Jahia is a Maven 2 project, the command you posted, "maven install", is the command for building with Maven 1.

To use Maven 2, you need to run the "mvn install" command. For details on installing Maven 2 check out the installation section of the Maven book.

The Jahia pom defines a repositories section, so should be able to access all the required dependencies.

If you have problems running the mvn command, please update your question with the build trace.

Rich Seller