Thanks Felix, This will help us understand how is used and how to use the plugin in the build.
We will to deploy theses pages on the Studio website as soon as we use the Maven build system. Regards, Pierre-Arnaud On Dec 15, 2007 10:47 AM, Felix Knecht <[EMAIL PROTECTED]> wrote: > If of interest site can be found at > http://www.felixknecht.ch/projects/studio-plugin/ and is generated > automatically by > continuum. > > Regards > Felix > > [EMAIL PROTECTED] schrieb: > > Author: felixk > > Date: Sat Dec 15 01:23:07 2007 > > New Revision: 604410 > > > > URL: http://svn.apache.org/viewvc?rev=604410&view=rev > > Log: > > Add site build for private use > > > > Modified: > > directory/sandbox/felixk/studio-plugin/pom.xml > > > > Modified: directory/sandbox/felixk/studio-plugin/pom.xml > > URL: > http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-plugin/pom.xml?rev=604410&r1=604409&r2=604410&view=diff > > > ============================================================================== > > --- directory/sandbox/felixk/studio-plugin/pom.xml (original) > > +++ directory/sandbox/felixk/studio-plugin/pom.xml Sat Dec 15 01:23:07 > 2007 > > @@ -55,6 +55,13 @@ > > </plugins> > > </build> > > > > + <distributionManagement> > > + <site> > > + <id>felixknecht.ch</id> > > + > <url>scpexe://felixknecht.ch/var/www/felixknecht.ch/htdocs/projects/studio-plugin/</url> > > + </site> > > + </distributionManagement> > > + > > <dependencies> > > <dependency> > > <groupId>org.apache.maven</groupId> > > > > > >
