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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>dspace</artifactId>
|
<artifactId>dspace</artifactId>
|
||||||
|
|
||||||
<name>DSpace Installation Project</name>
|
<name>DSpace Project</name>
|
||||||
<version>1.5-SNAPSHOT</version>
|
<version>1.5-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging><description>
|
<packaging>pom</packaging>
|
||||||
The DSpace Installer Project provides all the functionality
|
<description>
|
||||||
|
The DSpace Project provides all the functionality
|
||||||
required to build, install and upgrade and dspace instance.
|
required to build, install and upgrade and dspace instance.
|
||||||
</description>
|
</description>
|
||||||
<url>http://www.dspace.org</url>
|
<url>http://projects.dspace.org/dspace</url>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
A Parent POM that Maven inherits DSpace Default
|
A Parent POM that Maven inherits DSpace Default
|
||||||
@@ -48,18 +49,17 @@
|
|||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<filters>
|
<filters>
|
||||||
<filter>${config}</filter>
|
<filter>${config}</filter>
|
||||||
</filters>
|
</filters>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-assembly-plugin</artifactId>
|
<artifactId>maven-assembly-plugin</artifactId>
|
||||||
<version>2.2-beta-1</version>
|
<version>2.2-beta-1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<descriptors>
|
<descriptors>
|
||||||
<descriptor>src/assemble/assembly.xml</descriptor>
|
<descriptor>../dspace/src/assemble/assembly.xml</descriptor>
|
||||||
</descriptors>
|
</descriptors>
|
||||||
|
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
|
Reference in New Issue
Block a user