flybyray / maven-play-plugin

Automatically exported from code.google.com/p/maven-play-plugin
0 stars 0 forks source link

Rename "uberzip" mojo to "dist". #62

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
"uberzip" mojo was introduced in 10.2010. The name "uberzip" was selected 
because it's goal is similar to Cargo's "uberwar" 
(http://cargo.codehaus.org/Merging+WAR+files)

There is "dist" command in Play! 2.0 now. It's purpose is the same - create one 
distribution archive containing the framework and the application.

I think that aligning this mojo's name with similar Play!'s command makes sense.

Original issue reported on code.google.com by gslowiko...@gmail.com on 2 Apr 2012 at 9:15

GoogleCodeExporter commented 9 years ago
Implemented in svn rev. 8530.

Original comment by gslowiko...@gmail.com on 2 Apr 2012 at 9:16

GoogleCodeExporter commented 9 years ago
svn rev. 8550,8551,8552 - test projects updated

Original comment by gslowiko...@gmail.com on 2 Apr 2012 at 11:51

GoogleCodeExporter commented 9 years ago
svn rev. 8553 - default value of "distClassifier" configuration parameter 
changed from "with-framework" to "dist".

Original comment by gslowiko...@gmail.com on 2 Apr 2012 at 11:54