|
@@ -50,18 +50,14 @@
|
|
|
|
|
|
<distributionManagement>
|
|
<distributionManagement>
|
|
<repository>
|
|
<repository>
|
|
- <id>sourceforge.net</id>
|
|
|
|
- <name>Acegi Releases Repository at Sourceforge</name>
|
|
|
|
- <url>
|
|
|
|
- scp://shell.sourceforge.net/home/groups/a/ac/acegisecurity/htdocs/repository/releases
|
|
|
|
- </url>
|
|
|
|
|
|
+ <id>spring-milestone</id>
|
|
|
|
+ <name>Spring Milestone Repository</name>
|
|
|
|
+ <url>s3://maven.springframework.org/milestone</url>
|
|
</repository>
|
|
</repository>
|
|
<snapshotRepository>
|
|
<snapshotRepository>
|
|
- <id>sourceforge.net</id>
|
|
|
|
- <name>Acegi Snapshots Repository at Sourceforge</name>
|
|
|
|
- <url>
|
|
|
|
- scp://shell.sourceforge.net/home/groups/a/ac/acegisecurity/htdocs/repository/snapshots
|
|
|
|
- </url>
|
|
|
|
|
|
+ <id>spring-snapshot</id>
|
|
|
|
+ <name>Spring Snapshot Repository</name>
|
|
|
|
+ <url>s3://maven.springframework.org/snapshot</url>
|
|
</snapshotRepository>
|
|
</snapshotRepository>
|
|
<site>
|
|
<site>
|
|
<id>local</id>
|
|
<id>local</id>
|
|
@@ -239,6 +235,13 @@
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|
|
<build>
|
|
<build>
|
|
|
|
+ <extensions>
|
|
|
|
+ <extension>
|
|
|
|
+ <groupId>org.springframework.aws</groupId>
|
|
|
|
+ <artifactId>spring-aws-maven</artifactId>
|
|
|
|
+ <version>1.2</version>
|
|
|
|
+ </extension>
|
|
|
|
+ </extensions>
|
|
<plugins>
|
|
<plugins>
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<groupId>org.apache.maven.plugins</groupId>
|