Pārlūkot izejas kodu

Merge pull request #3 from dsyer/feature/repos

Add plugin repositories for snapshots
Greg Turnquist 13 gadus atpakaļ
vecāks
revīzija
af59e05f45
2 mainītis faili ar 23 papildinājumiem un 1 dzēšanām
  1. 10
    0
      complete/pom.xml
  2. 13
    1
      start/pom.xml

+ 10
- 0
complete/pom.xml Parādīt failu

@@ -58,5 +58,15 @@
58 58
 			</snapshots>
59 59
 		</repository>
60 60
 	</repositories>
61
+	<pluginRepositories>
62
+		<pluginRepository>
63
+			<id>spring-snapshots</id>
64
+			<name>Spring Snapshots</name>
65
+			<url>http://repo.springsource.org/snapshot</url>
66
+			<snapshots>
67
+				<enabled>true</enabled>
68
+			</snapshots>
69
+		</pluginRepository>
70
+	</pluginRepositories>
61 71
 
62 72
 </project>

+ 13
- 1
start/pom.xml Parādīt failu

@@ -26,8 +26,20 @@
26 26
 			<id>spring-snapshots</id>
27 27
 			<name>Spring Snapshots</name>
28 28
 			<url>http://repo.springsource.org/snapshot</url>
29
-			<snapshots><enabled>true</enabled></snapshots>
29
+			<snapshots>
30
+				<enabled>true</enabled>
31
+			</snapshots>
30 32
 		</repository>
31 33
 	</repositories>
34
+	<pluginRepositories>
35
+		<pluginRepository>
36
+			<id>spring-snapshots</id>
37
+			<name>Spring Snapshots</name>
38
+			<url>http://repo.springsource.org/snapshot</url>
39
+			<snapshots>
40
+				<enabled>true</enabled>
41
+			</snapshots>
42
+		</pluginRepository>
43
+	</pluginRepositories>
32 44
 
33 45
 </project>