build is broken... again...
mvn install yields: At revision 3925. Macintosh:~/Desktop/xWiki Sandbox/SVN/trunks-users rhadoo$ mvn install [INFO] Scanning for projects... Downloading: http://repo1.maven.org/maven2/com/xpn/xwiki/platform/applications/xwiki-appl... [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. GroupId: com.xpn.xwiki.platform.applications ArtifactId: xwiki-applications Version: 1 Reason: Unable to download the artifact from any repository com.xpn.xwiki.platform.applications:xwiki-applications:pom:1 from the specified remote repositories: central (http://repo1.maven.org/maven2) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: < 1 second [INFO] Finished at: Mon Jul 09 21:06:09 EEST 2007 [INFO] Final Memory: 2M/5M [INFO] ------------------------------------------------------------------------ [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------ [INFO] Total time: < 1 second [INFO] Finished at: Mon Jul 09 21:06:09 EEST 2007 [INFO] Final Memory: 2M/5M [INFO] ------------------------------------------------------------------------ with the settings.xml updated to latest version, svn up to latest revision. Am I doing something wrong, or is it just broken? Radu
Hi Radu, You need to tell maven about XWiki's remote repositories as described on http://www.xwiki.org/xwiki/bin/view/Community/Building Thanks -Vincent On Jul 9, 2007, at 8:08 PM, Radu Danciu wrote:
mvn install yields:
At revision 3925. Macintosh:~/Desktop/xWiki Sandbox/SVN/trunks-users rhadoo$ mvn install [INFO] Scanning for projects... Downloading: http://repo1.maven.org/maven2/com/xpn/xwiki/platform/ applications/xwiki-applications/1/xwiki-applications-1.pom [INFO] ---------------------------------------------------------------------- -- [ERROR] BUILD ERROR [INFO] ---------------------------------------------------------------------- -- [INFO] Failed to resolve artifact.
GroupId: com.xpn.xwiki.platform.applications ArtifactId: xwiki-applications Version: 1
Reason: Unable to download the artifact from any repository
com.xpn.xwiki.platform.applications:xwiki-applications:pom:1
from the specified remote repositories: central ( http://repo1.maven.org/maven2)
[INFO] ---------------------------------------------------------------------- -- [INFO] For more information, run Maven with the -e switch [INFO] ---------------------------------------------------------------------- -- [INFO] Total time: < 1 second [INFO] Finished at: Mon Jul 09 21:06:09 EEST 2007 [INFO] Final Memory: 2M/5M [INFO] ---------------------------------------------------------------------- -- [INFO] ---------------------------------------------------------------------- -- [INFO] BUILD SUCCESSFUL [INFO] ---------------------------------------------------------------------- -- [INFO] Total time: < 1 second [INFO] Finished at: Mon Jul 09 21:06:09 EEST 2007 [INFO] Final Memory: 2M/5M [INFO] ---------------------------------------------------------------------- --
with the settings.xml updated to latest version, svn up to latest revision.
Am I doing something wrong, or is it just broken?
Radu
oops just seen that TC has some issues too. Maybe I broke something earlier on (very probably). I'll look into it. Thanks -Vincent On Jul 9, 2007, at 8:22 PM, Vincent Massol wrote:
Hi Radu,
You need to tell maven about XWiki's remote repositories as described on http://www.xwiki.org/xwiki/bin/view/Community/Building
Thanks -Vincent
On Jul 9, 2007, at 8:08 PM, Radu Danciu wrote:
mvn install yields:
At revision 3925. Macintosh:~/Desktop/xWiki Sandbox/SVN/trunks-users rhadoo$ mvn install [INFO] Scanning for projects... Downloading: http://repo1.maven.org/maven2/com/xpn/xwiki/platform/ applications/xwiki-applications/1/xwiki-applications-1.pom [INFO] --------------------------------------------------------------------- --- [ERROR] BUILD ERROR [INFO] --------------------------------------------------------------------- --- [INFO] Failed to resolve artifact.
GroupId: com.xpn.xwiki.platform.applications ArtifactId: xwiki-applications Version: 1
Reason: Unable to download the artifact from any repository
com.xpn.xwiki.platform.applications:xwiki-applications:pom:1
from the specified remote repositories: central ( http://repo1.maven.org/maven2)
[INFO] --------------------------------------------------------------------- --- [INFO] For more information, run Maven with the -e switch [INFO] --------------------------------------------------------------------- --- [INFO] Total time: < 1 second [INFO] Finished at: Mon Jul 09 21:06:09 EEST 2007 [INFO] Final Memory: 2M/5M [INFO] --------------------------------------------------------------------- --- [INFO] --------------------------------------------------------------------- --- [INFO] BUILD SUCCESSFUL [INFO] --------------------------------------------------------------------- --- [INFO] Total time: < 1 second [INFO] Finished at: Mon Jul 09 21:06:09 EEST 2007 [INFO] Final Memory: 2M/5M [INFO] --------------------------------------------------------------------- ---
with the settings.xml updated to latest version, svn up to latest revision.
Am I doing something wrong, or is it just broken?
Radu
ok I've committed a workaround but this looks like a Maven2 bug. -Vincent On Jul 9, 2007, at 8:23 PM, Vincent Massol wrote:
oops just seen that TC has some issues too. Maybe I broke something earlier on (very probably).
I'll look into it.
Thanks -Vincent
On Jul 9, 2007, at 8:22 PM, Vincent Massol wrote:
Hi Radu,
You need to tell maven about XWiki's remote repositories as described on http://www.xwiki.org/xwiki/bin/view/Community/Building
Thanks -Vincent
On Jul 9, 2007, at 8:08 PM, Radu Danciu wrote:
mvn install yields:
At revision 3925. Macintosh:~/Desktop/xWiki Sandbox/SVN/trunks-users rhadoo$ mvn install [INFO] Scanning for projects... Downloading: http://repo1.maven.org/maven2/com/xpn/xwiki/platform/ applications/xwiki-applications/1/xwiki-applications-1.pom [INFO] -------------------------------------------------------------------- ---- [ERROR] BUILD ERROR [INFO] -------------------------------------------------------------------- ---- [INFO] Failed to resolve artifact.
GroupId: com.xpn.xwiki.platform.applications ArtifactId: xwiki-applications Version: 1
Reason: Unable to download the artifact from any repository
com.xpn.xwiki.platform.applications:xwiki-applications:pom:1
from the specified remote repositories: central ( http://repo1.maven.org/maven2)
[INFO] -------------------------------------------------------------------- ---- [INFO] For more information, run Maven with the -e switch [INFO] -------------------------------------------------------------------- ---- [INFO] Total time: < 1 second [INFO] Finished at: Mon Jul 09 21:06:09 EEST 2007 [INFO] Final Memory: 2M/5M [INFO] -------------------------------------------------------------------- ---- [INFO] -------------------------------------------------------------------- ---- [INFO] BUILD SUCCESSFUL [INFO] -------------------------------------------------------------------- ---- [INFO] Total time: < 1 second [INFO] Finished at: Mon Jul 09 21:06:09 EEST 2007 [INFO] Final Memory: 2M/5M [INFO] -------------------------------------------------------------------- ----
with the settings.xml updated to latest version, svn up to latest revision.
Am I doing something wrong, or is it just broken?
Radu
participants (2)
-
Radu Danciu -
Vincent Massol