Skip to content

Commit df8feec

Browse files
committed
Added aws plugin
1 parent fdab4f4 commit df8feec

File tree

1 file changed

+7
-0
lines changed
  • org.springframework.spring-parent

1 file changed

+7
-0
lines changed

org.springframework.spring-parent/pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,13 @@
198198
</profiles>
199199

200200
<build>
201+
<extensions>
202+
<extension>
203+
<groupId>org.springframework.build.aws</groupId>
204+
<artifactId>org.springframework.build.aws.maven</artifactId>
205+
<version>2.0.0.RELEASE</version>
206+
</extension>
207+
</extensions>
201208
<plugins>
202209
<plugin>
203210
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)