You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2009/06/14 13:45:17 UTC

svn commit: r784545 - /myfaces/tobago/trunk/example/tobago-example-assembly/pom.xml

Author: bommel
Date: Sun Jun 14 11:45:17 2009
New Revision: 784545

URL: http://svn.apache.org/viewvc?rev=784545&view=rev
Log:
generate source assembly

Modified:
    myfaces/tobago/trunk/example/tobago-example-assembly/pom.xml

Modified: myfaces/tobago/trunk/example/tobago-example-assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/tobago-example-assembly/pom.xml?rev=784545&r1=784544&r2=784545&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/tobago-example-assembly/pom.xml (original)
+++ myfaces/tobago/trunk/example/tobago-example-assembly/pom.xml Sun Jun 14 11:45:17 2009
@@ -30,17 +30,7 @@
 
   <build>
     <plugins>
-      <plugin>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <configuration>
-          <descriptor>src/main/assembly/dep.xml</descriptor>
-          <finalName>myfaces-tobago-${project.version}</finalName>
-          <outputDirectory>target/assembly/out</outputDirectory>
-          <workDirectory>target/assembly/work</workDirectory>
-          <tarLongFileMode>gnu</tarLongFileMode>
-        </configuration>
-      </plugin>
-
+ 
       <plugin>
         <groupId>org.apache.myfaces.maven</groupId>
         <artifactId>wagon-maven-plugin</artifactId>