We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f59d6a9 commit 16a70c9Copy full SHA for 16a70c9
tests/e2e/pom.xml
@@ -84,6 +84,12 @@
84
<phase>integration-test</phase>
85
<goals>
86
<goal>integration-test</goal>
87
+ </goals>
88
+ </execution>
89
+ <execution>
90
+ <id>failsafe-verify</id>
91
+ <phase>verify</phase>
92
+ <goals>
93
<goal>verify</goal>
94
</goals>
95
</execution>
@@ -164,6 +170,7 @@
164
170
<tasks>
165
171
<echo message="Unzip reports" />
166
172
<unzip src="src/main/resources/windup/1355.zip" dest="${project.build.directory}/${wildfly.directory}/standalone/data/windup" />
173
+ <chmod file="${project.build.directory}/npm/verify-results.js" perm="771" />
167
174
</tasks>
168
175
</configuration>
169
176
0 commit comments