You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2006/11/27 12:31:52 UTC

svn commit: r479591 - /directory/trunks/pom.xml

Author: elecharny
Date: Mon Nov 27 03:31:51 2006
New Revision: 479591

URL: http://svn.apache.org/viewvc?view=rev&rev=479591
Log:
Commented the pluginManagement entry. Added a -target 1.5 instruction to avoid compilation pbs

Modified:
    directory/trunks/pom.xml

Modified: directory/trunks/pom.xml
URL: http://svn.apache.org/viewvc/directory/trunks/pom.xml?view=diff&rev=479591&r1=479590&r2=479591
==============================================================================
--- directory/trunks/pom.xml (original)
+++ directory/trunks/pom.xml Mon Nov 27 03:31:51 2006
@@ -44,6 +44,11 @@
     </repository>
   </repositories>
 
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/trunks</connection>
+    <developerConnection>scm:svn:http://svn.apache.org/repos/asf/directory/trunks</developerConnection>
+  </scm>
+ 
   <pluginRepositories>
     <pluginRepository>
       <id>snapshots</id>
@@ -82,14 +87,14 @@
   </licenses>
 
   <build>
-    <pluginManagement>
+    <!--pluginManagement>
       <plugins>
         <plugin>
           <artifactId>maven-eclipse-plugin</artifactId>
           <version>2.2</version>
         </plugin>
       </plugins>
-    </pluginManagement>
+    </pluginManagement-->
 
     <plugins>
       <plugin>
@@ -97,6 +102,7 @@
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.2</version>
       </plugin>
+
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
@@ -105,6 +111,7 @@
           <target>1.5</target>
         </configuration>
       </plugin>
+
     </plugins>
   </build>
 </project>