Skip to content

Commit

Permalink
Remove copying to /dist/
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondrej Zizka committed Nov 30, 2022
1 parent c022f48 commit 5972164
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,6 @@
<unzip src="src/test/data/hibernate-ann-run3.zip" dest="target/sample-data/" overwrite="true" />
</target> </configuration>
</execution>
<execution> <id>copy-dist</id> <phase>install</phase> <goals><goal>run</goal></goals>
<configuration> <target>
<!--<copy file="${project.build.directory}/dist/${project.artifactId}.${project.packaging}" todir="${project.build.directory}/dist/${project.version}" verbose="true" />-->
<copy file="${project.build.directory}/dist/${project.artifactId}.${project.packaging}" todir="${distDir}/${project.version}" verbose="true" />
</target> </configuration>
</execution>
</executions>
</plugin>

Expand Down

0 comments on commit 5972164

Please sign in to comment.