Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
Removed "release" directory, use distribution/target/biomedicus-versi…
Browse files Browse the repository at this point in the history
…on instead.
  • Loading branch information
benknoll-umn committed Jun 24, 2016
1 parent b74b0a0 commit af51b03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 36 deletions.
33 changes: 0 additions & 33 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,39 +124,6 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.7</version>
<executions>
<execution>
<id>copy-resources</id>
<phase>package</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<target>
<move todir="../release">
<fileset dir="target/${project.build.finalName}/"/>
</move>
<!-- <chmod dir="../resources/scripts" perm="ugo+rx" includes="**/*.sh" /> -->
</target>
</configuration>
</execution>
<execution>
<id>clean-resources</id>
<phase>clean</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<target>
<delete dir="../release"/>
</target>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
4 changes: 1 addition & 3 deletions distribution/src/assembly/descriptor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<id>release</id>
<formats>
<format>dir</format>
<format>zip</format>
<format>zip</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<dependencySets>
Expand All @@ -33,8 +33,6 @@
</dependencySets>
<fileSets>
<fileSet>
<directoryMode>0755</directoryMode>
<fileMode>0755</fileMode>
<directory>src/main/resources</directory>
<outputDirectory/>
<includes>
Expand Down

0 comments on commit af51b03

Please sign in to comment.