update pom

This commit is contained in:
Σlie *
2026-02-27 18:30:17 +01:00
parent ab45db1571
commit b8de512ca5

View File

@ -33,6 +33,12 @@
<goals><goal>shade</goal></goals> <goals><goal>shade</goal></goals>
</execution> </execution>
</executions> </executions>
<configuration>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>org.example.PriceScraper</mainClass> </transformer>
</transformers>
</configuration>
</plugin> </plugin>
</plugins> </plugins>