mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Bug fix: moduleProfile.setOutputRelativeToContentRoot(true);
This commit is contained in:
+2
@@ -364,6 +364,7 @@ public class MavenModuleImporter {
|
||||
if (defaultMavenProfile == null) {
|
||||
defaultMavenProfile = new ProcessorConfigProfileImpl(MAVEN_DEFAULT_ANNOTATION_PROFILE);
|
||||
defaultMavenProfile.setEnabled(true);
|
||||
moduleProfile.setOutputRelativeToContentRoot(true);
|
||||
defaultMavenProfile.setObtainProcessorsFromClasspath(true);
|
||||
defaultMavenProfile.setGeneratedSourcesDirectoryName(DEFAULT_ANNOTATION_PATH_OUTPUT, false);
|
||||
defaultMavenProfile.setGeneratedSourcesDirectoryName(DEFAULT_TEST_ANNOTATION_OUTPUT, true);
|
||||
@@ -383,6 +384,7 @@ public class MavenModuleImporter {
|
||||
|
||||
if (moduleProfile == null) {
|
||||
moduleProfile = new ProcessorConfigProfileImpl(moduleProfileName);
|
||||
moduleProfile.setOutputRelativeToContentRoot(true);
|
||||
moduleProfile.setEnabled(true);
|
||||
moduleProfile.setObtainProcessorsFromClasspath(true);
|
||||
moduleProfile.addModuleName(myModule.getName());
|
||||
|
||||
Reference in New Issue
Block a user