Updated Branches:
  refs/heads/master 02224b730 -> dea0cf85c

Assembly plugin completely disabled


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

Branch: refs/heads/master
Commit: dea0cf85cb3d5444b62c8614e4f4488e100d7aa3
Parents: 02224b7
Author: Martijn Dashorst <[email protected]>
Authored: Tue May 22 12:38:47 2012 +0200
Committer: Martijn Dashorst <[email protected]>
Committed: Wed May 23 16:20:40 2012 +0200

----------------------------------------------------------------------
 pom.xml |   19 -------------------
 1 files changed, 0 insertions(+), 19 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/dea0cf85/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5d21912..d442471 100644
--- a/pom.xml
+++ b/pom.xml
@@ -492,11 +492,6 @@
                </testResources>
                <plugins>
                        <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-assembly-plugin</artifactId>
-                               <inherited>true</inherited>
-                       </plugin>
-                       <plugin>
                                
<artifactId>maven-remote-resources-plugin</artifactId>
                                <inherited>true</inherited>
                        </plugin>
@@ -575,20 +570,6 @@
                                        </configuration>
                                </plugin>
                                <plugin>
-                                       
<groupId>org.apache.maven.plugins</groupId>
-                                       
<artifactId>maven-assembly-plugin</artifactId>
-                                       <version>2.3</version>
-                                       <configuration>
-                                               
<appendAssemblyId>false</appendAssemblyId>
-                                               
<tarLongFileMode>gnu</tarLongFileMode>
-                                               
<outputDirectory>target/dist</outputDirectory>
-                                               <descriptors>
-                                                       
<descriptor>wicket-assembly-all.xml</descriptor>
-                                               </descriptors>
-                                               
<finalName>apache-wicket-6.0-SNAPSHOT</finalName>
-                                       </configuration>
-                               </plugin>
-                               <plugin>
                                        <inherited>true</inherited>
                                        
<groupId>org.apache.maven.plugins</groupId>
                                        
<artifactId>maven-compiler-plugin</artifactId>

Reply via email to