Skip to content

Commit 5431241

Browse files
committed
XCOMMONS-3464: Migrate to pnpm
Bundled artifacts are now located in `target/node-dist` directory.
1 parent 6296586 commit 5431241

File tree

1 file changed

+1
-1
lines changed
  • xwiki-commons-tools/xwiki-commons-tool-webjar-node-handlers/src/main/resources/META-INF/plexus

1 file changed

+1
-1
lines changed

xwiki-commons-tools/xwiki-commons-tool-webjar-node-handlers/src/main/resources/META-INF/plexus/components.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
</outputDirectory>
107107
<resources>
108108
<resource>
109-
<directory>${basedir}/src/main/node/dist</directory>
109+
<directory>${project.build.directory}/node-dist</directory>
110110
</resource>
111111
</resources>
112112
</configuration>

0 commit comments

Comments
 (0)