|
From: Ignacio G. <igc...@gm...> - 2007-02-14 18:02:04
|
Hello, I was trying to install wayback on my system using the source distribution so I can make changes if needed. I've had no problems installing the binary distribution, but when I try to build the source using maven, I get the following error: [INFO] Scanning for projects... [INFO] ---------------------------------------------------------------------------- [INFO] Building Maven Default Project [INFO] task-segment: [install] [INFO] ---------------------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Cannot execute mojo: resources. It requires a project with an existing pom.xml, but the build is not using one. [INFO] ------------------------------------------------------------------------ Apparently Maven is asking for a pom.xml file in order to execute the mojo:resources... I have never used Maven, so I don't know what the problem may be, and when I looked for information in the project website I could not find anything regarding building/installing from the source distribution. The maven command used was: mvn install Using mvn clean install did not work either. Does anyone know what the problem is? Thank you. |