(no commit message)
authorAndreas Müller <a.mueller@bgbm.org>
Tue, 15 Apr 2008 11:56:16 +0000 (11:56 +0000)
committerAndreas Müller <a.mueller@bgbm.org>
Tue, 15 Apr 2008 11:56:16 +0000 (11:56 +0000)
pom.xml

diff --git a/pom.xml b/pom.xml
index e36669c6606def45dd1e23cfda574950d1a1b8b3..bf6c3f851cb94bb7d8f51d6469cc943f9606b154 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                        <stylesheet>maven</stylesheet>
                                </configuration>
                        </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-eclipse-plugin</artifactId>
+                               <configuration>
+                                       <downloadSources>true</downloadSources>
+                                       <downloadJavadocs>true</downloadJavadocs>       
+                               </configuration>
+                       </plugin>
                </plugins>
                <!--  -->
                <extensions>
                        <artifactId>jdbc</artifactId>
                        <version>1.2</version>
                </dependency>
-               <dependency>
+        <dependency>
                <groupId>oracle</groupId>
                <artifactId>ojdbc14</artifactId>
                <version>10.2.0.2</version>