Skip to content

Commit

Permalink
Removes reference to Maven Plugin docs
Browse files Browse the repository at this point in the history
fixes #2147
  • Loading branch information
marcingrzejszczak authored Jan 9, 2025
1 parent b8eeb73 commit 688250e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/modules/ROOT/pages/maven-project.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ Next, add the `Spring Cloud Contract Verifier` Maven plugin, as follows:
</plugin>
----

You can read more in the
spring-cloud-contract-maven-plugin/index.html[Spring
Cloud Contract Maven Plugin Documentation].

Sometimes, regardless of the picked IDE, you can see that the `target/generated-test-source` folder is not visible on the IDE's classpath. To ensure that it is always there, you can add the following entry to your `pom.xml`

[source,xml,indent=0]
Expand Down Expand Up @@ -367,10 +363,8 @@ import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.boot.web.server.LocalServerPort;
import org.springframework.test.context.junit4.SpringRunner;
import org.springframework.web.context.WebApplicationContext;
@RunWith(SpringRunner.class)
@SpringBootTest(webEnvironment = WebEnvironment.RANDOM_PORT, classes = SomeConfig.class, properties="some=property")
public abstract class BaseTestClass {
Expand Down

0 comments on commit 688250e

Please sign in to comment.