You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2010/10/26 22:40:24 UTC

svn commit: r1027739 - /openejb/branches/openejb-3.1.x/assembly/openejb-standalone/pom.xml

Author: dblevins
Date: Tue Oct 26 20:40:24 2010
New Revision: 1027739

URL: http://svn.apache.org/viewvc?rev=1027739&view=rev
Log:
OPENEJB-1388: Missing apps/ and logs/ directory in standalone zip, tar.gz

Modified:
    openejb/branches/openejb-3.1.x/assembly/openejb-standalone/pom.xml

Modified: openejb/branches/openejb-3.1.x/assembly/openejb-standalone/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.x/assembly/openejb-standalone/pom.xml?rev=1027739&r1=1027738&r2=1027739&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.x/assembly/openejb-standalone/pom.xml (original)
+++ openejb/branches/openejb-3.1.x/assembly/openejb-standalone/pom.xml Tue Oct 26 20:40:24 2010
@@ -107,25 +107,6 @@
           <finalName>openejb-${pom.version}</finalName>
         </configuration>
       </plugin>
-      <plugin>
-        <artifactId>maven-antrun-plugin</artifactId>
-        <version>1.1</version>
-        <executions>
-          <execution>
-            <id>cleanup-target</id>
-            <phase>package</phase>
-            <configuration>
-              <tasks>
-                <delete dir="${basedir}/target/classes" />
-                <delete dir="${basedir}/target/archive-tmp" />
-              </tasks>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
     </plugins>
   </build>
   <dependencies>