Building and deploying
We are now ready to build our bundle.
Using Maven, we run the following command:
$ mvn clean install [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building chapter4 1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ chapter4 --- [INFO] Deleting /home/jbonofre/Workspace/sample/chapter4/target [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ chapter4 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ chapter4 --- [INFO] Changes detected - recompiling the module! [WARNING] File encoding has not been set, using platform encoding...