File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959 distribution : ' temurin'
6060 java-version : ${{ matrix.java }}
6161 - name : Build with Maven
62- run : mvn clean package -T 1C -V -B -Pintegration-tests "-Dplugin.surefire.junit5-tree-reporter.enable-console=true"
62+ run : mvn clean package -T 1C -V -B -Pintegration-tests "-Dplugin.surefire.junit5-tree-reporter.enable-console=true -Dplugin.wro4j.default-phase=none "
6363# - name: Dependency scan
6464# run: mvn org.sonatype.ossindex.maven:ossindex-maven-plugin:LATEST:audit
6565# token required
Original file line number Diff line number Diff line change 327327 <executions >
328328 <execution >
329329 <id >buildPlainEditorSyntaxJS</id >
330- <phase >prepare-package </phase >
330+ <phase >${plugin.wro4j.default-phase} </phase >
331331 <goals >
332332 <goal >run</goal >
333333 </goals >
Original file line number Diff line number Diff line change 152152 <executions >
153153 <execution >
154154 <id >buildPlainEditorSyntaxJS</id >
155- <phase >prepare-package </phase >
155+ <phase >${plugin.wro4j.default-phase} </phase >
156156 <goals >
157157 <goal >run</goal >
158158 </goals >
Original file line number Diff line number Diff line change 136136 <executions >
137137 <execution >
138138 <id >buildDefaultJsAndCss</id >
139- <phase >prepare-package </phase >
139+ <phase >${plugin.wro4j.default-phase} </phase >
140140 <goals >
141141 <goal >run</goal >
142142 <!-- <goal>jshint</goal>-->
Original file line number Diff line number Diff line change 123123 <plugin .sonar.version>5.3.0.6276</plugin .sonar.version>
124124 <plugin .sonar-report.version>0.1</plugin .sonar-report.version>
125125 <plugin .wro4j.version>2.1.1</plugin .wro4j.version>
126+ <plugin .wro4j.default-phase>prepare-package</plugin .wro4j.default-phase>
126127 <plugin .eclipse-lifecycle-mapping.version>1.0.0</plugin .eclipse-lifecycle-mapping.version>
127128 <maven .compiler.source>${jdk.version} </maven .compiler.source> <!-- override values from parent pom -->
128129 <maven .compiler.target>${jdk.version} </maven .compiler.target>
You can’t perform that action at this time.
0 commit comments