<plugin>
- <groupId>org.springframework.cloud</groupId>
- <artifactId>spring-cloud-contract-maven-plugin</artifactId>
- <configuration>
- <packageWithBaseClasses>hello</packageWithBaseClasses>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
-</project>
+<plugin>
+ <groupId>org.springframework.cloud</groupId>
+ <artifactId>spring-cloud-contract-maven-plugin</artifactId>
+ <configuration>
+ <packageWithBaseClasses>hello</packageWithBaseClasses>
+ </configuration>
+</plugin>