mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Correct paths to scm and project website
git-svn-id: http://scm.dspace.org/svn/repo/trunk@2038 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -5,14 +5,15 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace</artifactId>
|
||||
|
||||
<name>DSpace Installation Project</name>
|
||||
|
||||
<name>DSpace Project</name>
|
||||
<version>1.5-SNAPSHOT</version>
|
||||
<packaging>pom</packaging><description>
|
||||
The DSpace Installer Project provides all the functionality
|
||||
<packaging>pom</packaging>
|
||||
<description>
|
||||
The DSpace Project provides all the functionality
|
||||
required to build, install and upgrade and dspace instance.
|
||||
</description>
|
||||
<url>http://www.dspace.org</url>
|
||||
<url>http://projects.dspace.org/dspace</url>
|
||||
|
||||
<!--
|
||||
A Parent POM that Maven inherits DSpace Default
|
||||
@@ -48,18 +49,17 @@
|
||||
</profiles>
|
||||
|
||||
<build>
|
||||
<filters>
|
||||
<filter>${config}</filter>
|
||||
</filters>
|
||||
<filters>
|
||||
<filter>${config}</filter>
|
||||
</filters>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<version>2.2-beta-1</version>
|
||||
<configuration>
|
||||
<descriptors>
|
||||
<descriptor>src/assemble/assembly.xml</descriptor>
|
||||
<descriptor>../dspace/src/assemble/assembly.xml</descriptor>
|
||||
</descriptors>
|
||||
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
|
Reference in New Issue
Block a user