We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c94e99b commit aaace35Copy full SHA for aaace35
1 file changed
spring-grpc-docs/pom.xml
@@ -157,6 +157,11 @@
157
<goal>npm</goal>
158
</goals>
159
<phase>generate-resources</phase>
160
+ <configuration>
161
+ <workingDirectory>${project.basedir}</workingDirectory>
162
+ <installDirectory>${project.basedir}</installDirectory>
163
+ <arguments>install --verbose</arguments>
164
+ </configuration>
165
</execution>
166
<execution>
167
<?m2e ignore?>
0 commit comments