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 the class path to include all the 
dependent jar files.
+ 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.
  

Reply via email to