|
15 | 15 | <url>http://code.google.com/p/ksoap2-android/</url>
|
16 | 16 | <inceptionYear>2002</inceptionYear>
|
17 | 17 |
|
18 |
| -<!-- |
19 | 18 | <scm>
|
20 |
| - <connection>scm:git:TODO</connection> |
21 |
| - <developerConnection>scm:svn:TODO</developerConnection> |
22 |
| - <url>TODO</url> |
| 19 | + <connection>scm:git:git://github.com/karlmdavis/ksoap2-android.git</connection> |
| 20 | + < developerConnection>scm: git:[email protected]:karlmdavis/ksoap2-android.git</ developerConnection> |
| 21 | + <url>http://github.com/karlmdavis/ksoap2-android/tree/master</url> |
23 | 22 | </scm>
|
24 |
| ---> |
25 | 23 |
|
26 | 24 | <issueManagement>
|
27 | 25 | <system>Google Code</system>
|
|
38 | 36 | <module>ksoap2-samples-axis</module>
|
39 | 37 | <module>ksoap2-servlet</module>
|
40 | 38 | </modules>
|
41 |
| - |
| 39 | + |
42 | 40 | <distributionManagement>
|
43 | 41 | <repository>
|
44 |
| - <!-- Google Code does not have any Maven repository hosting. |
45 |
| - Instead, we'll deploy to a "m2-repo" sub-directory of a local SVN working copy, which can |
46 |
| - be committed to push it onto the intertubes. --> |
47 |
| - <id>karlmdavis_ksoap2-android.svn</id> |
48 |
| - <name>karlmdavis_ksoap2-android.svn</name> |
49 |
| - <url>file:///home/karl/workspaces/ksoap2/ksoap2-android.svn/m2-repo</url> |
| 42 | + <uniqueVersion>false</uniqueVersion> |
| 43 | + <id>googlecode</id> |
| 44 | + <url>svn:https://ksoap2-android.googlecode.com/svn/m2-repo</url> |
50 | 45 | </repository>
|
51 | 46 | </distributionManagement>
|
52 | 47 | <repositories>
|
|
55 | 50 | <name>googlecode-ksoap2-android</name>
|
56 | 51 | <url>http://ksoap2-android.googlecode.com/svn/m2-repo</url>
|
57 | 52 | </repository>
|
| 53 | + <repository> |
| 54 | + <id>maven2-repository.dev.java.net</id> |
| 55 | + <name>Java.net Repository for Maven</name> |
| 56 | + <url>http://download.java.net/maven/2/</url> |
| 57 | + </repository> |
58 | 58 | </repositories>
|
59 | 59 | <pluginRepositories>
|
60 | 60 | <pluginRepository>
|
|
259 | 259 | </dependencyManagement>
|
260 | 260 | <dependencies>
|
261 | 261 | </dependencies>
|
262 |
| - |
| 262 | + |
263 | 263 | <build>
|
264 | 264 | <sourceDirectory>src/main/java</sourceDirectory>
|
265 | 265 | <testSourceDirectory>src/test/java</testSourceDirectory>
|
|
268 | 268 | <filtering>false</filtering>
|
269 | 269 | <directory>src/main/java</directory>
|
270 | 270 | <includes>
|
271 |
| - <!-- This override of the defaults is necessary to ensure that *.jdo, *.html, etc. files are included in builds and jars. --> |
| 271 | + <!-- |
| 272 | + This override of the defaults is necessary to ensure that *.jdo, |
| 273 | + *.html, etc. files are included in builds and jars. |
| 274 | + --> |
272 | 275 | <include>**</include>
|
273 | 276 | </includes>
|
274 | 277 | <excludes>
|
|
284 | 287 | <directory>src/test/resources</directory>
|
285 | 288 | </testResource>
|
286 | 289 | </testResources>
|
| 290 | + <extensions> |
| 291 | + <extension> |
| 292 | + <groupId>org.jvnet.wagon-svn</groupId> |
| 293 | + <artifactId>wagon-svn</artifactId> |
| 294 | + <version>1.8</version> |
| 295 | + </extension> |
| 296 | + </extensions> |
287 | 297 | <pluginManagement>
|
288 | 298 | <plugins>
|
289 | 299 | <plugin>
|
|
0 commit comments