On Thursday 15 February 2007 17:49, Jason van Zyl wrote:
> On 15 Feb 07, at 5:05 PM 15 Feb 07, Daniel Kulp wrote:
> > Adam,
> >
> >> Thanks, that worked. However, is there a way to override the name of
> >> the project that is written to the NOTICES and DISCLAIMER files?
> >> Currently each jar file uses its own artifact name (e.g. "Apache UIMA
> >> Java Framework Core") when really we want just the name of our
> >> project
> >> ("Apache UIMA").
> >
> > I've deployed a SNAPSHOT that adds this. Change to:
> > <resourceBundle>org.apache:apache-jar-resource-bundle:1.1.1-
> > SNAPSHOT</resourceBundle>
> >
> > and change the properties to:
> > <properties>
> > <addLicense>true</addLicense>
>
> Can you make that projectName to keep the naming
> convention
> consistent.
Good point. Done. It should now be:
<properties>
<addLicense>true</addLicense>
<projectName>Apache UIMA</projectName>
</properties>
Dan
> > <project_name>Apache UIMA</project_name>
> > </properties>
> >
> > and that should work. Eventually, the maven teem will need to get
> > this
> > released for you, but I want to hold off a bit to see what other
> > bugs/issues
> > will pop up as other projects start using it. (The whole remote-
> > resources
> > thing is very new)
> >
> >
> > --
> > J. Daniel Kulp
> > Principal Engineer
> > IONA
> > P: 781-902-8727 C: 508-380-7194
> > [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]
--
J. Daniel Kulp
Principal Engineer
IONA
P: 781-902-8727 C: 508-380-7194
[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]