Skip to content

Commit

Permalink
change mvn complete build assembly from attached to single and adapt …
Browse files Browse the repository at this point in the history
…syntax. Fixes #12
  • Loading branch information
t-ah committed Oct 28, 2024
1 parent b793def commit f009840
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,15 @@
<executions>
<execution>
<goals>
<goal>attached</goal>
<goal>single</goal>
</goals>
<phase>package</phase>
</execution>
</executions>
<configuration>
<descriptor>dep.xml</descriptor>
<descriptors>
<descriptor>dep.xml</descriptor>
</descriptors>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit f009840

Please sign in to comment.