I am very new to Maven, I've downloaded the Maven 2.0.11 version and redeemed it with my 32 bit JDK 1.4 Installed on Linux
After installation, I have configured the proxy settings. When I try to run some repository (ORG) command mvn install
download then successful But then it fails with the following error:
[INFO] --- ----------------------------------------------- --- ------------------- [Error] Build Error [INFO] -------------------- --- ----------------------------------------------- - [information] Moe can not execute: the resource requires a project with an existing pom.xml, but the build one is not using [INFO] ----------- ------------------------------------ -------------- ----------- [INFO] For more information, run Maven with the -E switch [INFO] -------- ------------ ------------------------------------------------ - [INFO] Total time: 16 seconds
What this error means is? And what structure do I miss?
How can I downgrade the entire stock?
Thank you,
This error means that any one in the current directory < Code> pom.xml is not where you are trying to build.
xml "/> & property; property name =" POM_XML_FILE "value =" $ {baseir} /pom.xml "/> ; & Lt; property name = "POM_XML_URL" value = "$ {IMPERIUS_SVN_TRUNK_REPOSITORY} /pom.xml?view=co" /> & gt; get src = "$ {POM_XML_URL}" dest = "$ {POM_XML_FILE}" />
Can you see that when you run ant
then they are being dragged? If not, download pom manually Try it and save it as build.xml
in the same directory. Then try to turn ant
again.
Comments
Post a Comment