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 2006/12/29 20:58:12 UTC

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

Author: dlouzan
Date: Fri Dec 29 11:58:12 2006
New Revision: 491084

URL: http://svn.apache.org/viewvc?view=rev&rev=491084
Log:
Commented out the executable jar generation.

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=491084&r1=491083&r2=491084
==============================================================================
--- portals/wsrp4j/trunk/consumer-swingconsumer/pom.xml (original)
+++ portals/wsrp4j/trunk/consumer-swingconsumer/pom.xml Fri Dec 29 11:58:12 2006
@@ -46,6 +46,9 @@
       </resource>
     </resources>
     <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>
@@ -69,6 +72,7 @@
           </execution>
         </executions>
       </plugin>
+      -->
     </plugins>
   </build>
   <dependencies>