Merge pull request #8081 from amit2103/BAEL-18428
[BAEL-18428] - Check modules that don't use our standard parents
This commit is contained in:
@@ -5,6 +5,12 @@
|
||||
<version>0.1</version>
|
||||
<name>micronaut</name>
|
||||
|
||||
<parent>
|
||||
<groupId>com.baeldung</groupId>
|
||||
<artifactId>parent-modules</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
||||
@@ -8,7 +8,7 @@ import org.junit.Test;
|
||||
|
||||
import static junit.framework.TestCase.assertEquals;
|
||||
|
||||
public class ConcreteGreetingClientTest
|
||||
public class ConcreteGreetingClientUnitTest
|
||||
{
|
||||
private EmbeddedServer server;
|
||||
private ConcreteGreetingClient client;
|
||||
@@ -8,7 +8,7 @@ import org.junit.Test;
|
||||
|
||||
import static junit.framework.TestCase.assertEquals;
|
||||
|
||||
public class GreetingClientTest {
|
||||
public class GreetingClientUnitTest {
|
||||
private EmbeddedServer server;
|
||||
private GreetingClient client;
|
||||
|
||||
@@ -9,6 +9,13 @@
|
||||
<name>jnosql</name>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<parent>
|
||||
<groupId>com.baeldung</groupId>
|
||||
<artifactId>parent-modules</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<relativePath>../../</relativePath>
|
||||
</parent>
|
||||
|
||||
<modules>
|
||||
<module>jnosql-diana</module>
|
||||
<module>jnosql-artemis</module>
|
||||
|
||||
@@ -7,6 +7,12 @@
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<name>quarkus</name>
|
||||
|
||||
<parent>
|
||||
<groupId>com.baeldung</groupId>
|
||||
<artifactId>parent-modules</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
<surefire-plugin.version>2.22.0</surefire-plugin.version>
|
||||
<quarkus.version>0.15.0</quarkus.version>
|
||||
|
||||
Reference in New Issue
Block a user