From 0864ef92362f1dd5ec04da1f4328829586e41bbc Mon Sep 17 00:00:00 2001 From: Cheryl King Date: Tue, 15 Aug 2023 08:37:21 -0500 Subject: [PATCH] clean up --- .../test/dev/it/DevCopyTestDependenciesTest.java | 1 - .../src/main/java/com/demo/HelloLogger.java | 15 --------------- .../src/main/java/com/demo/HelloServlet.java | 15 --------------- .../src/main/java/com/demo/HelloWorld.java | 15 --------------- .../java/net/wasdev/wlp/test/it/BaseDevTest.java | 15 --------------- .../wlp/test/it/DevSkipInstallFeatureTest.java | 15 --------------- 6 files changed, 76 deletions(-) diff --git a/liberty-maven-plugin/src/it/dev-it/src/test/java/net/wasdev/wlp/test/dev/it/DevCopyTestDependenciesTest.java b/liberty-maven-plugin/src/it/dev-it/src/test/java/net/wasdev/wlp/test/dev/it/DevCopyTestDependenciesTest.java index 7076c82e3..bd66f4949 100644 --- a/liberty-maven-plugin/src/it/dev-it/src/test/java/net/wasdev/wlp/test/dev/it/DevCopyTestDependenciesTest.java +++ b/liberty-maven-plugin/src/it/dev-it/src/test/java/net/wasdev/wlp/test/dev/it/DevCopyTestDependenciesTest.java @@ -53,7 +53,6 @@ public static void cleanUpAfterClass() throws Exception { @Test public void copyDependenciesTest() throws Exception { // Test scoped dependency should be omitted - // verifyLogMessageExists("copyDependencies failed for dependency with groupId org.postgresql, artifactId postgresql and type jar.", 2000); assertTrue("The test scoped dependency was copied unexpectedly: "+getLogTail(), verifyLogMessageExists("copyDependencies failed for dependency with groupId org.postgresql, artifactId postgresql and type jar.", 2000)); File f = new File(targetDir, "liberty/wlp/usr/servers/defaultServer/lib/global/postgresql-42.1.1.jar"); diff --git a/liberty-maven-plugin/src/it/dev-skip-install-feature-it/resources/basic-dev-project/src/main/java/com/demo/HelloLogger.java b/liberty-maven-plugin/src/it/dev-skip-install-feature-it/resources/basic-dev-project/src/main/java/com/demo/HelloLogger.java index 241bc76f1..1660b6cb7 100755 --- a/liberty-maven-plugin/src/it/dev-skip-install-feature-it/resources/basic-dev-project/src/main/java/com/demo/HelloLogger.java +++ b/liberty-maven-plugin/src/it/dev-skip-install-feature-it/resources/basic-dev-project/src/main/java/com/demo/HelloLogger.java @@ -1,18 +1,3 @@ -/******************************************************************************* - * (c) Copyright IBM Corporation 2020. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - *******************************************************************************/ package com.demo; import org.slf4j.Logger; diff --git a/liberty-maven-plugin/src/it/dev-skip-install-feature-it/resources/basic-dev-project/src/main/java/com/demo/HelloServlet.java b/liberty-maven-plugin/src/it/dev-skip-install-feature-it/resources/basic-dev-project/src/main/java/com/demo/HelloServlet.java index 5afcb4f24..43495cb34 100644 --- a/liberty-maven-plugin/src/it/dev-skip-install-feature-it/resources/basic-dev-project/src/main/java/com/demo/HelloServlet.java +++ b/liberty-maven-plugin/src/it/dev-skip-install-feature-it/resources/basic-dev-project/src/main/java/com/demo/HelloServlet.java @@ -1,18 +1,3 @@ -/******************************************************************************* - * (c) Copyright IBM Corporation 2019. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - *******************************************************************************/ package com.demo; import java.io.IOException; diff --git a/liberty-maven-plugin/src/it/dev-skip-install-feature-it/resources/basic-dev-project/src/main/java/com/demo/HelloWorld.java b/liberty-maven-plugin/src/it/dev-skip-install-feature-it/resources/basic-dev-project/src/main/java/com/demo/HelloWorld.java index 7c580a445..c3b55cf8f 100755 --- a/liberty-maven-plugin/src/it/dev-skip-install-feature-it/resources/basic-dev-project/src/main/java/com/demo/HelloWorld.java +++ b/liberty-maven-plugin/src/it/dev-skip-install-feature-it/resources/basic-dev-project/src/main/java/com/demo/HelloWorld.java @@ -1,18 +1,3 @@ -/******************************************************************************* - * (c) Copyright IBM Corporation 2019. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - *******************************************************************************/ package com.demo; public class HelloWorld { diff --git a/liberty-maven-plugin/src/it/dev-skip-install-feature-it/src/test/java/net/wasdev/wlp/test/it/BaseDevTest.java b/liberty-maven-plugin/src/it/dev-skip-install-feature-it/src/test/java/net/wasdev/wlp/test/it/BaseDevTest.java index 6783e6d70..99b46d797 100644 --- a/liberty-maven-plugin/src/it/dev-skip-install-feature-it/src/test/java/net/wasdev/wlp/test/it/BaseDevTest.java +++ b/liberty-maven-plugin/src/it/dev-skip-install-feature-it/src/test/java/net/wasdev/wlp/test/it/BaseDevTest.java @@ -1,18 +1,3 @@ -/******************************************************************************* - * (c) Copyright IBM Corporation 2019, 2023. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - *******************************************************************************/ package net.wasdev.wlp.test.it; import static org.junit.Assert.assertFalse; diff --git a/liberty-maven-plugin/src/it/dev-skip-install-feature-it/src/test/java/net/wasdev/wlp/test/it/DevSkipInstallFeatureTest.java b/liberty-maven-plugin/src/it/dev-skip-install-feature-it/src/test/java/net/wasdev/wlp/test/it/DevSkipInstallFeatureTest.java index 8f5d461c7..df8a2f7b4 100644 --- a/liberty-maven-plugin/src/it/dev-skip-install-feature-it/src/test/java/net/wasdev/wlp/test/it/DevSkipInstallFeatureTest.java +++ b/liberty-maven-plugin/src/it/dev-skip-install-feature-it/src/test/java/net/wasdev/wlp/test/it/DevSkipInstallFeatureTest.java @@ -1,18 +1,3 @@ -/******************************************************************************* - * (c) Copyright IBM Corporation 2021. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - *******************************************************************************/ package net.wasdev.wlp.test.it; import static org.junit.Assert.*;