You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrp4j-dev@portals.apache.org by dl...@apache.org on 2007/01/19 03:14:32 UTC

svn commit: r497685 - /portals/wsrp4j/trunk/consumer-swingconsumer/pom.xml

Author: dlouzan
Date: Thu Jan 18 18:14:31 2007
New Revision: 497685

URL: http://svn.apache.org/viewvc?view=rev&rev=497685
Log:
Disable generation of executable jar file by default.

Modified:
    portals/wsrp4j/trunk/consumer-swingconsumer/pom.xml

Modified: portals/wsrp4j/trunk/consumer-swingconsumer/pom.xml
URL: http://svn.apache.org/viewvc/portals/wsrp4j/trunk/consumer-swingconsumer/pom.xml?view=diff&rev=497685&r1=497684&r2=497685
==============================================================================
--- portals/wsrp4j/trunk/consumer-swingconsumer/pom.xml (original)
+++ portals/wsrp4j/trunk/consumer-swingconsumer/pom.xml Thu Jan 18 18:14:31 2007
@@ -48,6 +48,7 @@
     <plugins>
       <!-- Enable this plugin uncommenting the code if you want to build
            an executable jar (java -jar) for swingconsumer. -->
+      <!--
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-assembly-plugin</artifactId>
@@ -71,6 +72,7 @@
           </execution>
         </executions>
       </plugin>
+      -->
     </plugins>
   </build>
   <dependencies>