Aha! Yeah, maybe. "mvn site-deploy -P standard,deploy-local" fails on my
computer. Here the log:

...
[INFO]
------------------------------------------------------------------------
[INFO] Building Apache Isis
[INFO]    task-segment: [site-deploy]
[INFO]
------------------------------------------------------------------------
[INFO] [site:site {execution: default-site}]
[INFO] Parent project loaded from repository.
[INFO] Parent project loaded from repository.
Downloading:
http://repo1.maven.org/maven2/org/apache/isis/skins/classic-skin/1.0/classic-skin-1.0.jar
[INFO] Unable to find resource 'org.apache.isis.skins:classic-skin:jar:1.0'
in repository central (http://repo1.maven.org/maven2)
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] SiteToolException: ArtifactNotFoundException: The skin does not
exist: Unable to download the artifact from any repository

Try downloading the file manually from the project website.

Then, install it using the command:
    mvn install:install-file -DgroupId=org.apache.isis.skins
-DartifactId=classic-skin -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file
there:
    mvn deploy:deploy-file -DgroupId=org.apache.isis.skins
-DartifactId=classic-skin -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file
-Durl=[url] -DrepositoryId=[id]


  org.apache.isis.skins:classic-skin:jar:1.0

from the specified remote repositories:
  apache.snapshots (http://repository.apache.org/snapshots),
  central (http://repo1.maven.org/maven2)



[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 16 seconds
[INFO] Finished at: Thu Oct 28 12:06:11 CEST 2010
[INFO] Final Memory: 44M/327M
[INFO]
------------------------------------------------------------------------


On Thu, Oct 28, 2010 at 11:54 AM, Dan Haywood
<[email protected]>wrote:

> Looks right to me.
>
> I think rob was having probs with getting the docs to build ( mvn
> site-deploy -P standard,deploy-local -o), not the code.
>
> Dan
>
> Sent from my iPhone
>
> On 28 Oct 2010, at 10:45, Alexander Krasnukhin <[email protected]>
> wrote:
>
> > Somewhere near 5 p.m. Actually I've just updated from svn and build
> > successfully. "mvn clean; svn up; mvn install;". Am I using wrong
> command?
> >
> > On Thu, Oct 28, 2010 at 11:37 AM, Kevin Meyer <[email protected]> wrote:
> >
> >>
> >> On Thu, October 28, 2010 11:31, Alexander Krasnukhin wrote:
> >>> I want to add my 5 cent. Yesterday I just checked out all the source
> code
> >>> & successfully built it without any problem.
> >>
> >> Thanks!
> >>
> >> Can you confirm when, yesterday?
> >>
> >> I did my update at about 20h00 GMT (22h00 GMT+2).
> >>
> >>
> >>
> >>
> >
> >
> > --
> > Regards,
> > Alexander
>



-- 
Regards,
Alexander

Reply via email to