mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Maven: support for 'none' phase (IDEA-65840)
This commit is contained in:
+3
-1
@@ -54,7 +54,9 @@ public class MavenPhaseConverter extends MavenConstantListConverter {
|
||||
"pre-site",
|
||||
"site",
|
||||
"post-site",
|
||||
"site-deploy");
|
||||
"site-deploy",
|
||||
|
||||
"none");
|
||||
|
||||
protected Collection<String> getValues(@NotNull ConvertContext context) {
|
||||
return VALUES;
|
||||
|
||||
Reference in New Issue
Block a user