vote up 1 vote down star

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.

flag
A bit more information would be helpfull. maven is a maven 1 build command mvn is the maven 2 build command Could you - add the output and - if you have a pom.xml use mvn (maven2) ? – extraneon Jul 28 at 8:08

2 Answers

vote up 0 vote down

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

link|flag
vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.