Skip to content

Commit

Permalink
[DS-1018] 'dspace-1.8.0-rc1-release.zip' is structured differently th…
Browse files Browse the repository at this point in the history
…an 'dspace-1.8.0-rc1-src-release.zip' We will utilize the maven assembly plugin to carry the descriptors so that they are not confused with application source s the end-user developer needs to work with/understand. Will update to final release once propagated to central repository.

git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6726 9c30dcfa-912a-0410-8fc2-9e0234be79fd
  • Loading branch information
mdiggory committed Sep 20, 2011
1 parent 633362a commit c099f27
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 74 deletions.
17 changes: 12 additions & 5 deletions pom.xml
Expand Up @@ -272,19 +272,26 @@
<execution>
<inherited>false</inherited>
<configuration>
<descriptors>
<descriptor>src/assemble/release.xml</descriptor>
<descriptor>src/assemble/src-release.xml</descriptor>
</descriptors>
<descriptorRefs>
<descriptorRef>release</descriptorRef>
<descriptorRef>src-release</descriptorRef>
</descriptorRefs>
<tarLongFileMode>gnu</tarLongFileMode>
<finalName>dspace-${project.version}</finalName>
<finalName>dspace-${pom.version}</finalName>
</configuration>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>org.dspace.maven.plugins</groupId>
<artifactId>dspace-assembly-plugin</artifactId>
<version>1.2-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
Expand Down
36 changes: 0 additions & 36 deletions src/assemble/release.xml

This file was deleted.

33 changes: 0 additions & 33 deletions src/assemble/src-release.xml

This file was deleted.

0 comments on commit c099f27

Please sign in to comment.