You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2007/10/27 20:17:00 UTC

svn commit: r589166 - /myfaces/myfaces-master-pom/trunk/pom.xml

Author: manolito
Date: Sat Oct 27 11:16:59 2007
New Revision: 589166

URL: http://svn.apache.org/viewvc?rev=589166&view=rev
Log:
Removed the obsolete build extensions.
Removed global junit dependency.

Modified:
    myfaces/myfaces-master-pom/trunk/pom.xml

Modified: myfaces/myfaces-master-pom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-master-pom/trunk/pom.xml?rev=589166&r1=589165&r2=589166&view=diff
==============================================================================
--- myfaces/myfaces-master-pom/trunk/pom.xml (original)
+++ myfaces/myfaces-master-pom/trunk/pom.xml Sat Oct 27 11:16:59 2007
@@ -490,38 +490,7 @@
         <url>http://svn.apache.org/viewcvs.cgi/myfaces/myfaces-master-pom/trunk</url>
     </scm>
     <build>
-        <extensions>
-            <extension>
-                <groupId>org.apache.maven.wagon</groupId>
-                <artifactId>wagon-ssh-external</artifactId>
-                <version>1.0-alpha-5</version>
-            </extension>
-            <extension>
-                <groupId>org.apache.myfaces.maven</groupId>
-                <artifactId>build-tools</artifactId>
-                <version>1.0.7-SNAPSHOT</version>
-            </extension>
-        </extensions>
         <defaultGoal>install</defaultGoal>
-        <!-- for better development process: follow instructions under http://wiki.apache.org/myfaces/JetBrains_IntelliJ_IDEA 
-             and then comment the following lines -->
-        <!--
-        <pluginManagement>
-            <plugins>
-                <plugin>
-                    <artifactId>maven-idea-plugin</artifactId>
-                    <version>2.1-SNAPSHOT</version>
-                    <configuration>
-                        <jdkLevel>1.3</jdkLevel>
-                        <useClassifiers>true</useClassifiers>
-                        <linkModules>true</linkModules>
-                        <linkModulesExcept>myfaces-shared-core,myfaces-shared-impl,myfaces-shared-tomahawk,myfaces-shared-project</linkModulesExcept>
-                        <downloadSources>true</downloadSources>
-                    </configuration>
-                </plugin>
-            </plugins>
-        </pluginManagement>
-        -->
         <plugins>
             <plugin>
                 <artifactId>maven-compiler-plugin</artifactId>
@@ -553,14 +522,6 @@
             <url>http://people.apache.org/repo/m2-snapshot-repository</url>
         </repository>
     </repositories>
-    <dependencies>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>3.8.1</version>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
     <reporting>
         <plugins>
             <plugin>