diff --git a/jaxws-ri/extras/jaxws-maven-plugin/copyright-exclude b/jaxws-ri/extras/jaxws-maven-plugin/copyright-exclude index 84180bfb2..2965fa03b 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/copyright-exclude +++ b/jaxws-ri/extras/jaxws-maven-plugin/copyright-exclude @@ -1,6 +1,7 @@ /MANIFEST.MF /META-INF/services/ /README +.apt .gif .jpg .jpeg diff --git a/jaxws-ri/extras/jaxws-maven-plugin/exclude.xml b/jaxws-ri/extras/jaxws-maven-plugin/exclude.xml index 713f44b5c..323a316c8 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/exclude.xml +++ b/jaxws-ri/extras/jaxws-maven-plugin/exclude.xml @@ -2,7 +2,7 @@ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved. Oracle licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with diff --git a/jaxws-ri/extras/jaxws-maven-plugin/src/it/jaxws-ri-samples/fromwsdl/client/pom.xml b/jaxws-ri/extras/jaxws-maven-plugin/src/it/jaxws-ri-samples/fromwsdl/client/pom.xml index 0d0523322..4285670c0 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/src/it/jaxws-ri-samples/fromwsdl/client/pom.xml +++ b/jaxws-ri/extras/jaxws-maven-plugin/src/it/jaxws-ri-samples/fromwsdl/client/pom.xml @@ -3,7 +3,7 @@ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved. Oracle licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with diff --git a/jaxws-ri/extras/jaxws-maven-plugin/src/it/jaxws-ri-samples/fromwsdl/pom.xml b/jaxws-ri/extras/jaxws-maven-plugin/src/it/jaxws-ri-samples/fromwsdl/pom.xml index f3040f03b..375c1ccfd 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/src/it/jaxws-ri-samples/fromwsdl/pom.xml +++ b/jaxws-ri/extras/jaxws-maven-plugin/src/it/jaxws-ri-samples/fromwsdl/pom.xml @@ -3,7 +3,7 @@ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved. Oracle licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with diff --git a/jaxws-ri/extras/jaxws-maven-plugin/src/it/jaxws-ri-samples/fromwsdl/server/pom.xml b/jaxws-ri/extras/jaxws-maven-plugin/src/it/jaxws-ri-samples/fromwsdl/server/pom.xml index 8b6679885..50b53588d 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/src/it/jaxws-ri-samples/fromwsdl/server/pom.xml +++ b/jaxws-ri/extras/jaxws-maven-plugin/src/it/jaxws-ri-samples/fromwsdl/server/pom.xml @@ -3,7 +3,7 @@ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved. Oracle licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with diff --git a/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsgen/pom.xml b/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsgen/pom.xml index 637a2cf2d..2e7485557 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsgen/pom.xml +++ b/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsgen/pom.xml @@ -3,7 +3,7 @@ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved. Oracle licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with diff --git a/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsgen/src/main/java/org/codehaus/mojo/jaxws/it/HelloWorldImpl.java b/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsgen/src/main/java/org/codehaus/mojo/jaxws/it/HelloWorldImpl.java index 4d7335253..6f7b9d5dc 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsgen/src/main/java/org/codehaus/mojo/jaxws/it/HelloWorldImpl.java +++ b/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsgen/src/main/java/org/codehaus/mojo/jaxws/it/HelloWorldImpl.java @@ -1,7 +1,7 @@ /* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved. * * Oracle licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with diff --git a/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsgen/src/main/webapp/WEB-INF/sun-jaxws.xml b/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsgen/src/main/webapp/WEB-INF/sun-jaxws.xml index 97c19f4e9..79932fe41 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsgen/src/main/webapp/WEB-INF/sun-jaxws.xml +++ b/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsgen/src/main/webapp/WEB-INF/sun-jaxws.xml @@ -3,7 +3,7 @@ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved. Oracle licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with diff --git a/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsgen/src/main/webapp/WEB-INF/web.xml b/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsgen/src/main/webapp/WEB-INF/web.xml index 50702db52..3c2fd0571 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsgen/src/main/webapp/WEB-INF/web.xml +++ b/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsgen/src/main/webapp/WEB-INF/web.xml @@ -3,7 +3,7 @@ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved. Oracle licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with diff --git a/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsimport/file/pom.xml b/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsimport/file/pom.xml index 8821d96ba..ba05942d8 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsimport/file/pom.xml +++ b/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsimport/file/pom.xml @@ -3,7 +3,7 @@ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved. Oracle licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with diff --git a/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsimport/url/pom.xml b/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsimport/url/pom.xml index 9e4c81594..c9a484b99 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsimport/url/pom.xml +++ b/jaxws-ri/extras/jaxws-maven-plugin/src/it/wsimport/url/pom.xml @@ -3,7 +3,7 @@ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved. + Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved. Oracle licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with diff --git a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/AbstractJaxwsMojo.java b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/AbstractJaxwsMojo.java index 22c96f301..7ee36e31d 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/AbstractJaxwsMojo.java +++ b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/AbstractJaxwsMojo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved. * Copyright 2006 Codehaus * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/AbstractWsGenMojo.java b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/AbstractWsGenMojo.java index a7265dbe6..3671cdf8a 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/AbstractWsGenMojo.java +++ b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/AbstractWsGenMojo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved. * Copyright 2006 Guillaume Nodet * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/DependencyResolver.java b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/DependencyResolver.java index f9c888756..d3c766467 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/DependencyResolver.java +++ b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/DependencyResolver.java @@ -1,7 +1,7 @@ /* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright (c) 2013, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2020 Oracle and/or its affiliates. All rights reserved. * * Oracle licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with diff --git a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/EndorsedFilter.java b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/EndorsedFilter.java index b588ff003..0a6597a88 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/EndorsedFilter.java +++ b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/EndorsedFilter.java @@ -1,7 +1,7 @@ /* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright (c) 2013, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2020 Oracle and/or its affiliates. All rights reserved. * * Oracle licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with diff --git a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/ExclusionFilter.java b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/ExclusionFilter.java index 6c0393607..1b8a90f89 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/ExclusionFilter.java +++ b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/ExclusionFilter.java @@ -1,7 +1,7 @@ /* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright (c) 2013, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2020 Oracle and/or its affiliates. All rights reserved. * * Oracle licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with diff --git a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/Invoker.java b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/Invoker.java index 9c98dc18b..2eda224d0 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/Invoker.java +++ b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/Invoker.java @@ -1,7 +1,7 @@ /* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright (c) 2013, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2020 Oracle and/or its affiliates. All rights reserved. * * Oracle licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with diff --git a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/MainWsGenMojo.java b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/MainWsGenMojo.java index 6dbb5e5d4..3dc12ce54 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/MainWsGenMojo.java +++ b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/MainWsGenMojo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved. * Copyright 2006 Guillaume Nodet * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/MainWsImportMojo.java b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/MainWsImportMojo.java index 5a8e5ded1..d4bb03c2d 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/MainWsImportMojo.java +++ b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/MainWsImportMojo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved. * Copyright 2006 Guillaume Nodet * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/TestWsGenMojo.java b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/TestWsGenMojo.java index 842929953..2c9a88c16 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/TestWsGenMojo.java +++ b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/TestWsGenMojo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved. * Copyright 2006 Guillaume Nodet * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/TestWsImportMojo.java b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/TestWsImportMojo.java index a0f26ac5d..d91e4c83a 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/TestWsImportMojo.java +++ b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/TestWsImportMojo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved. * Copyright 2006 Guillaume Nodet * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/WsImportMojo.java b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/WsImportMojo.java index 279adb78b..02fa72964 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/WsImportMojo.java +++ b/jaxws-ri/extras/jaxws-maven-plugin/src/main/java/org/jvnet/jax_ws_commons/jaxws/WsImportMojo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2018 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved. * Copyright 2006 Guillaume Nodet * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/jaxws-ri/extras/jaxws-maven-plugin/src/site/resources/release-notes-21.html b/jaxws-ri/extras/jaxws-maven-plugin/src/site/resources/release-notes-21.html index b091adaf2..b1b3ab626 100644 --- a/jaxws-ri/extras/jaxws-maven-plugin/src/site/resources/release-notes-21.html +++ b/jaxws-ri/extras/jaxws-maven-plugin/src/site/resources/release-notes-21.html @@ -1,8 +1,7 @@