Mise à jour de Get Started authored by Julien LEBLOND's avatar Julien LEBLOND
...@@ -29,6 +29,7 @@ For the czml writer you will need to install it differently, because no maven re ...@@ -29,6 +29,7 @@ For the czml writer you will need to install it differently, because no maven re
</dependency> </dependency>
``` ```
Now that the dependency is added you can now use the following command in maven to install it : Now that the dependency is added you can now use the following command in maven to install it :
`mvn install:install-file -Dfile=[path]\cesiumlanguagewriter-3.0.0.jar -DgroupId=com.custom -DartifactId=cesium -Dversion=1.0 -Dpackaging=jar -DgeneratePom=true` `mvn install:install-file -Dfile=[path]\cesiumlanguagewriter-3.0.0.jar -DgroupId=com.custom -DartifactId=cesium -Dversion=1.0 -Dpackaging=jar -DgeneratePom=true`
* You can directly add the file locally in your IDE, here are some methods for the most used IDE : * You can directly add the file locally in your IDE, here are some methods for the most used IDE :
... ...
......