Build: Adding aws-maven extension to dev-tools and rest-api-spec
This commit is contained in:
parent
3893544f98
commit
e869c87119
|
@ -35,6 +35,13 @@
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
<extensions>
|
||||||
|
<extension>
|
||||||
|
<groupId>org.springframework.build</groupId>
|
||||||
|
<artifactId>aws-maven</artifactId>
|
||||||
|
<version>5.0.0.RELEASE</version>
|
||||||
|
</extension>
|
||||||
|
</extensions>
|
||||||
</build>
|
</build>
|
||||||
<profiles>
|
<profiles>
|
||||||
<profile>
|
<profile>
|
||||||
|
|
|
@ -35,6 +35,13 @@
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
<extensions>
|
||||||
|
<extension>
|
||||||
|
<groupId>org.springframework.build</groupId>
|
||||||
|
<artifactId>aws-maven</artifactId>
|
||||||
|
<version>5.0.0.RELEASE</version>
|
||||||
|
</extension>
|
||||||
|
</extensions>
|
||||||
</build>
|
</build>
|
||||||
<profiles>
|
<profiles>
|
||||||
<profile>
|
<profile>
|
||||||
|
|
Loading…
Reference in New Issue