Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ee4j-build] Should <vendor.name> Oracle Corporation </vendor.name> be removed from pom.xml?

Ok,  So to be clear:  For all 4 Stable EE4J projects (management-api, enterprise-deployment, jax-rpc-api, and jaxr-api) will will change

<vendor.name>Oracle Corporation</vendor.name>

to

<vendor.name>Eclipse Project for Stable EE4J APIs</vendor.name> 

and remove the following:

<organization>
<name>Oracle Corporation</name>
<url>http://www.oracle.com</url>
</organization>

On Wed, Oct 31, 2018 at 9:29 AM Dmitry Kornilov <dmitry.kornilov@xxxxxxxxxx> wrote:
I agree with Wayne.

Also, EE4J parent pom contains organization section. It’s set to Eclipse Foundation.

    <organization>
        <name>Eclipse Foundation</name>
        <url>https://www.eclipse.org</url>
    </organization>

If you use the parent pom you can omit the organization section and organization will be derived from the parent pom.

— Dmitry


On 31 Oct 2018, at 14:55, Wayne Beaton <wayne.beaton@xxxxxxxxxxxxxxxxxxxxxx> wrote:

Set it to the name of the Eclipse project.

Wayne

On Wed, Oct 31, 2018, 09:22 Jim Krueger <jckofbyron@xxxxxxxxx wrote:
Hi,
Should we be removing Oracle Corporation as the vendor.name in our POM.xml files?  If so should it be changed to something else or just removed?

Thanks
_______________________________________________
ee4j-build mailing list
ee4j-build@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/ee4j-build
_______________________________________________
ee4j-build mailing list
ee4j-build@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/ee4j-build

_______________________________________________
ee4j-build mailing list
ee4j-build@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/ee4j-build

Back to the top