File tree Expand file tree Collapse file tree 1 file changed +0
-36
lines changed
Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Original file line number Diff line number Diff line change 9292 <spotbugs-annotations-version >4.9.1</spotbugs-annotations-version >
9393 <testng .version>7.9.0</testng .version>
9494 <weld .api.version>6.0.Final</weld .api.version>
95- <weld .logging.tools.version>1.0.3.Final</weld .logging.tools.version>
9695 <wildfly .arquillian.version>5.0.1.Final</wildfly .arquillian.version>
9796 </properties >
9897
622621 <module >bundles/osgi</module >
623622 </modules >
624623 </profile >
625- <profile >
626- <!-- NOTE: groovy compilation must be disabled if using this profile -->
627- <id >log-msg-idx</id >
628- <activation >
629- <activeByDefault >false</activeByDefault >
630- <property >
631- <name >log-msg-idx</name >
632- </property >
633- </activation >
634- <dependencies >
635- <dependency >
636- <groupId >org.jboss.weld</groupId >
637- <artifactId >weld-logging-tools</artifactId >
638- <version >${weld.logging.tools.version} </version >
639- </dependency >
640- </dependencies >
641- <build >
642- <plugins >
643- <plugin >
644- <groupId >org.apache.maven.plugins</groupId >
645- <artifactId >maven-compiler-plugin</artifactId >
646- <configuration >
647- <!-- We have to specify the processors to skip org.jboss.logging.processor.apt.LoggingToolsProcessor -->
648- <annotationProcessors >
649- <annotationProcessor >org.jboss.weld.logging.LogMessageIndexGenerator</annotationProcessor >
650- </annotationProcessors >
651- <compilerArguments >
652- <AprojectVersion >${project.version} </AprojectVersion >
653- <Aartifact >${project.groupId} :${project.artifactId} </Aartifact >
654- </compilerArguments >
655- </configuration >
656- </plugin >
657- </plugins >
658- </build >
659- </profile >
660624 <profile >
661625 <id >windows</id >
662626 <!-- Following profile is automatically triggered in Windows environment and allows to handle behaviour/problems
You can’t perform that action at this time.
0 commit comments