You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-commits@incubator.apache.org by aw...@apache.org on 2006/07/14 21:47:46 UTC

svn commit: r422065 - in /incubator/adffaces/trunk: adf-faces/pom.xml plugins/maven-mock-plugin/ plugins/pom.xml

Author: awiner
Date: Fri Jul 14 14:47:46 2006
New Revision: 422065

URL: http://svn.apache.org/viewvc?rev=422065&view=rev
Log:
Delete now unnecessary maven-mock-plugin, and use of that plugin in adf-faces/pom.xml

Removed:
    incubator/adffaces/trunk/plugins/maven-mock-plugin/
Modified:
    incubator/adffaces/trunk/adf-faces/pom.xml
    incubator/adffaces/trunk/plugins/pom.xml

Modified: incubator/adffaces/trunk/adf-faces/pom.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/adf-faces/pom.xml?rev=422065&r1=422064&r2=422065&view=diff
==============================================================================
--- incubator/adffaces/trunk/adf-faces/pom.xml (original)
+++ incubator/adffaces/trunk/adf-faces/pom.xml Fri Jul 14 14:47:46 2006
@@ -189,13 +189,6 @@
 
         <plugin>
           <groupId>org.apache.myfaces.adfbuild</groupId>
-          <artifactId>maven-mock-plugin</artifactId>
-          <version>incubator-alpha-1-SNAPSHOT</version>
-          <inherited>true</inherited>
-        </plugin>
-
-        <plugin>
-          <groupId>org.apache.myfaces.adfbuild</groupId>
           <artifactId>maven-faces-plugin</artifactId>
           <version>incubator-alpha-9-SNAPSHOT</version>
           <inherited>true</inherited>

Modified: incubator/adffaces/trunk/plugins/pom.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/plugins/pom.xml?rev=422065&r1=422064&r2=422065&view=diff
==============================================================================
--- incubator/adffaces/trunk/plugins/pom.xml (original)
+++ incubator/adffaces/trunk/plugins/pom.xml Fri Jul 14 14:47:46 2006
@@ -149,7 +149,6 @@
     <module>maven-i18n-plugin</module>
     <module>maven-jdev-plugin</module>
     <module>maven-javascript-plugin</module>
-    <module>maven-mock-plugin</module>
     <module>maven-xrts-plugin</module>
     <module>maven-adf-archetype</module>
   </modules>