Cloudslab / cloudsim

CloudSim: A Framework For Modeling And Simulation Of Cloud Computing Infrastructures And Services
http://www.cloudbus.org/cloudsim/
810 stars 492 forks source link

Maven Repository #112

Closed M-Razavi closed 6 days ago

M-Razavi commented 6 years ago

CloudSim jarfiles and sources could be found on Maven repository?

moguzozcan commented 5 years ago

I think they are created when you compile the project using 'mvn package' command. You can also download them from here: https://github.com/Cloudslab/cloudsim/releases

armanriazi commented 4 years ago

@moguzozcan How to run examples with maven? Is there anyway that I can execute java files in maven?

moguzozcan commented 4 years ago

mvn exec:java -Dexec.mainClass="write the main class" -Dexec.args="arg0 arg1 arg2"

M-Razavi commented 4 years ago

@moguzozcan To have Clouldsim's artifacts on The MavenCentral, It required some steps to be done manually or automatically.

armanriazi commented 4 years ago

@moguzozcan Thanks, I had to reinstall new updates maven,netbeans,jdk