update pom
This commit is contained in:
6
pom.xml
6
pom.xml
@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user