You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Wendy Smoak <ws...@gmail.com> on 2006/06/10 20:29:10 UTC

Re: svn commit: r413345 - /myfaces/maven/trunk/myfaces-archetype/src/main/resources/archetype-resources/pom.xml

On 6/10/06, baranda@apache.org <ba...@apache.org> wrote:
> Author: baranda
> Date: Sat Jun 10 11:23:22 2006
> New Revision: 413345
>
> URL: http://svn.apache.org/viewvc?rev=413345&view=rev
> Log:
> Isolated all the jetty related stuff for the jettyConfig profile only. The standard behaviour was doing things only needed if using jetty.

Can you please put the <finalName> element back in a top-level <build>
element)?

Otherwise when you 'mvn install'  a webapp created from this profile,
the .war file in the target directory will have the version number
appended.

Thanks,
Wendy

Re: svn commit: r413345 - /myfaces/maven/trunk/myfaces-archetype/src/main/resources/archetype-resources/pom.xml

Posted by Bruno Aranda <br...@gmail.com>.
Mmmh, yes, that's right. One minute :)

Bruno

On 6/10/06, Wendy Smoak <ws...@gmail.com> wrote:
> On 6/10/06, baranda@apache.org <ba...@apache.org> wrote:
> > Author: baranda
> > Date: Sat Jun 10 11:23:22 2006
> > New Revision: 413345
> >
> > URL: http://svn.apache.org/viewvc?rev=413345&view=rev
> > Log:
> > Isolated all the jetty related stuff for the jettyConfig profile only. The standard behaviour was doing things only needed if using jetty.
>
> Can you please put the <finalName> element back in a top-level <build>
> element)?
>
> Otherwise when you 'mvn install'  a webapp created from this profile,
> the .war file in the target directory will have the version number
> appended.
>
> Thanks,
> Wendy
>