Skip to content

Commit

Permalink
Clean unused example plugin files
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasz-strzelecki-vml committed Oct 22, 2024
1 parent 8c54312 commit de6fb94
Show file tree
Hide file tree
Showing 27 changed files with 0 additions and 12,264 deletions.
7 changes: 0 additions & 7 deletions .cirrus.yml

This file was deleted.

925 changes: 0 additions & 925 deletions .yarn/releases/yarn-4.5.0.cjs

This file was deleted.

3 changes: 0 additions & 3 deletions .yarnrc.yml

This file was deleted.

35 changes: 0 additions & 35 deletions conf/env.js

This file was deleted.

19 changes: 0 additions & 19 deletions conf/jest/CSSStub.js

This file was deleted.

19 changes: 0 additions & 19 deletions conf/jest/FileStub.js

This file was deleted.

24 changes: 0 additions & 24 deletions conf/jest/SetupTestEnvironment.js

This file was deleted.

34 changes: 0 additions & 34 deletions conf/webpack/webpack.config.dev.js

This file was deleted.

83 changes: 0 additions & 83 deletions conf/webpack/webpack.config.js

This file was deleted.

69 changes: 0 additions & 69 deletions conf/webpack/webpack.config.prod.js

This file was deleted.

38 changes: 0 additions & 38 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -376,44 +376,6 @@
<release>11</release>
</configuration>
</plugin>
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<version>1.12.1</version>
<executions>
<execution>
<phase>generate-resources</phase>
<id>install node and yarn</id>
<goals>
<goal>install-node-and-yarn</goal>
</goals>
<configuration>
<nodeVersion>v20.18.0</nodeVersion>
<!-- yarn 1.x is needed as a bootstrap, then it will use the version in the .yarnrc.yml -->
<yarnVersion>v1.22.5</yarnVersion>
</configuration>
</execution>
<execution>
<id>yarn install</id>
<goals>
<goal>yarn</goal>
</goals>
<configuration>
<arguments>install</arguments>
</configuration>
</execution>
<execution>
<phase>generate-resources</phase>
<id>yarn run script</id>
<goals>
<goal>yarn</goal>
</goals>
<configuration>
<arguments>run build</arguments>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
Expand Down
Loading

0 comments on commit de6fb94

Please sign in to comment.