You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Martin Marinschek <ma...@gmail.com> on 2007/10/26 14:26:41 UTC

Wrong link

While working on the PB, I realized the following:

http://myfaces.apache.org/source-repository.html

the links further down point to the wrong source-directory. I think
this is as the pom of the site module sets this... I just changed the
entries in this pom, but in the end, probably the settings of the
master-pom should be used directly. WDYT?

regards,

Martin



-- 

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces

Re: Wrong link

Posted by Martin Marinschek <ma...@gmail.com>.
Ah, ok. What a pity :) - we'll see.

regards,

Martin

On 10/27/07, Wendy Smoak <ws...@gmail.com> wrote:
> On 10/26/07, Martin Marinschek <ma...@gmail.com> wrote:
> > Hi Wendy,
> >
> > is this ok?
>
> That looks fine... what I'm not entirely sure of is whether that
> feature has made it into a release yet!
>
> --
> Wendy
>


-- 

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces

Re: Wrong link

Posted by Wendy Smoak <ws...@gmail.com>.
On 10/26/07, Martin Marinschek <ma...@gmail.com> wrote:
> Hi Wendy,
>
> is this ok?

That looks fine... what I'm not entirely sure of is whether that
feature has made it into a release yet!

-- 
Wendy

Re: Wrong link

Posted by Martin Marinschek <ma...@gmail.com>.
Hi Wendy,

is this ok?

  <reporting>
      <plugins>
        <plugin>
          <artifactId>maven-project-info-reports-plugin</artifactId>
					<configuration>
						<anonymousConnection>http://svn.apache.org/repos/asf/myfaces/current</anonymousConnection>
						<developerConnection>https://svn.apache.org/repos/asf/myfaces/current</developerConnection>
						<webAccessUrl>http://svn.apache.org/viewcvs.cgi/myfaces/current</webAccessUrl>
					</configuration>
        </plugin>
      </plugins>
    </reporting>

On 10/26/07, Wendy Smoak <ws...@gmail.com> wrote:
> On 10/26/07, Martin Marinschek <ma...@gmail.com> wrote:
> > While working on the PB, I realized the following:
> >
> > http://myfaces.apache.org/source-repository.html
> >
> > the links further down point to the wrong source-directory. I think
> > this is as the pom of the site module sets this... I just changed the
> > entries in this pom, but in the end, probably the settings of the
> > master-pom should be used directly. WDYT?
>
> The scm connection and developerConnection should be the real location
> of that module in svn.  (So please put it back, or Continuum and other
> things that use the scm url won't work.)
>
> I added some optional parameters to the project-info-reports-plugin
> scm report a while back, so you can configure the plugin to use a
> different url for the web page.  See:
>
> http://maven.apache.org/plugins/maven-project-info-reports-plugin/scm-mojo.html
>
> Thanks,
> --
> Wendy
>


-- 

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces

Re: Wrong link

Posted by Wendy Smoak <ws...@gmail.com>.
On 10/26/07, Martin Marinschek <ma...@gmail.com> wrote:
> While working on the PB, I realized the following:
>
> http://myfaces.apache.org/source-repository.html
>
> the links further down point to the wrong source-directory. I think
> this is as the pom of the site module sets this... I just changed the
> entries in this pom, but in the end, probably the settings of the
> master-pom should be used directly. WDYT?

The scm connection and developerConnection should be the real location
of that module in svn.  (So please put it back, or Continuum and other
things that use the scm url won't work.)

I added some optional parameters to the project-info-reports-plugin
scm report a while back, so you can configure the plugin to use a
different url for the web page.  See:

http://maven.apache.org/plugins/maven-project-info-reports-plugin/scm-mojo.html

Thanks,
-- 
Wendy