You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NB: If you want to use the resulting JARs in an OSGi environment you'll have to omit the `-PskipBundlePlugin` option.
58
58
59
59
## importing the project into the IDE
60
60
61
61
When the project is first created, it will not have the generated message classes and compile errors will occur! Best is to compile once on the command line before importing the project into the IDE.
62
62
63
-
If the IDE reports some errors after the compilation with `mvn clean package`, try to use `mvn clean install`, like:
63
+
If the IDE reports some errors after the compilation with `mvnw clean package`, try to use `mvnw clean install`, like:
0 commit comments