I think the biggest problem with fixing this issue is that it will
probably break lots of people's builds. If there is some other indicator
that it shouldn't be inherited, then that would probably be acceptable.

-----Original Message-----
From: William Ferguson [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 24, 2007 10:01 PM
To: Maven Developers List
Subject: RE: 2.0.8 Release Candidate

It's a real shame that MNG-3244 had to be reverted.
Now there is no way for an inherited site#url to actually specify the
url for a project.

The current behaviour in which the child artifactId is always appended
is non-intuitive IMHO.
It only makes sense for inherited POMs in multi-modules POMs and not
always then.

In any case, since this has been reverted, can the documentation at
http://maven.apache.org/guides/mini/guide-site.html be updated to
reflect the actual behaviour.

William


-----Original Message-----
From: Brian E. Fox [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 25 October 2007 10:39 AM
To: Maven Developers List
Subject: [***POSSIBLE SPAM***] - RE: 2.0.8 Release Candidate - Email has
different SMTP TO: and MIME TO: fields in the email addresses

The issue that caused this (MNG-3244) has been reverted and it's working
now. New candidates posted (http://people.apache.org/~brianf/2.0.8/)

I also created a jira because we have no core IT to cover this.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
olivier lamy
Sent: Wednesday, October 24, 2007 5:57 PM
To: Maven Developers List
Subject: Re: 2.0.8 Release Candidate

MNG-3254.
I have attached a sample project.

--
Olivier

2007/10/24, Brian E. Fox <[EMAIL PROTECTED]>:
>
> This could be related to one of the fixes, please create a jira and
I'll
> check it out
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of
> olivier lamy
> Sent: Wednesday, October 24, 2007 12:46 PM
> To: Maven Developers List
> Subject: Re: 2.0.8 Release Candidate
>
> Hi,
> I have an issue concerning site deployment with multi modules project.
> (don't know if it's a know issue).
> My root pom contains :
>   <distributionManagement>
>     <site>
>       <id>sftp-rec-ap2</id>
>       <url>sftp://xx.xxx.xxx.xxx/${rootPath}</url>
>     </site>
>   </distributionManagement>
>
> With mvn 2.0.7 root site is deployed to ${rootPath} and modules to 
> ${rootPath}/{artifactId} With this SNAPSHOT root site is deployed to 
> ${rootPath} and modules to ${rootPath} .
>
> --
> Olivier
>
> 2007/10/24, Jason van Zyl <[EMAIL PROTECTED]>:
> >
> > I suggest we let this bake for a week at least. Three days isn't 
> > enough time to let people try a release.
> >
> > On 23 Oct 07, at 6:51 PM 23 Oct 07, Brian E. Fox wrote:
> >
> > > I've posted the snapshot binaries at
> > > http://people.apache.org/~brianf/2.0.8 for testing purposes. We 
> > > need to wait for the release plugin 2.0-beta-7 vote before doing 
> > > an actual release on 2.0.8 so in the meantime, I would ask that 
> > > everyone
give
> > > this
> > > a whirl and see if there are any regressions since 2.0.7.
> > >
> > >
> > >
> > > Thanks,
> > >
> > > Brian
> > >
> > >
> > >
> > >
> > >
> > > Release Notes - Maven 2 - Version 2.0.8
> > >
> > >
> > >
> > >
> > >
> > > ** Bug
> > >
> > >     * [MNG-2025] - POM is still not read using the right encoding
> > >
> > >     * [MNG-2045] - Maven can't compile against sibling test-jar 
> > > dependency in multiproject (Test Attached)
> > >
> > >     * [MNG-2061] - DistributionManagement properties don't get 
> > > copied in cloned executionProject while lifecycle fork
> > >
> > >     * [MNG-2254] - the encoding parameter in xml declaration of
POM
> is
> > > ignored
> > >
> > >     * [MNG-2593] - Maven 2 stumbels upon non ASCII characters in
the
> > > value of a <localRepository> value in the $HOME/.m2/settings.xml
> > >
> > >     * [MNG-2685] - mvn.bat detection of 4NT syntax error
> > >
> > >     * [MNG-2932] - Encoding chaos
> > >
> > >     * [MNG-2961] - DefaultArtifact getBaseVersion is changed to 
> > > "xxxx-SNAPSHOT" only if you first call isSnapshot()
> > >
> > >     * [MNG-3046] - DefaultArtifactVersion compareTo misbehaves 
> > > regarding buildNumber 0
> > >
> > >     * [MNG-3077] - NullPointerException, if MojoExecutionException
> has
> > > no message
> > >
> > >     * [MNG-3084] - mvn.bat in maven 2.0.7 does not return the
> correct
> > > error code.
> > >
> > >     * [MNG-3095] - maven-plugin-testing-tools causes bad version
in
> > > deployed artifacts after tests are run
> > >
> > >     * [MNG-3134] -
> > > DefaultModelInheritence::assembleDistributionInheritence should be

> > > childPathAdjustment aware
> > >
> > >     * [MNG-3141] - Build not working if pom.xml is a symbolic link
> > >
> > >     * [MNG-3215] - Missing rar artifact handler descriptor
> > >
> > >     * [MNG-3240] - maven-model RepositoryBase.equals() causes 
> > > ClassCastException
> > >
> > >     * [MNG-3244] - inherited site url not properly handling
> parameters
> > >
> > >     * [MNG-3245] - Maven Reporting API is binary incompatible in 
> > > 2.0.8-SNAPSHOT by r579987
> > >
> > >
> > >
> > > ** Improvement
> > >
> > >     * [MNG-2188] - Report mojos should check canGenerateReport()
> when
> > > called directly
> > >
> > >     * [MNG-2290] - Generated URLs in POMs of child modules
> > >
> > >     * [MNG-3024] - Missing artifact error text improvement
> > >
> > >     * [MNG-3047] - DefaultArtifactVersion compareTo inconsistent
> with
> > > equals
> > >
> > >     * [MNG-3062] - Allow access to mojoExecution from within
plugin.
> > >
> > >     * [MNG-3118] - Test-classes should come before classes in the 
> > > classpath
> > >
> > >     * [MNG-3152] - Change to plugin testing harness to allow the 
> > > setting of ArtifactRepository on the ArtifactStub
> > >
> > >     * [MNG-3201] - org.apache.maven.project.MavenProject needs a
> > > toString()
> > >
> > >
> > >
> > > ** New Feature
> > >
> > >     * [MNG-2105] - Enable remote debugging command line option (+
> > > docs)
> > >
> > >     * [MNG-2166] - Provide the help listing as default when no 
> > > arguments are provided
> > >
> > >
> > >
> > > ** Task
> > >
> > >     * [MNG-3088] - update the assembly name
> > >
> >
> > Thanks,
> >
> > Jason
> >
> > ----------------------------------------------------------
> > Jason van Zyl
> > Founder,  Apache Maven
> > jason at sonatype dot com
> > ----------------------------------------------------------
> >
> >
> >
> >
> >
---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED] For 
> > additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> Olivier
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED] For 
> additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
Olivier

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional
commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to