1.3. Compiling EasyBeans

To compile EasyBeans, launch the command mvn in the root directory of the project (named easybeans by default) being launched.

[Note] Note

The default maven goal is install if not specified.

Once the command has been run successfully, the maven artifacts generated by maven are available in the maven local repository. The target directories contain the generated jars or assemblies.

mvn clean is used to clean the generated classes.