You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by ws...@apache.org on 2007/03/10 19:22:40 UTC

svn commit: r516762 - /tiles/framework/trunk/tiles-jsp/pom.xml

Author: wsmoak
Date: Sat Mar 10 10:22:39 2007
New Revision: 516762

URL: http://svn.apache.org/viewvc?view=rev&rev=516762
Log:
TILES-95 Remove the release profile which tries to create an assembly.  The tiles-jsp module has no assembly descriptors.

Modified:
    tiles/framework/trunk/tiles-jsp/pom.xml

Modified: tiles/framework/trunk/tiles-jsp/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-jsp/pom.xml?view=diff&rev=516762&r1=516761&r2=516762
==============================================================================
--- tiles/framework/trunk/tiles-jsp/pom.xml (original)
+++ tiles/framework/trunk/tiles-jsp/pom.xml Sat Mar 10 10:22:39 2007
@@ -76,34 +76,6 @@
   <profiles>
 
     <profile>
-      <id>release</id>
-      <build>
-        <plugins>
-          <plugin>
-            <executions>
-              <execution>
-                <id>make-assembly</id>
-                <goals>
-                  <goal>attached</goal>
-                </goals>
-                <phase>package</phase>
-              </execution>
-            </executions>
-            <artifactId>maven-assembly-plugin</artifactId>
-            <configuration>
-              <descriptors>
-                <descriptor>src/main/assembly/bin.xml</descriptor>
-                <descriptor>src/main/assembly/src.xml</descriptor>
-              </descriptors>
-              <tarLongFileMode>gnu</tarLongFileMode>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-
-
-    <profile>
       <!--
          Run the translator for Java 1.4 compatiblity