Your build is attempting to download the site plugin POM from a remote repository. If you enter the given url in a browser, you'll see that the POM is there, so my guess is that this is some sort of firewall problem.
The directory you're missing (dspace-[version]-build.dir) is built by maven, so it won't be there until you're able to run mvn package successfully. Bill Anderson Software Developer Digital Library Development Georgia Tech Library ----- "Miguel A. Robledo" <[email protected]> wrote: | I runned as root but the error is same, but the file pom.xml exist in | the directoy. | | The log says "may not be this project's POM" is this correct. | Can I do the step 13-5? Here is second problem, the path | [dspace-src]/dspace/target/dspace-[version]-build.dir/ don't | exists. | | Thanks | | Mr Havercamp escribió: | > Miguel A. Robledo wrote: | >> Excuse me, i write wrong the problem. | >> | >> In the step 13-4 (mvn package) the result is: | >> | >> mvn package | >> [INFO] Scanning for projects... | >> [INFO] Reactor build order: | >> [INFO] DSpace Addon Modules | >> [INFO] DSpace XML-UI (Manakin) :: Web Application | >> [INFO] DSpace LNI :: Web Application | >> [INFO] DSpace OAI :: Web Application | >> [INFO] DSpace JSP-UI :: Web Application | >> [INFO] DSpace SWORD :: Web Application | >> [INFO] DSpace Assembly and Configuration | >> [INFO] | >> | ------------------------------------------------------------------------ | >> [INFO] Building DSpace Addon Modules | >> [INFO] task-segment: [package] | >> [INFO] | >> | ------------------------------------------------------------------------ | >> Downloading: | >> | http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-site-plugin/2.0-beta-6/maven-site-plugin-2.0-beta-6.pom | >> | >> | >> Downloading: | >> | http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-site-plugin/2.0-beta-6/maven-site-plugin-2.0-beta-6.pom | >> | >> | >> [INFO] | >> | ------------------------------------------------------------------------ | >> [ERROR] BUILD ERROR | >> [INFO] | >> | ------------------------------------------------------------------------ | >> [INFO] Error building POM (may not be this project's POM). | >> | >> | >> Project ID: org.apache.maven.plugins:maven-site-plugin | >> | >> Reason: POM 'org.apache.maven.plugins:maven-site-plugin' not found | in | >> repository: Unable to download the artifactfrom any repository | >> | >> org.apache.maven.plugins:maven-site-plugin:pom:2.0-beta-6 | >> | >> from the specified remote repositories: | >> central (http://repo1.maven.org/maven2), | >> maven.dspace.org/snapshot (http://maven.dspace.org/snapshot) | >> for project org.apache.maven.plugins:maven-site-plugin | >> | >> | >> [INFO] | >> | ------------------------------------------------------------------------ | >> [INFO] For more information, run Maven with the -e switch | >> [INFO] | >> | ------------------------------------------------------------------------ | >> [INFO] Total time: < 1 second | >> [INFO] Finished at: Wed Feb 11 13:17:55 ARST 2009 | >> [INFO] Final Memory: 2M/41M | >> [INFO] | >> | ------------------------------------------------------------------------ | >> | >> The error is downloading the file. | >> | >> Is the file correct? | >> | >> Thanks | > I had to run sudo to get mine to work; | > | > sudo mvn package | > . | > | | | ------------------------------------------------------------------------------ | Create and Deploy Rich Internet Apps outside the browser with | Adobe(R)AIR(TM) | software. With Adobe AIR, Ajax developers can use existing skills and | code to | build responsive, highly engaging applications that combine the power | of local | resources and data with the reach of the web. Download the Adobe AIR | SDK and | Ajax docs to start building applications | today-http://p.sf.net/sfu/adobe-com | _______________________________________________ | DSpace-tech mailing list | [email protected] | https://lists.sourceforge.net/lists/listinfo/dspace-tech _______________________________________________ Dspace-general mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/dspace-general
