You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/09/22 11:23:48 UTC

svn commit: r1174014 - /commons/proper/ognl/trunk/pom.xml

Author: simonetripodi
Date: Thu Sep 22 09:23:48 2011
New Revision: 1174014

URL: http://svn.apache.org/viewvc?rev=1174014&view=rev
Log:
added missing assembly plugin

Modified:
    commons/proper/ognl/trunk/pom.xml

Modified: commons/proper/ognl/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/ognl/trunk/pom.xml?rev=1174014&r1=1174013&r2=1174014&view=diff
==============================================================================
--- commons/proper/ognl/trunk/pom.xml (original)
+++ commons/proper/ognl/trunk/pom.xml Thu Sep 22 09:23:48 2011
@@ -232,6 +232,17 @@ limitations under the License.
         <artifactId>maven-clean-plugin</artifactId>
         <version>2.4.1</version>
       </plugin>
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <configuration>
+          <descriptors>
+            <descriptor>${basedir}/src/main/assembly/bin.xml</descriptor>
+            <descriptor>${basedir}/src/main/assembly/src.xml</descriptor>
+          </descriptors>
+          <tarLongFileMode>gnu</tarLongFileMode>
+          <attach>false</attach>
+        </configuration>
+      </plugin>
     </plugins>
     <pluginManagement>
       <plugins>