Mail Archive Home | fractal-commits List | July 2008 Index
| <-- Date Index --> | <-- Thread Index --> |
remove extensions element, since 2.0.9 webdav support is distributedm remove dav: from repository description, remove trailing slash, solves IOException
--- sandbox/ervalerio/fractal-bf/testing/fixtures-tinfi/pom.xml 2008-07-23 09:49:15 UTC (rev 8308)
+++ sandbox/ervalerio/fractal-bf/testing/fixtures-tinfi/pom.xml 2008-07-23 09:53:00 UTC (rev 8309)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>fractal-bf-testing-parent
</artifactId>
@@ -38,14 +38,7 @@
</dependencies>
<build>
- <extensions>
- <!-- To access the SCOrWare SVN repository. -->
- <extension>
- <groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-webdav</artifactId>
- <version>1.0-beta-2</version>
- </extension>
- </extensions>
+
<finalName>fractal-bf-testing-fixtures-tinfi-${project.version}
</finalName>
<plugins>
@@ -98,9 +91,8 @@
<repositories>
<!-- SCOrWare Release Repository -->
<repository>
- <id>scorware.org</id>
- <url>dav:http://www.scorware.org/ls-mvn/repository/maven2/
- </url>
+ <id>www.scorware.org</id>
+ <url>http://www.scorware.org/ls-mvn/repository/maven2</url>
</repository>
</repositories>
</project>
\ No newline at end of file
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.