diff --git a/pom.xml b/pom.xml index 7c25a97e4e500551d635b95159ec3ab01efd565a..56fa8daa386ec8e8efeb9eb4213ffd88fdfcf27f 100644 --- a/pom.xml +++ b/pom.xml @@ -163,7 +163,7 @@ <aggregate>true</aggregate> <encoding>UTF-8</encoding> <failIfMissing>true</failIfMissing> - <skipExistingHeaders>true</skipExistingHeaders> + <skipExistingHeaders>false</skipExistingHeaders> <includes> <include>**/src/main/java/**</include> <include>**/src/test/java/**</include> diff --git a/src/main/java/com/syncleus/maven/plugins/mongodb/PortUtils.java b/src/main/java/com/syncleus/maven/plugins/mongodb/PortUtils.java index 67a04ded5ecceb8a4db0ff93cc3b565b13e3cca6..02fc872fde15adf5277a3bf1dfc61145507224dd 100644 --- a/src/main/java/com/syncleus/maven/plugins/mongodb/PortUtils.java +++ b/src/main/java/com/syncleus/maven/plugins/mongodb/PortUtils.java @@ -1,6 +1,6 @@ /** * Copyright: (c) Syncleus, Inc. - * <p/> + * * You may redistribute and modify this source code under the terms and * conditions of the Open Source Community License - Type C version 1.0 * or any later version as published by Syncleus, Inc. at www.syncleus.com. @@ -9,12 +9,11 @@ * otherwise use this file except through a legal and valid license. You * should also contact Syncleus, Inc. at the information below if you cannot * find a license: - * <p/> + * * Syncleus, Inc. * 2604 South 12th Street * Philadelphia, PA 19148 */ - /* * Derived from APACHE LICENSE version 2.0 source as indicated at * https://github.com/joelittlejohn/embedmongo-maven-plugin as of 5/16/2015. diff --git a/src/main/java/com/syncleus/maven/plugins/mongodb/StartMongoMojo.java b/src/main/java/com/syncleus/maven/plugins/mongodb/StartMongoMojo.java index 3972f45fb21f1d97e68cffa00fff2639bb00f78e..f0cbce3e1d75cd4becf00b307472282561459728 100644 --- a/src/main/java/com/syncleus/maven/plugins/mongodb/StartMongoMojo.java +++ b/src/main/java/com/syncleus/maven/plugins/mongodb/StartMongoMojo.java @@ -1,6 +1,6 @@ /** * Copyright: (c) Syncleus, Inc. - * <p/> + * * You may redistribute and modify this source code under the terms and * conditions of the Open Source Community License - Type C version 1.0 * or any later version as published by Syncleus, Inc. at www.syncleus.com. @@ -9,12 +9,11 @@ * otherwise use this file except through a legal and valid license. You * should also contact Syncleus, Inc. at the information below if you cannot * find a license: - * <p/> + * * Syncleus, Inc. * 2604 South 12th Street * Philadelphia, PA 19148 */ - /* * Derived from APACHE LICENSE version 2.0 source as indicated at * https://github.com/joelittlejohn/embedmongo-maven-plugin as of 5/16/2015. diff --git a/src/main/java/com/syncleus/maven/plugins/mongodb/StopMongoMojo.java b/src/main/java/com/syncleus/maven/plugins/mongodb/StopMongoMojo.java index f6c1b482e50b0ebe229e07f11def528538100be7..84197bcee3ca5858c9bf7c79395ddd5a2092380f 100644 --- a/src/main/java/com/syncleus/maven/plugins/mongodb/StopMongoMojo.java +++ b/src/main/java/com/syncleus/maven/plugins/mongodb/StopMongoMojo.java @@ -1,6 +1,6 @@ /** * Copyright: (c) Syncleus, Inc. - * <p/> + * * You may redistribute and modify this source code under the terms and * conditions of the Open Source Community License - Type C version 1.0 * or any later version as published by Syncleus, Inc. at www.syncleus.com. @@ -9,12 +9,11 @@ * otherwise use this file except through a legal and valid license. You * should also contact Syncleus, Inc. at the information below if you cannot * find a license: - * <p/> + * * Syncleus, Inc. * 2604 South 12th Street * Philadelphia, PA 19148 */ - /* * Derived from APACHE LICENSE version 2.0 source as indicated at * https://github.com/joelittlejohn/embedmongo-maven-plugin as of 5/16/2015. diff --git a/src/main/java/com/syncleus/maven/plugins/mongodb/log/FileOutputStreamProcessor.java b/src/main/java/com/syncleus/maven/plugins/mongodb/log/FileOutputStreamProcessor.java index 1f3123e9c730465abe79f6dc7a1953a206abb4fd..2428dc9df845200a45fd945ef1ae26bc97c0a63d 100644 --- a/src/main/java/com/syncleus/maven/plugins/mongodb/log/FileOutputStreamProcessor.java +++ b/src/main/java/com/syncleus/maven/plugins/mongodb/log/FileOutputStreamProcessor.java @@ -1,6 +1,6 @@ /** * Copyright: (c) Syncleus, Inc. - * <p/> + * * You may redistribute and modify this source code under the terms and * conditions of the Open Source Community License - Type C version 1.0 * or any later version as published by Syncleus, Inc. at www.syncleus.com. @@ -9,12 +9,11 @@ * otherwise use this file except through a legal and valid license. You * should also contact Syncleus, Inc. at the information below if you cannot * find a license: - * <p/> + * * Syncleus, Inc. * 2604 South 12th Street * Philadelphia, PA 19148 */ - /* * Derived from APACHE LICENSE version 2.0 source as indicated at * https://github.com/joelittlejohn/embedmongo-maven-plugin as of 5/16/2015. diff --git a/src/main/java/com/syncleus/maven/plugins/mongodb/log/Loggers.java b/src/main/java/com/syncleus/maven/plugins/mongodb/log/Loggers.java index 582dea5044b3b7edbc71c6bd721b960e5fb0aa6b..8eb5ff729d1841936e1458d1b695924b0964a37d 100644 --- a/src/main/java/com/syncleus/maven/plugins/mongodb/log/Loggers.java +++ b/src/main/java/com/syncleus/maven/plugins/mongodb/log/Loggers.java @@ -1,6 +1,6 @@ /** * Copyright: (c) Syncleus, Inc. - * <p/> + * * You may redistribute and modify this source code under the terms and * conditions of the Open Source Community License - Type C version 1.0 * or any later version as published by Syncleus, Inc. at www.syncleus.com. @@ -9,12 +9,11 @@ * otherwise use this file except through a legal and valid license. You * should also contact Syncleus, Inc. at the information below if you cannot * find a license: - * <p/> + * * Syncleus, Inc. * 2604 South 12th Street * Philadelphia, PA 19148 */ - /* * Derived from APACHE LICENSE version 2.0 source as indicated at * https://github.com/joelittlejohn/embedmongo-maven-plugin as of 5/16/2015. diff --git a/src/main/java/com/syncleus/maven/plugins/mongodb/log/NoopStreamProcessor.java b/src/main/java/com/syncleus/maven/plugins/mongodb/log/NoopStreamProcessor.java index 88311189f33ff6c4ed462bca4246a757e7438732..94d5ca6b3f331374ce88a81c17f08062a2349779 100644 --- a/src/main/java/com/syncleus/maven/plugins/mongodb/log/NoopStreamProcessor.java +++ b/src/main/java/com/syncleus/maven/plugins/mongodb/log/NoopStreamProcessor.java @@ -1,6 +1,6 @@ /** * Copyright: (c) Syncleus, Inc. - * <p/> + * * You may redistribute and modify this source code under the terms and * conditions of the Open Source Community License - Type C version 1.0 * or any later version as published by Syncleus, Inc. at www.syncleus.com. @@ -9,12 +9,11 @@ * otherwise use this file except through a legal and valid license. You * should also contact Syncleus, Inc. at the information below if you cannot * find a license: - * <p/> + * * Syncleus, Inc. * 2604 South 12th Street * Philadelphia, PA 19148 */ - /* * Derived from APACHE LICENSE version 2.0 source as indicated at * https://github.com/joelittlejohn/embedmongo-maven-plugin as of 5/16/2015. diff --git a/src/test/java/com/syncleus/maven/plugins/mongodb/PortUtilsTest.java b/src/test/java/com/syncleus/maven/plugins/mongodb/PortUtilsTest.java index 0f9e63f22b7581fd34cdda8d471359f233301dcd..744a9379bb84b6a0154874f9b8a8352ae862a392 100644 --- a/src/test/java/com/syncleus/maven/plugins/mongodb/PortUtilsTest.java +++ b/src/test/java/com/syncleus/maven/plugins/mongodb/PortUtilsTest.java @@ -1,6 +1,6 @@ /** * Copyright: (c) Syncleus, Inc. - * <p/> + * * You may redistribute and modify this source code under the terms and * conditions of the Open Source Community License - Type C version 1.0 * or any later version as published by Syncleus, Inc. at www.syncleus.com. @@ -9,7 +9,7 @@ * otherwise use this file except through a legal and valid license. You * should also contact Syncleus, Inc. at the information below if you cannot * find a license: - * <p/> + * * Syncleus, Inc. * 2604 South 12th Street * Philadelphia, PA 19148 diff --git a/src/test/resources/randomport/src/test/java/com/syncleus/maven/plugins/mongodb/MongoIT.java b/src/test/resources/randomport/src/test/java/com/syncleus/maven/plugins/mongodb/MongoIT.java index c2d21717b015009fd3dc1b4201096d9d88795b14..f5914ed4a2820ca29e186dc3f7d49fed3a21f7d7 100644 --- a/src/test/resources/randomport/src/test/java/com/syncleus/maven/plugins/mongodb/MongoIT.java +++ b/src/test/resources/randomport/src/test/java/com/syncleus/maven/plugins/mongodb/MongoIT.java @@ -1,6 +1,6 @@ /** * Copyright: (c) Syncleus, Inc. - * <p/> + * * You may redistribute and modify this source code under the terms and * conditions of the Open Source Community License - Type C version 1.0 * or any later version as published by Syncleus, Inc. at www.syncleus.com. @@ -9,7 +9,7 @@ * otherwise use this file except through a legal and valid license. You * should also contact Syncleus, Inc. at the information below if you cannot * find a license: - * <p/> + * * Syncleus, Inc. * 2604 South 12th Street * Philadelphia, PA 19148