Repository: wicket
Updated Branches:
  refs/heads/master d998c7fe6 -> 16152d8f0


Remove unused m-clover-p. Move yuicompressor-m-p's configuration in the plugin 
(out of pluginManagement)


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/16152d8f
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/16152d8f
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/16152d8f

Branch: refs/heads/master
Commit: 16152d8f0fa543f66779683f8355dcd30335beb4
Parents: d998c7f
Author: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Authored: Thu Oct 2 15:40:53 2014 +0200
Committer: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Committed: Thu Oct 2 15:40:53 2014 +0200

----------------------------------------------------------------------
 wicket-core/pom.xml | 22 +++++-----------------
 1 file changed, 5 insertions(+), 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/16152d8f/wicket-core/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-core/pom.xml b/wicket-core/pom.xml
index 7d3d98c..bf6006d 100644
--- a/wicket-core/pom.xml
+++ b/wicket-core/pom.xml
@@ -72,24 +72,12 @@
                        <plugin>
                                <groupId>net.alchim31.maven</groupId>
                                
<artifactId>yuicompressor-maven-plugin</artifactId>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-clover-plugin</artifactId>
+                               <configuration>
+                                       <excludes>
+                                               <exclude>**/jquery*.js</exclude>
+                                       </excludes>
+                               </configuration>
                        </plugin>
                </plugins>
-               <pluginManagement>
-                       <plugins>
-                       <plugin>
-                               <groupId>net.alchim31.maven</groupId>
-                               
<artifactId>yuicompressor-maven-plugin</artifactId>
-                               <configuration>
-                                       <excludes>
-                                               <exclude>**/jquery*.js</exclude>
-                                       </excludes>
-                               </configuration>
-                       </plugin>
-                       </plugins>
-               </pluginManagement>
        </build>
 </project>

Reply via email to