Fixed the wrong plugin repo
This commit is contained in:
@@ -20,15 +20,17 @@
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugin>
|
||||
<groupId>{@= groupId @}</groupId>
|
||||
<artifactId>spring-cloud-contract-maven-plugin</artifactId>
|
||||
<version>{@= version @}</version>
|
||||
<!-- Don't forget about this value !! -->
|
||||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<!-- Provide the base class for your auto-generated tests -->
|
||||
<baseClassForTests>com.example.MvcTest</baseClassForTests>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>{@= groupId @}</groupId>
|
||||
<artifactId>spring-cloud-contract-maven-plugin</artifactId>
|
||||
<version>{@= version @}</version>
|
||||
<!-- Don't forget about this value !! -->
|
||||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<!-- Provide the base class for your auto-generated tests -->
|
||||
<baseClassForTests>com.example.MvcTest</baseClassForTests>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugins>
|
||||
</build>
|
||||
|
||||
@@ -105,14 +105,14 @@
|
||||
|
||||
<!-- Unnecessary if you're using Spring Cloud Stub Runner only -->
|
||||
<pluginRepositories>
|
||||
<repository>
|
||||
<pluginRepository>
|
||||
<id>{@= repository.id @}</id>
|
||||
<name>{@= repository.name @}</name>
|
||||
<url>{@= repository.url @}</url>
|
||||
<snapshots>
|
||||
<enabled>{@= repository.snapshotsEnabled @}</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
{% endhighlight %}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user