Browse Source

Added aws plugin

spring-framework-3.0.0.RC1-0-gdf8feec3222
Arjen Poutsma 17 years ago
parent
commit
df8feec322
  1. 7
      org.springframework.spring-parent/pom.xml

7
org.springframework.spring-parent/pom.xml

@ -198,6 +198,13 @@ @@ -198,6 +198,13 @@
</profiles>
<build>
<extensions>
<extension>
<groupId>org.springframework.build.aws</groupId>
<artifactId>org.springframework.build.aws.maven</artifactId>
<version>2.0.0.RELEASE</version>
</extension>
</extensions>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>

Loading…
Cancel
Save