And then mvn site:deploy:

c:\opt\npi>mvn site:deploy
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   npi
[INFO]   common
[INFO]   common-jar
[INFO]   properties-configuration
[INFO]   common-war
[INFO]   project-web
[INFO]   npi-webproject
[INFO]   project-ear
[INFO] Searching repository for plugin with prefix: 'site'.
[INFO]
----------------------------------------------------------------------------
[INFO] Building npi
[INFO]    task-segment: [site:deploy]
[INFO]
----------------------------------------------------------------------------
[INFO] [site:deploy]
file:///c:/stage - Session: Opened
file:///c:/stage - Session: Disconnecting
file:///c:/stage - Session: Disconnected
[INFO]
----------------------------------------------------------------------------
[INFO] Building common
[INFO]    task-segment: [site:deploy]
[INFO]
----------------------------------------------------------------------------
[INFO] [site:deploy]


This created a directory called "C:\stage\stage\localhost" but there were no
files in it.



On 9/19/06, Mick Knutson <[EMAIL PROTECTED]> wrote:

Embedded error:
c:\opt\npi\target\site\stage\localhost\c:\opt\fullsite\integration.html (The
filename, directory name, or volume label syntax is incorrect)


Thsi was with mvn site:stage and this declaration:

        <distributionManagement>
            <site>
                <id>delta-npi-site</id>
                <name>Delta NPI Web</name>
                <url> file:///c:/opt/fullsite</url>
            </site>
        </distributionManagement>




On 9/18/06, franz see < [EMAIL PROTECTED]> wrote:
>
>
>
>
> Markku Saarela wrote:
> >
> > Put your parent pom.xml site configuration using file protocol
> >
> >   <distributionManagement>
> >     <site>
> >       <id>website</id>
> >       <url>file:///c:/stage </url>
> >     </site>
> >   </distributionManagement>
> >
> > - markku
> >
> > Mick Knutson wrote:
> >> How can I deploy, and/or stage my entire site (including sub-modules)
>
> >> locally to c:\stage
> >>
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
>
> Good day to you, Mick,
>
> For more info, you can also take a look at [1] and go to the "Staging a
> Site" section. However, [1] has not yet been released. Thus, if you have
> any
> comments or suggestions, please feel free to let us know about it so
> that we
> can improve it.
>
> Thanks,
> Franz
>
> [1] 
http://people.apache.org/~oching/maven-site-plugin/usage.html<http://people.apache.org/%7Eoching/maven-site-plugin/usage.html>
> --
> View this message in context:
> 
http://www.nabble.com/-m204--want-to-deploy-site-to-local-hard-drive-withouth-scm-tf2293502.html#a6382567
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--

Thanks

DJ MICK
http://www.djmick.com
http://www.myspace.com/mickknutson




--

Thanks

DJ MICK
http://www.djmick.com
http://www.myspace.com/mickknutson

Reply via email to