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
@@ -132,7 +132,7 @@ Furthermore the processing has been enhanced to support future Java versions as
132
132
### Enhanced M2E Maven Target support
133
133
134
134
* OSGi metadata generated for artifacts that don't contain a OSGi compliant MANIFEST.MF have been enhanced to also contain version ranges for `Import-Package` headers by default.
135
-
* Source Bundles of excluded artifacts are now excluded too
135
+
* Source Bundles of excluded artifacts are now excluded too.
136
136
137
137
## 2.2.1
138
138
@@ -155,6 +155,7 @@ Previously, to participate in the incremental maven build it was necessary to
155
155
This often leads to a poor user experience and we think that users are adding mojos on purpose because they perform valuable tasks.
156
156
157
157
Because of this, M2E now automatically enables the execution of mojos if there is no mapping configured. In case you want to change this there is a new configuration option to control the behavior:
@@ -254,9 +255,11 @@ In general, MojoExecutions should be set up within the scope of `MavenExecutionC
254
255
### Improved support for Maven archetypes
255
256
256
257
Maven archetypes can use Groovy scripts for the processing of input parameters since Maven 3, which is now also supported via m2e. In addition, validation of parameters with regular expressions is now also supported:
0 commit comments