thiagotts / CloudReports

An extensible simulation tool for energy-aware cloud computing environments
GNU General Public License v3.0
44 stars 51 forks source link

Replacing fatjar-maven-plugin by maven-assembly-plugin #7

Closed alessandroleite closed 11 years ago

alessandroleite commented 11 years ago

The fatjar-maven-plugin was replaced by the maven-assembly-plugin. First because the repository of fatjar-maven-plugin is offline, second because the maven-assembly-plugin is in the maven's central repository, and finally because we have more options with maven-assembly-plugin.

To build just execute

mvn clean package
thiagotts commented 11 years ago

Thanks, Alessandro!