Skip to content

Commit

Permalink
Drop me
Browse files Browse the repository at this point in the history
  • Loading branch information
corentin-soriano committed Nov 30, 2024
1 parent d8bcb3a commit f401b6f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 62 deletions.
43 changes: 0 additions & 43 deletions guacamole-common-js/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,49 +185,6 @@
</environmentVariables>

</configuration>

<executions>

<!-- Install node.js and NPM before running tests or generating documentation -->
<execution>
<id>install-node-and-npm</id>
<phase>process-sources</phase>
<goals>
<goal>install-node-and-npm</goal>
</goals>
</execution>

<!-- Generate documentation using JSDoc -->
<execution>
<id>generate-docs</id>
<goals>
<goal>npx</goal>
</goals>
<phase>package</phase>
<configuration>
<arguments>jsdoc -c jsdoc-conf.json</arguments>
</configuration>
</execution>

<!-- Install test and documentation dependencies -->
<execution>
<id>npm-install</id>
<phase>test</phase>
<goals>
<goal>npm</goal>
</goals>
</execution>

<!-- Run all tests non-interactively -->
<execution>
<id>run-tests</id>
<phase>test</phase>
<goals>
<goal>karma</goal>
</goals>
</execution>

</executions>

</plugin>

Expand Down
19 changes: 0 additions & 19 deletions guacamole/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,25 +77,6 @@

</configuration>
<executions>
<execution>
<id>install-node-and-npm</id>
<goals>
<goal>install-node-and-npm</goal>
</goals>
<configuration>
<nodeVersion>v18.18.0</nodeVersion>
<npmVersion>9.8.1</npmVersion>
</configuration>
</execution>
<execution>
<id>npm-ci</id>
<goals>
<goal>npm</goal>
</goals>
<configuration>
<arguments>ci</arguments>
</configuration>
</execution>
<execution>
<id>npm-build</id>
<phase>generate-resources</phase>
Expand Down

0 comments on commit f401b6f

Please sign in to comment.