Skip to content

Instantly share code, notes, and snippets.

View VitaliyKulikov's full-sized avatar
✔️
Complexity Simplified

Vitaliy Kulikov VitaliyKulikov

✔️
Complexity Simplified
View GitHub Profile
@aalmiray
aalmiray / attach-artifacts.xml
Last active September 15, 2022 08:42
Running Gradle in Maven
<!-- attach copied JARs to build -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<executions>
<execution>
<id>attach-artifacts</id>
<phase>package</phase>
<goals>
<goal>attach-artifact</goal>