Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > by-pkgid > 269805fed793a53353c5a87a0ca5cd39 > files > 9

slf4j-1.4.2-alt2_2jpp1.7.src.rpm

--- pom.xml.sav0	2007-07-12 21:55:27.000000000 +0200
+++ pom.xml	2008-02-04 12:30:56.000000000 +0100
@@ -37,14 +37,20 @@
 
   </modules>
 
-	<dependencies>
+  <dependencies>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.8.1</version>
       <scope>test</scope>
-		</dependency>
-	</dependencies>
+    </dependency>
+    <dependency>
+      <groupId>plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+      <version>1.2</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
 
  
  <dependencyManagement>
@@ -108,7 +114,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
         <configuration>
-          <destDir>/target/site/api</destDir>
+          <destDir>target/site/api</destDir>
         	<aggregate>true</aggregate>
 					<links>
 						<link>
@@ -270,4 +276,4 @@
 
 	</distributionManagement>
   
-</project>
\ No newline at end of file
+</project>