Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ws Wiki" for change 
notification.

The following page has been changed by KenTanaka:
http://wiki.apache.org/ws/XmlRpcExampleStringArray

------------------------------------------------------------------------------
  </project>
  }}}
  
- You can see that the '''maven-assembly-plugin''' is used here, and the name 
of the `<mainClass>` "App" is configured here. If there is more than one class 
with an executable "main" method, this is how it is specified. This creates an 
executable jar file, with all the dependent libraries packaged in. This is not 
space efficient, but saves you having to get all the jar file dependencies into 
the Java class path.
+ You can see that the '''maven-assembly-plugin''' is specified, and the name 
of the `<mainClass>` "App" is configured here. If there is more than one class 
with an executable "main" method, this is how it is specified. This creates an 
executable jar file, with all the dependent libraries packaged in. This is not 
space efficient, but saves you having to get all the jar file dependencies into 
the Java class path.
  
  == App.java Listing ==
  Contents of '''{{{src/main/java/gov/noaa/eds/myXmlRpcClient/App.java}}}''' 
(Maven expects the file to be nested down in this directory hierarchy unless 
you configure it differently).

Reply via email to