RFR: 7769: Cleanup pom and project files for JMC core

Christoph Langer clanger at openjdk.java.net
Thu Apr 14 21:19:27 UTC 2022


On Thu, 14 Apr 2022 20:35:13 GMT, Jean-Philippe Bempel <jpbempel at openjdk.org> wrote:

>> There is a lot of redundancy, whitespace errors, inconsistencies, obsolete stuff, errors, outdated plugin versions etc. in JMC core pom and project files.
>> 
>> org.openjdk.jmc.flightrecorder.writer.test and org.openjdk.jmc.jdp.test have been refactored in terms of layout like the other test projects.
>
> core/org.openjdk.jmc.common/pom.xml line 3:
> 
>> 1: <?xml version="1.0" encoding="UTF-8"?>
>> 2: <!--
>> 3:    Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
> 
> year

It's just whitespace. I thought I wouldn't update copyright in that case...

> core/tests/org.openjdk.jmc.common.test/pom.xml line 3:
> 
>> 1: <?xml version="1.0" encoding="UTF-8"?>
>> 2: <!--
>> 3:    Copyright (c) 2018, 022, Oracle and/or its affiliates. All rights reserved.
> 
> typo: 2022

Done.

> core/tests/org.openjdk.jmc.flightrecorder.serializers.test/pom.xml line 3:
> 
>> 1: <?xml version="1.0" encoding="UTF-8"?>
>> 2: <!--
>> 3:    Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
> 
> year

Done.

> core/tests/org.openjdk.jmc.jdp.test/pom.xml line 3:
> 
>> 1: <?xml version="1.0" encoding="UTF-8"?>
>> 2: <!--
>> 3:    Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved.
> 
> year

Done.

-------------

PR: https://git.openjdk.java.net/jmc/pull/398


More information about the jmc-dev mailing list